jayant-yadav commited on
Commit
47c0905
·
1 Parent(s): 9791534

added metadata

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -7,6 +7,32 @@ language:
7
  metrics:
8
  - f1
9
  pipeline_tag: token-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
  # Model Card for Model ID
12
 
@@ -139,6 +165,4 @@ Pytorch
139
 
140
  ## Model Card Contact
141
  (jayant-yadav)[https://huggingface.co/jayant-yadav]
142
- [More Information Needed]
143
-
144
-
 
7
  metrics:
8
  - f1
9
  pipeline_tag: token-classification
10
+ tags:
11
+ - ner
12
+ - named-entity-recognition
13
+ - token-classification
14
+ model-index:
15
+ - name: robert-base on MultiNERD by Jayant Yadav
16
+ results:
17
+ - task:
18
+ type: token-classification
19
+ name: Named Entity Recognition
20
+ dataset:
21
+ type: Babelscape/multinerd
22
+ name: MultiNERD
23
+ split: test
24
+ revision: 2814b78e7af4b5a1f1886fe7ad49632de4d9dd25
25
+ metrics:
26
+ - type: f1
27
+ value: 0.943
28
+ name: F1
29
+ - type: precision
30
+ value: 0.939
31
+ name: Precision
32
+ - type: recall
33
+ value: 0.947
34
+ name: Recall
35
+ base_model: roberta-base
36
  ---
37
  # Model Card for Model ID
38
 
 
165
 
166
  ## Model Card Contact
167
  (jayant-yadav)[https://huggingface.co/jayant-yadav]
168
+ [More Information Needed]