dipteshkanojia librarian-bot commited on
Commit
2d3b512
1 Parent(s): 5f9cf93

Librarian Bot: Add base_model information to model (#2)

Browse files

- Librarian Bot: Add base_model information to model (172b61d3cec0367596dcc7ccda3c1d598ea080eb)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +19 -16
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- model_creators:
3
- - Leonardo Zilio, Hadeel Saadany, Prashant Sharma, Diptesh Kanojia, Constantin Orasan
4
  license: mit
5
  tags:
6
  - generated_from_trainer
@@ -11,35 +11,38 @@ metrics:
11
  - recall
12
  - f1
13
  - accuracy
14
- language:
15
- - en
16
  widget:
17
- - text: "Light dissolved inorganic carbon (DIC) resulting from the oxidation of hydrocarbons."
18
- - text: "RAFs are plotted for a selection of neurons in the dorsal zone (DZ) of auditory cortex in Figure 1."
19
- - text: "Images were acquired using a GE 3.0T MRI scanner with an upgrade for echo-planar imaging (EPI)."
 
 
 
20
  model-index:
21
  - name: roberta-large-finetuned-ner
22
  results:
23
  - task:
24
- name: Token Classification
25
  type: token-classification
 
26
  dataset:
27
  name: surrey-nlp/PLOD-unfiltered
28
  type: token-classification
29
  args: PLODunfiltered
30
  metrics:
31
- - name: Precision
32
- type: precision
33
  value: 0.9662545190541101
34
- - name: Recall
35
- type: recall
36
  value: 0.9627013733169376
37
- - name: F1
38
- type: f1
39
  value: 0.9644746737300262
40
- - name: Accuracy
41
- type: accuracy
42
  value: 0.9607518572002093
 
43
  ---
44
 
45
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
+ language:
3
+ - en
4
  license: mit
5
  tags:
6
  - generated_from_trainer
 
11
  - recall
12
  - f1
13
  - accuracy
14
+ model_creators:
15
+ - Leonardo Zilio, Hadeel Saadany, Prashant Sharma, Diptesh Kanojia, Constantin Orasan
16
  widget:
17
+ - text: Light dissolved inorganic carbon (DIC) resulting from the oxidation of hydrocarbons.
18
+ - text: RAFs are plotted for a selection of neurons in the dorsal zone (DZ) of auditory
19
+ cortex in Figure 1.
20
+ - text: Images were acquired using a GE 3.0T MRI scanner with an upgrade for echo-planar
21
+ imaging (EPI).
22
+ base_model: roberta-large
23
  model-index:
24
  - name: roberta-large-finetuned-ner
25
  results:
26
  - task:
 
27
  type: token-classification
28
+ name: Token Classification
29
  dataset:
30
  name: surrey-nlp/PLOD-unfiltered
31
  type: token-classification
32
  args: PLODunfiltered
33
  metrics:
34
+ - type: precision
 
35
  value: 0.9662545190541101
36
+ name: Precision
37
+ - type: recall
38
  value: 0.9627013733169376
39
+ name: Recall
40
+ - type: f1
41
  value: 0.9644746737300262
42
+ name: F1
43
+ - type: accuracy
44
  value: 0.9607518572002093
45
+ name: Accuracy
46
  ---
47
 
48
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You