wenbrau commited on
Commit
0c1dc2b
·
1 Parent(s): 18a749e

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.4183
19
 
20
  ## Model description
21
 
@@ -41,21 +41,23 @@ The following hyperparameters were used during training:
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
57
 
58
- - Transformers 4.35.2
59
- - Pytorch 2.1.0+cu118
60
  - Datasets 2.15.0
61
  - Tokenizers 0.15.0
 
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.4475
19
 
20
  ## Model description
21
 
 
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.6389 | 1.0 | 579 | 0.5691 |
52
+ | 0.4856 | 2.0 | 1158 | 0.4436 |
53
+ | 0.3324 | 3.0 | 1737 | 0.3934 |
54
+ | 0.2259 | 4.0 | 2316 | 0.4446 |
55
+ | 0.1627 | 5.0 | 2895 | 0.4475 |
56
 
57
 
58
  ### Framework versions
59
 
60
+ - Transformers 4.36.1
61
+ - Pytorch 2.1.0+cu121
62
  - Datasets 2.15.0
63
  - Tokenizers 0.15.0
logs/events.out.tfevents.1702777880.c71d5f26e561.230.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a58671c4e67dfa750c1ff59c9d1b3f86ca98aaf0502cf80763e3298729e803e
3
- size 5738
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:869954bee405faf916be8efb249e413c3f0056b4eb7e0617f5f90f331e5e4a8c
3
+ size 6948
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 269,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 272,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },