lavokvv commited on
Commit
a5bf7d7
·
1 Parent(s): 05a8aef

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [flaubert/flaubert_small_cased](https://huggingface.co/flaubert/flaubert_small_cased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.1476
20
- - Accuracy: 0.5156
21
 
22
  ## Model description
23
 
@@ -36,23 +36,21 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - learning_rate: 2e-05
40
  - train_batch_size: 16
41
  - eval_batch_size: 16
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - num_epochs: 5
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | No log | 1.0 | 240 | 1.2039 | 0.4813 |
52
- | No log | 2.0 | 480 | 1.1567 | 0.5115 |
53
- | 1.3965 | 3.0 | 720 | 1.1224 | 0.5260 |
54
- | 1.3965 | 4.0 | 960 | 1.1499 | 0.5135 |
55
- | 1.146 | 5.0 | 1200 | 1.1476 | 0.5156 |
56
 
57
 
58
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [flaubert/flaubert_small_cased](https://huggingface.co/flaubert/flaubert_small_cased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.0627
20
+ - Accuracy: 0.5444
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - learning_rate: 5e-05
40
  - train_batch_size: 16
41
  - eval_batch_size: 16
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 3
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 270 | 1.2064 | 0.4657 |
52
+ | 1.3176 | 2.0 | 540 | 1.0933 | 0.5352 |
53
+ | 1.3176 | 3.0 | 810 | 1.0627 | 0.5444 |
 
 
54
 
55
 
56
  ### Framework versions