Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
MohammadOthman
/
en_roberta_base_plant_ner_case
like
0
Token Classification
spaCy
English
Eval Results
License:
apache-2.0
Model card
Files
Files and versions
Community
1
Use this model
MohammadOthman
commited on
May 1, 2023
Commit
a5e950c
•
1 Parent(s):
b397e23
Delete config.py
Browse files
Files changed (1)
hide
show
config.py
+0
-8
config.py
DELETED
Viewed
@@ -1,8 +0,0 @@
1
-
from spacy_transformers.pipeline_component import DEFAULT_CONFIG
2
-
3
-
CONFIG = {
4
-
"transformer": DEFAULT_CONFIG,
5
-
"ner": {
6
-
"batch_size": 64,
7
-
},
8
-
}