AnonymousCS commited on
Commit
d902805
·
verified ·
1 Parent(s): 6167724

End of training

Browse files
Files changed (3) hide show
  1. README.md +10 -11
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [google/rembert](https://huggingface.co/google/rembert) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.6571
22
  - Accuracy: 0.9118
23
  - 1-f1: 0.0
24
  - 1-recall: 0.0
@@ -44,7 +44,7 @@ More information needed
44
  The following hyperparameters were used during training:
45
  - learning_rate: 1e-05
46
  - train_batch_size: 16
47
- - eval_batch_size: 16
48
  - seed: 42
49
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
  - lr_scheduler_type: linear
@@ -55,15 +55,14 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | 1-f1 | 1-recall | 1-precision | Balanced Acc |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:----:|:--------:|:-----------:|:------------:|
58
- | 0.6682 | 1.0 | 91 | 0.6700 | 0.9118 | 0.0 | 0.0 | 0.0 | 0.5 |
59
- | 0.6465 | 2.0 | 182 | 0.6699 | 0.9118 | 0.0 | 0.0 | 0.0 | 0.5 |
60
- | 0.7742 | 3.0 | 273 | 0.6552 | 0.9118 | 0.0 | 0.0 | 0.0 | 0.5 |
61
- | 0.6708 | 4.0 | 364 | 0.6683 | 0.9118 | 0.0 | 0.0 | 0.0 | 0.5 |
62
- | 0.7071 | 5.0 | 455 | 0.6530 | 0.9118 | 0.0 | 0.0 | 0.0 | 0.5 |
63
- | 0.6274 | 6.0 | 546 | 0.6511 | 0.9118 | 0.0 | 0.0 | 0.0 | 0.5 |
64
- | 0.5601 | 7.0 | 637 | 0.6586 | 0.9118 | 0.0 | 0.0 | 0.0 | 0.5 |
65
- | 0.7919 | 8.0 | 728 | 0.6569 | 0.9118 | 0.0 | 0.0 | 0.0 | 0.5 |
66
- | 0.6328 | 9.0 | 819 | 0.6571 | 0.9118 | 0.0 | 0.0 | 0.0 | 0.5 |
67
 
68
 
69
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [google/rembert](https://huggingface.co/google/rembert) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.6686
22
  - Accuracy: 0.9118
23
  - 1-f1: 0.0
24
  - 1-recall: 0.0
 
44
  The following hyperparameters were used during training:
45
  - learning_rate: 1e-05
46
  - train_batch_size: 16
47
+ - eval_batch_size: 32
48
  - seed: 42
49
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
  - lr_scheduler_type: linear
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | 1-f1 | 1-recall | 1-precision | Balanced Acc |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:----:|:--------:|:-----------:|:------------:|
58
+ | 0.6746 | 1.0 | 91 | 0.6774 | 0.9118 | 0.0 | 0.0 | 0.0 | 0.5 |
59
+ | 0.6333 | 2.0 | 182 | 0.6769 | 0.9118 | 0.0 | 0.0 | 0.0 | 0.5 |
60
+ | 0.7695 | 3.0 | 273 | 0.6672 | 0.9118 | 0.0 | 0.0 | 0.0 | 0.5 |
61
+ | 0.6843 | 4.0 | 364 | 0.6757 | 0.9118 | 0.0 | 0.0 | 0.0 | 0.5 |
62
+ | 0.7178 | 5.0 | 455 | 0.6668 | 0.9118 | 0.0 | 0.0 | 0.0 | 0.5 |
63
+ | 0.6505 | 6.0 | 546 | 0.6666 | 0.9118 | 0.0 | 0.0 | 0.0 | 0.5 |
64
+ | 0.5584 | 7.0 | 637 | 0.6691 | 0.9118 | 0.0 | 0.0 | 0.0 | 0.5 |
65
+ | 0.8056 | 8.0 | 728 | 0.6686 | 0.9118 | 0.0 | 0.0 | 0.0 | 0.5 |
 
66
 
67
 
68
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3755d471c57e80e1f5c28bf69c41cc07a428e667869f5af1dc4fd03956cf5692
3
  size 2303755328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9a8bfbbb13407f337216b24c649e57f59f915a500fbc466dd8fdd1f15df0f4f
3
  size 2303755328
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:488723559d3c4932d1dedcfee4dd910e8054e36d1912051a2ab3c90dca57da95
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:748085ef807b5b927d51b8e301ee0b78acbcba20768ae0ecdb0d1826705e91af
3
  size 5432