Jorgeutd librarian-bot commited on
Commit
09c3f36
1 Parent(s): b26ffbf

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

Browse files

- Librarian Bot: Add base_model information to model (2d9719c872db13331889342cf685951428bec00c)


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

Files changed (1) hide show
  1. README.md +16 -14
README.md CHANGED
@@ -1,12 +1,8 @@
1
  ---
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
- language: en
6
- widget:
7
- - text: "My name is Scott and I live in Columbus."
8
- - text: "My name is Scott and I am calling from Buffalo, NY. I would like to file a complain with United Airlines."
9
- - text: "Apple was founded in 1976 by Steve Jobs, Steve Wozniak and Ronald Wayne."
10
  datasets:
11
  - conll2003
12
  metrics:
@@ -14,29 +10,35 @@ metrics:
14
  - recall
15
  - f1
16
  - accuracy
 
 
 
 
 
 
17
  model-index:
18
  - name: bert-large-uncased-finetuned-ner
19
  results:
20
  - task:
21
- name: Token Classification
22
  type: token-classification
 
23
  dataset:
24
  name: conll2003
25
  type: conll2003
26
  args: conll2003
27
  metrics:
28
- - name: Precision
29
- type: precision
30
  value: 0.9504719600222099
31
- - name: Recall
32
- type: recall
33
  value: 0.9574896520863632
34
- - name: F1
35
- type: f1
36
  value: 0.9539679001337494
37
- - name: Accuracy
38
- type: accuracy
39
  value: 0.9885618059637473
 
40
  ---
41
 
42
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
+ language: en
3
  license: apache-2.0
4
  tags:
5
  - generated_from_trainer
 
 
 
 
 
6
  datasets:
7
  - conll2003
8
  metrics:
 
10
  - recall
11
  - f1
12
  - accuracy
13
+ widget:
14
+ - text: My name is Scott and I live in Columbus.
15
+ - text: My name is Scott and I am calling from Buffalo, NY. I would like to file a
16
+ complain with United Airlines.
17
+ - text: Apple was founded in 1976 by Steve Jobs, Steve Wozniak and Ronald Wayne.
18
+ base_model: bert-large-uncased
19
  model-index:
20
  - name: bert-large-uncased-finetuned-ner
21
  results:
22
  - task:
 
23
  type: token-classification
24
+ name: Token Classification
25
  dataset:
26
  name: conll2003
27
  type: conll2003
28
  args: conll2003
29
  metrics:
30
+ - type: precision
 
31
  value: 0.9504719600222099
32
+ name: Precision
33
+ - type: recall
34
  value: 0.9574896520863632
35
+ name: Recall
36
+ - type: f1
37
  value: 0.9539679001337494
38
+ name: F1
39
+ - type: accuracy
40
  value: 0.9885618059637473
41
+ name: Accuracy
42
  ---
43
 
44
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You