MohammadOthman commited on
Commit
a5e950c
1 Parent(s): b397e23

Delete config.py

Browse files
Files changed (1) hide show
  1. config.py +0 -8
config.py DELETED
@@ -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
- }