haji2438 commited on
Commit
ca2e5b2
1 Parent(s): f841f85

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  This model is a fine-tuned version of [vinai/bertweet-base](https://huggingface.co/vinai/bertweet-base) on the None dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 0.0235
17
 
18
  ## Model description
19
 
@@ -32,7 +32,7 @@ More information needed
32
  ### Training hyperparameters
33
 
34
  The following hyperparameters were used during training:
35
- - learning_rate: 2e-05
36
  - train_batch_size: 8
37
  - eval_batch_size: 8
38
  - seed: 42
@@ -44,9 +44,9 @@ The following hyperparameters were used during training:
44
 
45
  | Training Loss | Epoch | Step | Validation Loss |
46
  |:-------------:|:-----:|:-----:|:---------------:|
47
- | 0.0394 | 1.0 | 5882 | 0.0306 |
48
- | 0.0282 | 2.0 | 11764 | 0.0240 |
49
- | 0.0241 | 3.0 | 17646 | 0.0235 |
50
 
51
 
52
  ### Framework versions
 
13
 
14
  This model is a fine-tuned version of [vinai/bertweet-base](https://huggingface.co/vinai/bertweet-base) on the None dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: 0.0267
17
 
18
  ## Model description
19
 
 
32
  ### Training hyperparameters
33
 
34
  The following hyperparameters were used during training:
35
+ - learning_rate: 1e-05
36
  - train_batch_size: 8
37
  - eval_batch_size: 8
38
  - seed: 42
 
44
 
45
  | Training Loss | Epoch | Step | Validation Loss |
46
  |:-------------:|:-----:|:-----:|:---------------:|
47
+ | 0.0551 | 1.0 | 5882 | 0.0443 |
48
+ | 0.0348 | 2.0 | 11764 | 0.0295 |
49
+ | 0.0311 | 3.0 | 17646 | 0.0267 |
50
 
51
 
52
  ### Framework versions