karoldobiczek commited on
Commit
26fc480
1 Parent(s): b3c0bc3

End of training

Browse files
Files changed (4) hide show
  1. README.md +15 -9
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +2 -14
  4. training_args.bin +1 -1
README.md CHANGED
@@ -15,12 +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 an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - eval_loss: 1.9214
19
- - eval_runtime: 2.874
20
- - eval_samples_per_second: 86.291
21
- - eval_steps_per_second: 10.786
22
- - epoch: 9.17
23
- - step: 2274
24
 
25
  ## Model description
26
 
@@ -39,14 +34,25 @@ More information needed
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
- - learning_rate: 5e-05
43
  - train_batch_size: 8
44
  - eval_batch_size: 8
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
- - lr_scheduler_warmup_steps: 500
49
- - num_epochs: 15
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  ### Framework versions
52
 
 
15
 
16
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.7182
 
 
 
 
 
19
 
20
  ## Model description
21
 
 
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
+ - learning_rate: 1e-05
38
  - train_batch_size: 8
39
  - eval_batch_size: 8
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: 1000
44
+ - num_epochs: 5
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 1.0537 | 1.0 | 248 | 1.0521 |
51
+ | 0.885 | 2.0 | 496 | 0.9320 |
52
+ | 0.7924 | 3.0 | 744 | 0.7895 |
53
+ | 0.803 | 4.0 | 992 | 0.7182 |
54
+ | 0.473 | 5.0 | 1240 | 0.7649 |
55
+
56
 
57
  ### Framework versions
58
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb233a2121281a07a8fd5a7d249d15ba224ac1e3368e897f57c735587148b438
3
  size 498661166
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:852d5f2fde2a3cb2477d0a5d4fbbc6a12e4e89740fa5345edd3bd0ac1e6059a2
3
  size 498661166
tokenizer.json CHANGED
@@ -1,19 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 256,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": "BatchLongest",
11
- "direction": "Right",
12
- "pad_to_multiple_of": null,
13
- "pad_id": 1,
14
- "pad_type_id": 0,
15
- "pad_token": "<pad>"
16
- },
17
  "added_tokens": [
18
  {
19
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2cca8fe37b910797f7d5357daabaea14170977fab27a84f42f584d01e6eccba7
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc1db360ba5f35cfb611a486b75ce0df4de6b82221cb0077de24af9b434a88b2
3
  size 4536