dany0407 commited on
Commit
b5fc9fe
·
verified ·
1 Parent(s): 5fb6af5

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.5248
22
- - Accuracy: 0.7967
23
 
24
  ## Model description
25
 
@@ -42,7 +42,7 @@ The following hyperparameters were used during training:
42
  - train_batch_size: 16
43
  - eval_batch_size: 16
44
  - seed: 42
45
- - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
  - lr_scheduler_type: linear
47
  - num_epochs: 1
48
 
@@ -50,12 +50,12 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | 0.6974 | 1.0 | 4597 | 0.5248 | 0.7967 |
54
 
55
 
56
  ### Framework versions
57
 
58
  - Transformers 4.54.0
59
- - Pytorch 2.6.0+cu124
60
  - Datasets 4.0.0
61
- - Tokenizers 0.21.2
 
18
 
19
  This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.7528
22
+ - Accuracy: 0.7
23
 
24
  ## Model description
25
 
 
42
  - train_batch_size: 16
43
  - eval_batch_size: 16
44
  - seed: 42
45
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
  - lr_scheduler_type: linear
47
  - num_epochs: 1
48
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 0.9095 | 1.0 | 563 | 0.7528 | 0.7 |
54
 
55
 
56
  ### Framework versions
57
 
58
  - Transformers 4.54.0
59
+ - Pytorch 2.10.0+cu128
60
  - Datasets 4.0.0
61
+ - Tokenizers 0.21.4