tbosse commited on
Commit
99836fc
1 Parent(s): 4eea9a0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -12
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  metrics:
6
  - precision
7
  - recall
@@ -9,7 +11,27 @@ metrics:
9
  - accuracy
10
  model-index:
11
  - name: distilbert-base-uncased-finetuned-pos
12
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -17,13 +39,13 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # distilbert-base-uncased-finetuned-pos
19
 
20
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.2068
23
- - Precision: 0.0
24
- - Recall: 0.0
25
- - F1: 0.0
26
- - Accuracy: 0.9352
27
 
28
  ## Model description
29
 
@@ -52,11 +74,11 @@ The following hyperparameters were used during training:
52
 
53
  ### Training results
54
 
55
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
57
- | No log | 1.0 | 233 | 0.2078 | 0.0 | 0.0 | 0.0 | 0.9352 |
58
- | No log | 2.0 | 466 | 0.2034 | 0.0 | 0.0 | 0.0 | 0.9352 |
59
- | 0.2079 | 3.0 | 699 | 0.2068 | 0.0 | 0.0 | 0.0 | 0.9352 |
60
 
61
 
62
  ### Framework versions
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ datasets:
6
+ - conll2003
7
  metrics:
8
  - precision
9
  - recall
 
11
  - accuracy
12
  model-index:
13
  - name: distilbert-base-uncased-finetuned-pos
14
+ results:
15
+ - task:
16
+ name: Token Classification
17
+ type: token-classification
18
+ dataset:
19
+ name: conll2003
20
+ type: conll2003
21
+ args: conll2003
22
+ metrics:
23
+ - name: Precision
24
+ type: precision
25
+ value: 0.9109037731744458
26
+ - name: Recall
27
+ type: recall
28
+ value: 0.9143515710299648
29
+ - name: F1
30
+ type: f1
31
+ value: 0.9126244157605404
32
+ - name: Accuracy
33
+ type: accuracy
34
+ value: 0.9245555785025498
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
39
 
40
  # distilbert-base-uncased-finetuned-pos
41
 
42
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the conll2003 dataset.
43
  It achieves the following results on the evaluation set:
44
+ - Loss: 0.3165
45
+ - Precision: 0.9109
46
+ - Recall: 0.9144
47
+ - F1: 0.9126
48
+ - Accuracy: 0.9246
49
 
50
  ## Model description
51
 
 
74
 
75
  ### Training results
76
 
77
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
+ | 0.7941 | 1.0 | 878 | 0.3504 | 0.8995 | 0.9026 | 0.9011 | 0.9176 |
80
+ | 0.2533 | 2.0 | 1756 | 0.3216 | 0.9091 | 0.9104 | 0.9098 | 0.9233 |
81
+ | 0.2047 | 3.0 | 2634 | 0.3165 | 0.9109 | 0.9144 | 0.9126 | 0.9246 |
82
 
83
 
84
  ### Framework versions