alexpaunoiu commited on
Commit
966f0e4
1 Parent(s): e9af1ad

Model save

Browse files
Files changed (4) hide show
  1. README.md +16 -10
  2. config.json +1 -1
  3. pytorch_model.bin +2 -2
  4. training_args.bin +2 -2
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 [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.7132
19
 
20
  ## Model description
21
 
@@ -34,24 +34,30 @@ More information needed
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
- - learning_rate: 2e-05
38
- - train_batch_size: 4
39
- - eval_batch_size: 8
40
  - seed: 42
41
  - gradient_accumulation_steps: 16
42
- - total_train_batch_size: 64
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - lr_scheduler_warmup_steps: 30
46
- - num_epochs: 3
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:----:|:---------------:|
52
- | 0.8502 | 0.99 | 56 | 0.8263 |
53
- | 0.7905 | 1.98 | 112 | 0.7338 |
54
- | 0.701 | 2.98 | 168 | 0.7132 |
 
 
 
 
 
 
55
 
56
 
57
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.5317
19
 
20
  ## Model description
21
 
 
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
+ - learning_rate: 0.0001
38
+ - train_batch_size: 16
39
+ - eval_batch_size: 16
40
  - seed: 42
41
  - gradient_accumulation_steps: 16
42
+ - total_train_batch_size: 256
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 100
46
+ - num_epochs: 9
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:----:|:---------------:|
52
+ | 3.9039 | 0.99 | 14 | 2.4214 |
53
+ | 0.944 | 1.98 | 28 | 0.8868 |
54
+ | 0.7808 | 2.97 | 42 | 0.7562 |
55
+ | 0.7087 | 3.96 | 56 | 0.7181 |
56
+ | 0.6645 | 4.96 | 70 | 0.6481 |
57
+ | 0.6183 | 5.95 | 84 | 0.6046 |
58
+ | 0.5837 | 6.94 | 98 | 0.5691 |
59
+ | 0.556 | 8.0 | 113 | 0.5426 |
60
+ | 0.5493 | 8.92 | 126 | 0.5317 |
61
 
62
 
63
  ### Framework versions
config.json CHANGED
@@ -71,5 +71,5 @@
71
  "torch_dtype": "float32",
72
  "transformers_version": "4.34.1",
73
  "use_cache": true,
74
- "vocab_size": 56506
75
  }
 
71
  "torch_dtype": "float32",
72
  "transformers_version": "4.34.1",
73
  "use_cache": true,
74
+ "vocab_size": 75113
75
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d98c48737eae6142ef6dd51c167bda2b56f3a6ebea3a9fbb1b43c5eb7833b091
3
- size 577168541
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3d70cf8712689ffe77aa29b031b3d23a212a6ea576c9643fe938d8c51160534
3
+ size 634403677
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:460d629b245e065bcc4d5e06bda958509cd2445c46a272c2715f32878f5e9dba
3
- size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d30de82f7ff22c5fd6e1fb92863b1356f834ccd0ecbf28fb2220cfbb752c37f
3
+ size 4155