Ojeda01 commited on
Commit
eda3e3f
1 Parent(s): f074cd6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -13,10 +13,10 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # bert_base_cased_MultiClass_Sentiment_A
15
 
16
- This model was trained from scratch on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 1.4761
19
- - Accuracy: 0.7647
20
 
21
  ## Model description
22
 
@@ -41,17 +41,15 @@ The following hyperparameters were used during training:
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
- - num_epochs: 5
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
50
- | No log | 1.0 | 401 | 1.4504 | 0.7563 |
51
- | 0.2511 | 2.0 | 802 | 1.4350 | 0.7591 |
52
- | 0.2382 | 3.0 | 1203 | 1.4892 | 0.7647 |
53
- | 0.0975 | 4.0 | 1604 | 1.4405 | 0.7759 |
54
- | 0.0494 | 5.0 | 2005 | 1.4761 | 0.7647 |
55
 
56
 
57
  ### Framework versions
 
13
 
14
  # bert_base_cased_MultiClass_Sentiment_A
15
 
16
+ This model is a fine-tuned version of [HMEXBI/bert_base_cased_MultiClass](https://huggingface.co/HMEXBI/bert_base_cased_MultiClass) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 1.0470
19
+ - Accuracy: 0.8093
20
 
21
  ## Model description
22
 
 
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
+ - num_epochs: 3
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
50
+ | No log | 1.0 | 357 | 1.0515 | 0.7700 |
51
+ | 0.3375 | 2.0 | 714 | 1.0273 | 0.7854 |
52
+ | 0.1605 | 3.0 | 1071 | 1.0470 | 0.8093 |
 
 
53
 
54
 
55
  ### Framework versions