abhinavp commited on
Commit
a522edd
·
verified ·
1 Parent(s): f2407de

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-3
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-3
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.9286
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: 3
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.2242 | 0.03 | 76319 | 4.2409 |
48
+ | 4.02 | 0.03 | 152638 | 4.0727 |
49
+ | 3.9131 | 0.03 | 228957 | 3.9988 |
50
+ | 3.8422 | 0.03 | 305276 | 3.9591 |
51
+ | 3.7903 | 0.03 | 381595 | 3.9357 |
52
+ | 3.7462 | 1.03 | 457914 | 3.9199 |
53
+ | 3.7113 | 0.03 | 534233 | 3.9105 |
54
+ | 3.6838 | 0.03 | 610552 | 3.9045 |
55
+ | 3.6564 | 1.03 | 686871 | 3.8994 |
56
+ | 3.63 | 0.03 | 763190 | 3.8980 |
57
+ | 3.6086 | 0.03 | 839509 | 3.8966 |
58
+ | 3.5902 | 1.03 | 915828 | 3.8978 |
59
+ | 3.5709 | 0.03 | 992148 | 3.8916 |
60
+ | 3.5523 | 1.03 | 1068468 | 3.8932 |
61
+ | 3.5349 | 0.03 | 1144788 | 3.8944 |
62
+ | 3.518 | 1.03 | 1221108 | 3.8979 |
63
+ | 3.504 | 0.03 | 1297428 | 3.8994 |
64
+ | 3.4889 | 1.03 | 1373748 | 3.9016 |
65
+ | 3.4773 | 0.03 | 1450068 | 3.9037 |
66
+ | 3.4686 | 0.03 | 1526388 | 3.9062 |
67
+ | 3.4615 | 1.03 | 1602708 | 3.9090 |
68
+ | 3.449 | 0.03 | 1679028 | 3.9111 |
69
+ | 3.4364 | 1.03 | 1755348 | 3.9123 |
70
+ | 3.4251 | 0.03 | 1831668 | 3.9152 |
71
+ | 3.4097 | 1.03 | 1907988 | 3.9180 |
72
+ | 3.3987 | 0.03 | 1984308 | 3.9189 |
73
+ | 3.3864 | 0.03 | 2060628 | 3.9229 |
74
+ | 3.375 | 0.03 | 2136948 | 3.9232 |
75
+ | 3.3676 | 1.03 | 2213268 | 3.9248 |
76
+ | 3.3576 | 0.03 | 2289588 | 3.9265 |
77
+ | 3.3447 | 1.03 | 2365908 | 3.9277 |
78
+ | 3.3337 | 0.03 | 2442228 | 3.9294 |
79
+ | 3.3247 | 1.03 | 2518548 | 3.9311 |
80
+ | 3.3156 | 0.03 | 2594868 | 3.9312 |
81
+ | 3.3073 | 0.03 | 2671188 | 3.9313 |
82
+ | 3.3017 | 0.03 | 2747508 | 3.9313 |
83
+ | 3.2986 | 0.03 | 2823828 | 3.9318 |
84
+ | 3.2881 | 1.03 | 2900148 | 3.9311 |
85
+ | 3.2809 | 0.03 | 2976468 | 3.9301 |
86
+ | 3.2725 | 1.02 | 3052726 | 3.9286 |
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:0ef837e669fbcadf865fb7fd5205934a9c35f53f686572259baf935d55437faa
3
  size 268727709
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fecc1111dc750a53327e3bb1dd3d179cbafb7f8c8172c9ebf76fd3717bf6ff6a
3
  size 268727709