abhinavp commited on
Commit
a7aae1b
1 Parent(s): bd2a101

Model save

Browse files
Files changed (3) hide show
  1. README.md +94 -0
  2. generation_config.json +7 -0
  3. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: pp-mod-subj-transformer-1
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # pp-mod-subj-transformer-1
13
+
14
+ This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 3.9216
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 5e-05
36
+ - train_batch_size: 32
37
+ - eval_batch_size: 32
38
+ - seed: 1
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - training_steps: 3052726
42
+
43
+ ### Training results
44
+
45
+ | Training Loss | Epoch | Step | Validation Loss |
46
+ |:-------------:|:-----:|:-------:|:---------------:|
47
+ | 4.2284 | 0.03 | 76319 | 4.2464 |
48
+ | 4.022 | 0.03 | 152638 | 4.0756 |
49
+ | 3.9165 | 0.03 | 228957 | 4.0014 |
50
+ | 3.845 | 0.03 | 305276 | 3.9610 |
51
+ | 3.7923 | 0.03 | 381595 | 3.9358 |
52
+ | 3.7472 | 0.03 | 457914 | 3.9196 |
53
+ | 3.7144 | 0.03 | 534233 | 3.9107 |
54
+ | 3.6831 | 0.03 | 610552 | 3.9037 |
55
+ | 3.6555 | 0.03 | 686871 | 3.8989 |
56
+ | 3.6296 | 1.03 | 763190 | 3.8978 |
57
+ | 3.6102 | 0.03 | 839510 | 3.8908 |
58
+ | 3.5875 | 1.03 | 915830 | 3.8914 |
59
+ | 3.5688 | 0.03 | 992150 | 3.8931 |
60
+ | 3.5513 | 1.03 | 1068470 | 3.8935 |
61
+ | 3.5348 | 0.03 | 1144790 | 3.8949 |
62
+ | 3.5189 | 1.03 | 1221110 | 3.8979 |
63
+ | 3.5035 | 0.03 | 1297430 | 3.8983 |
64
+ | 3.4886 | 1.03 | 1373750 | 3.9014 |
65
+ | 3.4778 | 0.03 | 1450070 | 3.9015 |
66
+ | 3.4697 | 1.03 | 1526390 | 3.9047 |
67
+ | 3.4615 | 0.03 | 1602710 | 3.9072 |
68
+ | 3.4463 | 0.03 | 1679030 | 3.9081 |
69
+ | 3.4369 | 1.03 | 1755350 | 3.9108 |
70
+ | 3.4268 | 0.03 | 1831670 | 3.9115 |
71
+ | 3.4106 | 1.03 | 1907990 | 3.9129 |
72
+ | 3.4009 | 0.03 | 1984310 | 3.9149 |
73
+ | 3.3873 | 1.03 | 2060630 | 3.9166 |
74
+ | 3.3776 | 0.03 | 2136950 | 3.9181 |
75
+ | 3.3661 | 1.03 | 2213270 | 3.9200 |
76
+ | 3.3553 | 0.03 | 2289590 | 3.9216 |
77
+ | 3.3454 | 0.03 | 2365910 | 3.9219 |
78
+ | 3.3375 | 0.03 | 2442230 | 3.9231 |
79
+ | 3.3268 | 0.03 | 2518550 | 3.9243 |
80
+ | 3.3174 | 1.03 | 2594870 | 3.9252 |
81
+ | 3.3094 | 0.03 | 2671190 | 3.9248 |
82
+ | 3.3041 | 1.03 | 2747510 | 3.9247 |
83
+ | 3.2986 | 0.03 | 2823830 | 3.9247 |
84
+ | 3.2883 | 0.03 | 2900150 | 3.9242 |
85
+ | 3.281 | 1.03 | 2976470 | 3.9231 |
86
+ | 3.2775 | 0.02 | 3052726 | 3.9216 |
87
+
88
+
89
+ ### Framework versions
90
+
91
+ - Transformers 4.33.3
92
+ - Pytorch 2.0.1
93
+ - Datasets 2.12.0
94
+ - Tokenizers 0.13.3
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 1,
6
+ "transformers_version": "4.33.3"
7
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6586b43c89e39f4c0917a744f662fd452b8a6d980a172526ad5f5d39ff4b486d
3
  size 268727709
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d3fcd9b700020cd3a4b44d832a4f82e62089f3d95404418b441be3e3140281d
3
  size 268727709