addy88 commited on
Commit
ba5e7d0
·
1 Parent(s): 61662a4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -25
README.md CHANGED
@@ -3,6 +3,9 @@ license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  metrics:
 
 
 
6
  - accuracy
7
  model-index:
8
  - name: distilroberta-base
@@ -16,8 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 2.2660
20
- - Accuracy: 0.7504
 
 
 
21
 
22
  ## Model description
23
 
@@ -43,32 +49,16 @@ The following hyperparameters were used during training:
43
  - distributed_type: multi-GPU
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 20
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|
52
- | 1.2373 | 1.0 | 2355 | 1.1927 | 0.6802 |
53
- | 0.9192 | 2.0 | 4710 | 1.0538 | 0.7118 |
54
- | 0.6782 | 3.0 | 7065 | 0.9921 | 0.7288 |
55
- | 0.5687 | 4.0 | 9420 | 1.0542 | 0.7421 |
56
- | 0.4598 | 5.0 | 11775 | 1.2043 | 0.7384 |
57
- | 0.3557 | 6.0 | 14130 | 1.2833 | 0.7459 |
58
- | 0.3126 | 7.0 | 16485 | 1.4286 | 0.7459 |
59
- | 0.2541 | 8.0 | 18840 | 1.5076 | 0.7419 |
60
- | 0.1948 | 9.0 | 21195 | 1.6771 | 0.7371 |
61
- | 0.1576 | 10.0 | 23550 | 1.8419 | 0.7429 |
62
- | 0.1071 | 11.0 | 25905 | 1.9164 | 0.7467 |
63
- | 0.0977 | 12.0 | 28260 | 1.9773 | 0.7466 |
64
- | 0.0652 | 13.0 | 30615 | 2.0582 | 0.7486 |
65
- | 0.0752 | 14.0 | 32970 | 2.1108 | 0.7482 |
66
- | 0.0594 | 15.0 | 35325 | 2.1406 | 0.7492 |
67
- | 0.049 | 16.0 | 37680 | 2.1958 | 0.7485 |
68
- | 0.0267 | 17.0 | 40035 | 2.1858 | 0.7499 |
69
- | 0.0339 | 18.0 | 42390 | 2.2162 | 0.7503 |
70
- | 0.0137 | 19.0 | 44745 | 2.2699 | 0.7503 |
71
- | 0.0083 | 20.0 | 47100 | 2.2660 | 0.7504 |
72
 
73
 
74
  ### Framework versions
 
3
  tags:
4
  - generated_from_trainer
5
  metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
  - accuracy
10
  model-index:
11
  - name: distilroberta-base
 
19
 
20
  This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 1.6935
23
+ - Precision: 0.7556
24
+ - Recall: 0.7556
25
+ - F1: 0.7556
26
+ - Accuracy: 0.7556
27
 
28
  ## Model description
29
 
 
49
  - distributed_type: multi-GPU
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
+ - num_epochs: 4
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.2481 | 1.0 | 2355 | 1.5506 | 0.7409 | 0.7409 | 0.7409 | 0.7409 |
59
+ | 0.3473 | 2.0 | 4710 | 1.5572 | 0.7428 | 0.7428 | 0.7428 | 0.7428 |
60
+ | 0.2614 | 3.0 | 7065 | 1.6423 | 0.7539 | 0.7539 | 0.7539 | 0.7539 |
61
+ | 0.1337 | 4.0 | 9420 | 1.6935 | 0.7556 | 0.7556 | 0.7556 | 0.7556 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
 
64
  ### Framework versions