qfrodicio commited on
Commit
a565ffb
1 Parent(s): e88c04b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.9212
23
- - Accuracy: 0.8029
24
- - Precision: 0.7978
25
- - Recall: 0.8029
26
- - F1: 0.7974
27
 
28
  ## Model description
29
 
@@ -54,16 +54,16 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
57
- | 2.1942 | 1.0 | 104 | 1.3566 | 0.7113 | 0.6581 | 0.7113 | 0.6683 |
58
- | 1.1713 | 2.0 | 208 | 1.0182 | 0.7626 | 0.7445 | 0.7626 | 0.7348 |
59
- | 0.8285 | 3.0 | 312 | 0.9028 | 0.7789 | 0.7626 | 0.7789 | 0.7607 |
60
- | 0.6374 | 4.0 | 416 | 0.8845 | 0.7959 | 0.7950 | 0.7959 | 0.7890 |
61
- | 0.4991 | 5.0 | 520 | 0.8936 | 0.7997 | 0.7949 | 0.7997 | 0.7865 |
62
- | 0.3908 | 6.0 | 624 | 0.8829 | 0.7910 | 0.7879 | 0.7910 | 0.7864 |
63
- | 0.3234 | 7.0 | 728 | 0.9004 | 0.7946 | 0.7898 | 0.7946 | 0.7888 |
64
- | 0.2688 | 8.0 | 832 | 0.8947 | 0.8047 | 0.7993 | 0.8047 | 0.7995 |
65
- | 0.2392 | 9.0 | 936 | 0.9154 | 0.8024 | 0.7980 | 0.8024 | 0.7961 |
66
- | 0.2103 | 10.0 | 1040 | 0.9212 | 0.8029 | 0.7978 | 0.8029 | 0.7974 |
67
 
68
 
69
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.8880
23
+ - Accuracy: 0.8077
24
+ - Precision: 0.8072
25
+ - Recall: 0.8077
26
+ - F1: 0.8032
27
 
28
  ## Model description
29
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
57
+ | 2.2082 | 1.0 | 104 | 1.3318 | 0.6956 | 0.6361 | 0.6956 | 0.6473 |
58
+ | 1.1512 | 2.0 | 208 | 1.0114 | 0.7604 | 0.7463 | 0.7604 | 0.7368 |
59
+ | 0.8152 | 3.0 | 312 | 0.8805 | 0.7860 | 0.7677 | 0.7860 | 0.7698 |
60
+ | 0.6142 | 4.0 | 416 | 0.8486 | 0.8025 | 0.8035 | 0.8025 | 0.7961 |
61
+ | 0.4726 | 5.0 | 520 | 0.8651 | 0.7992 | 0.7987 | 0.7992 | 0.7894 |
62
+ | 0.3677 | 6.0 | 624 | 0.8430 | 0.8077 | 0.8063 | 0.8077 | 0.8038 |
63
+ | 0.2967 | 7.0 | 728 | 0.8564 | 0.8037 | 0.8029 | 0.8037 | 0.7995 |
64
+ | 0.2494 | 8.0 | 832 | 0.8567 | 0.8077 | 0.8054 | 0.8077 | 0.8041 |
65
+ | 0.2163 | 9.0 | 936 | 0.8789 | 0.8075 | 0.8060 | 0.8075 | 0.8035 |
66
+ | 0.193 | 10.0 | 1040 | 0.8880 | 0.8077 | 0.8072 | 0.8077 | 0.8032 |
67
 
68
 
69
  ### Framework versions