wenbrau commited on
Commit
f51f963
·
1 Parent(s): e59ebf8

Model save

Browse files
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.5713
19
 
20
  ## Model description
21
 
@@ -34,25 +34,23 @@ More information needed
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
- - learning_rate: 5e-05
38
- - train_batch_size: 64
39
- - eval_batch_size: 64
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
  - lr_scheduler_warmup_steps: 500
44
- - num_epochs: 5
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
- | 0.6371 | 1.0 | 874 | 0.5714 |
52
- | 0.4772 | 2.0 | 1748 | 0.4770 |
53
- | 0.3336 | 3.0 | 2622 | 0.5198 |
54
- | 0.2174 | 4.0 | 3496 | 0.4755 |
55
- | 0.141 | 5.0 | 4370 | 0.5713 |
56
 
57
 
58
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.4183
19
 
20
  ## Model description
21
 
 
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
+ - learning_rate: 2e-05
38
+ - train_batch_size: 48
39
+ - eval_batch_size: 48
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
  - lr_scheduler_warmup_steps: 500
44
+ - num_epochs: 3
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
+ | 0.6532 | 1.0 | 586 | 0.5639 |
52
+ | 0.4884 | 2.0 | 1172 | 0.4635 |
53
+ | 0.3384 | 3.0 | 1758 | 0.4183 |
 
 
54
 
55
 
56
  ### Framework versions
logs/events.out.tfevents.1702229150.a86980be031b.215.7 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ecf02db000687ab51d2130ca4c2e71a5834264520cea363342b8326da86c9fe5
3
- size 5218
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b6f4777a5a8c35972ea36a700567bca46d51b6353f533df2e3490c6d659146f
3
+ size 6000
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:09b74d1723274bfc68012104c885f9d85434cf0b6a7809bcb8500f9426bbbb72
3
  size 498612824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8298daf926489dbdb9fbaf34dd288b8a10728c884be1b8a32359b0c05f6af42
3
  size 498612824
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 136,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 269,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },