erickrribeiro commited on
Commit
84544f0
1 Parent(s): a5bf2bf

Add a model card

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - conll2003
5
+ language:
6
+ - en
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
+ pipeline_tag: token-classification
13
+ tags:
14
+ - ner
15
+ - nlp
16
+ ---