AnonymousCS commited on
Commit
23dad2b
·
verified ·
1 Parent(s): 8ae2154

End of training

Browse files
Files changed (4) hide show
  1. README.md +8 -4
  2. config.json +2 -2
  3. model.safetensors +1 -1
  4. 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.8313
22
  - Accuracy: 0.9581
23
  - 1-f1: 0.0
24
  - 1-recall: 0.0
@@ -48,6 +48,7 @@ The following hyperparameters were used during training:
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
 
51
  - num_epochs: 20
52
  - mixed_precision_training: Native AMP
53
 
@@ -55,9 +56,12 @@ 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.7117 | 1.0 | 96 | 0.6134 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
59
- | 0.0535 | 2.0 | 192 | 0.8084 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
60
- | 0.9136 | 3.0 | 288 | 0.8313 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
 
 
 
61
 
62
 
63
  ### 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: 1.3888
22
  - Accuracy: 0.9581
23
  - 1-f1: 0.0
24
  - 1-recall: 0.0
 
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
51
+ - lr_scheduler_warmup_ratio: 0.06
52
  - num_epochs: 20
53
  - mixed_precision_training: Native AMP
54
 
 
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | 1-f1 | 1-recall | 1-precision | Balanced Acc |
58
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:----:|:--------:|:-----------:|:------------:|
59
+ | 0.8606 | 1.0 | 96 | 0.7305 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
60
+ | 0.0201 | 2.0 | 192 | 0.7517 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
61
+ | 1.4356 | 3.0 | 288 | 1.4165 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
62
+ | 0.0234 | 4.0 | 384 | 0.9599 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
63
+ | 1.2795 | 5.0 | 480 | 1.0357 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
64
+ | 0.993 | 6.0 | 576 | 1.3888 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
65
 
66
 
67
  ### Framework versions
config.json CHANGED
@@ -3,14 +3,14 @@
3
  "architectures": [
4
  "RemBertForSequenceClassification"
5
  ],
6
- "attention_probs_dropout_prob": 0,
7
  "bos_token_id": 312,
8
  "classifier_dropout_prob": 0.1,
9
  "embedding_dropout_prob": 0,
10
  "embedding_size": 256,
11
  "eos_token_id": 313,
12
  "hidden_act": "gelu",
13
- "hidden_dropout_prob": 0,
14
  "hidden_size": 1152,
15
  "initializer_range": 0.02,
16
  "input_embedding_size": 256,
 
3
  "architectures": [
4
  "RemBertForSequenceClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.2,
7
  "bos_token_id": 312,
8
  "classifier_dropout_prob": 0.1,
9
  "embedding_dropout_prob": 0,
10
  "embedding_size": 256,
11
  "eos_token_id": 313,
12
  "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.2,
14
  "hidden_size": 1152,
15
  "initializer_range": 0.02,
16
  "input_embedding_size": 256,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47ef6951f24521f44b4341ac530a13bc23e83777f93d94fb40f1ca4a373b5ca3
3
  size 2303755328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f37445b5612c7cb1a7ab874f81227a2fa4559397c4267be6f9ebe6bcec481974
3
  size 2303755328
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4179142cb9dc85e1764c743bffa9aa74945ae00716cb8437a154f56255c8fcd6
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f41cbc7f5f5812dcb7d242caa4c344dc00cbc65d72f961ea0cc1588b21a6024
3
  size 5432