wnic00 commited on
Commit
69ab90c
·
1 Parent(s): 41e70cf

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [lxyuan/distilbert-base-multilingual-cased-sentiments-student](https://huggingface.co/lxyuan/distilbert-base-multilingual-cased-sentiments-student) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.9709
21
- - Accuracy: 0.5247
22
 
23
  ## Model description
24
 
@@ -43,13 +43,14 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 1
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 0.9904 | 1.0 | 3203 | 0.9709 | 0.5247 |
 
53
 
54
 
55
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [lxyuan/distilbert-base-multilingual-cased-sentiments-student](https://huggingface.co/lxyuan/distilbert-base-multilingual-cased-sentiments-student) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.9321
21
+ - Accuracy: 0.5589
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 2
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.9458 | 1.0 | 3203 | 0.9259 | 0.5578 |
53
+ | 0.844 | 2.0 | 6406 | 0.9321 | 0.5589 |
54
 
55
 
56
  ### Framework versions