anubhavmaity commited on
Commit
00a7d4b
·
1 Parent(s): ce7d1ab

End of training

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: bert-base-cased
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # movie-genre-predictions
17
 
18
- This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.6354
21
- - Accuracy: 0.4379
22
 
23
  ## Model description
24
 
@@ -37,7 +37,7 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 2e-05
41
  - train_batch_size: 32
42
  - eval_batch_size: 64
43
  - seed: 42
@@ -49,9 +49,9 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 1.6427 | 1.0 | 1159 | 1.6026 | 0.4366 |
53
- | 1.4301 | 2.0 | 2318 | 1.5943 | 0.4442 |
54
- | 1.2482 | 3.0 | 3477 | 1.6354 | 0.4379 |
55
 
56
 
57
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: bert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
15
 
16
  # movie-genre-predictions
17
 
18
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.7801
21
+ - Accuracy: 0.4307
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 5e-05
41
  - train_batch_size: 32
42
  - eval_batch_size: 64
43
  - seed: 42
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 1.6317 | 1.0 | 1159 | 1.5848 | 0.4400 |
53
+ | 1.3155 | 2.0 | 2318 | 1.6256 | 0.4408 |
54
+ | 0.9483 | 3.0 | 3477 | 1.7801 | 0.4307 |
55
 
56
 
57
  ### Framework versions