dipteshkanojia librarian-bot commited on
Commit
ee6e5e7
1 Parent(s): a905959

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

Browse files

- Librarian Bot: Add base_model information to model (062b7345c2ff737d9ee2d876fbe495ab8cd33419)


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

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