PravinKonze321 commited on
Commit
245312d
1 Parent(s): c7cfe3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ---
 
2
  language:
3
  - en
4
  metrics:
5
  - accuracy
6
- library_name: transformers
7
- pipeline_tag: ner
8
  base_model: spacy/en_core_web_lg
 
 
9
  ---
 
1
  ---
2
+ license: mit
3
  language:
4
  - en
5
  metrics:
6
  - accuracy
 
 
7
  base_model: spacy/en_core_web_lg
8
+ pipeline_tag: text-classification
9
+ library_name: transformers
10
  ---