keonju commited on
Commit
2abfdcd
1 Parent(s): 4d36310

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
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-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.0673
23
- - Precision: 0.9190
24
- - Recall: 0.9173
25
- - F1: 0.9182
26
- - Accuracy: 0.9756
27
 
28
  ## Model description
29
 
@@ -48,14 +48,17 @@ The following hyperparameters were used during training:
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
- - num_epochs: 2
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | 0.085 | 1.0 | 8122 | 0.0768 | 0.9077 | 0.9022 | 0.9049 | 0.9720 |
58
- | 0.0558 | 2.0 | 16244 | 0.0673 | 0.9190 | 0.9173 | 0.9182 | 0.9756 |
 
 
 
59
 
60
 
61
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.0455
23
+ - Precision: 0.9460
24
+ - Recall: 0.9475
25
+ - F1: 0.9467
26
+ - Accuracy: 0.9873
27
 
28
  ## Model description
29
 
 
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
+ - num_epochs: 5
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | 0.0755 | 1.0 | 3025 | 0.0610 | 0.9243 | 0.9204 | 0.9223 | 0.9813 |
58
+ | 0.0448 | 2.0 | 6050 | 0.0500 | 0.9362 | 0.9400 | 0.9381 | 0.9854 |
59
+ | 0.0317 | 3.0 | 9075 | 0.0444 | 0.9436 | 0.9424 | 0.9430 | 0.9865 |
60
+ | 0.0237 | 4.0 | 12100 | 0.0445 | 0.9498 | 0.9418 | 0.9457 | 0.9872 |
61
+ | 0.0183 | 5.0 | 15125 | 0.0455 | 0.9460 | 0.9475 | 0.9467 | 0.9873 |
62
 
63
 
64
  ### Framework versions