abhinavp commited on
Commit
c19154c
·
verified ·
1 Parent(s): 695eb19

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-0
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-0
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.9272
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: 0
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.2225 | 0.03 | 76319 | 4.2389 |
48
+ | 4.0185 | 0.03 | 152638 | 4.0713 |
49
+ | 3.9131 | 0.03 | 228957 | 3.9978 |
50
+ | 3.8409 | 0.03 | 305276 | 3.9590 |
51
+ | 3.788 | 0.03 | 381595 | 3.9349 |
52
+ | 3.7444 | 0.03 | 457914 | 3.9197 |
53
+ | 3.711 | 0.03 | 534233 | 3.9116 |
54
+ | 3.6829 | 0.03 | 610552 | 3.9048 |
55
+ | 3.6541 | 0.03 | 686871 | 3.9011 |
56
+ | 3.63 | 0.03 | 763190 | 3.8989 |
57
+ | 3.6103 | 1.03 | 839509 | 3.8982 |
58
+ | 3.5887 | 0.03 | 915829 | 3.8914 |
59
+ | 3.569 | 1.03 | 992149 | 3.8933 |
60
+ | 3.552 | 0.03 | 1068469 | 3.8944 |
61
+ | 3.535 | 1.03 | 1144789 | 3.8962 |
62
+ | 3.5188 | 0.03 | 1221109 | 3.8980 |
63
+ | 3.5028 | 1.03 | 1297429 | 3.9003 |
64
+ | 3.4894 | 0.03 | 1373749 | 3.9013 |
65
+ | 3.4769 | 1.03 | 1450069 | 3.9045 |
66
+ | 3.4689 | 0.03 | 1526389 | 3.9050 |
67
+ | 3.4588 | 0.03 | 1602709 | 3.9080 |
68
+ | 3.4454 | 1.03 | 1679029 | 3.9094 |
69
+ | 3.4345 | 0.03 | 1755349 | 3.9128 |
70
+ | 3.4239 | 0.03 | 1831669 | 3.9132 |
71
+ | 3.4088 | 1.03 | 1907989 | 3.9164 |
72
+ | 3.3977 | 0.03 | 1984309 | 3.9182 |
73
+ | 3.3864 | 1.03 | 2060629 | 3.9208 |
74
+ | 3.376 | 0.03 | 2136949 | 3.9220 |
75
+ | 3.3652 | 1.03 | 2213269 | 3.9247 |
76
+ | 3.3569 | 0.03 | 2289589 | 3.9260 |
77
+ | 3.3449 | 1.03 | 2365909 | 3.9271 |
78
+ | 3.3353 | 0.03 | 2442229 | 3.9283 |
79
+ | 3.3245 | 1.03 | 2518549 | 3.9300 |
80
+ | 3.3165 | 0.03 | 2594869 | 3.9304 |
81
+ | 3.3094 | 0.03 | 2671189 | 3.9313 |
82
+ | 3.3041 | 1.03 | 2747509 | 3.9317 |
83
+ | 3.2966 | 0.03 | 2823829 | 3.9312 |
84
+ | 3.2876 | 0.03 | 2900149 | 3.9298 |
85
+ | 3.2797 | 1.03 | 2976469 | 3.9291 |
86
+ | 3.2741 | 0.02 | 3052726 | 3.9272 |
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:bc900c59597d98ee7c48725ad501e999c17411ccd26c4c7fc4085b55ed300690
3
  size 268727709
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7ee5c01c4832da4728755cb6ab59e84cabdaccbb6ee408c598aedc34840fac6
3
  size 268727709