abhinavp commited on
Commit
31bc8b6
·
verified ·
1 Parent(s): 658b69a

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: rel-cl-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
+ # rel-cl-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.8714
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.238 | 0.03 | 76319 | 4.2027 |
48
+ | 4.0312 | 0.03 | 152638 | 4.0325 |
49
+ | 3.9229 | 0.03 | 228957 | 3.9574 |
50
+ | 3.8541 | 0.03 | 305276 | 3.9160 |
51
+ | 3.8015 | 0.03 | 381595 | 3.8911 |
52
+ | 3.7558 | 0.03 | 457914 | 3.8752 |
53
+ | 3.7219 | 0.03 | 534233 | 3.8655 |
54
+ | 3.6946 | 0.03 | 610552 | 3.8579 |
55
+ | 3.6653 | 0.03 | 686871 | 3.8550 |
56
+ | 3.6444 | 1.03 | 763190 | 3.8526 |
57
+ | 3.6189 | 0.03 | 839510 | 3.8473 |
58
+ | 3.5975 | 1.03 | 915830 | 3.8459 |
59
+ | 3.5762 | 0.03 | 992150 | 3.8464 |
60
+ | 3.5575 | 1.03 | 1068470 | 3.8480 |
61
+ | 3.5455 | 0.03 | 1144790 | 3.8497 |
62
+ | 3.5318 | 0.03 | 1221110 | 3.8518 |
63
+ | 3.517 | 1.03 | 1297430 | 3.8527 |
64
+ | 3.5041 | 0.03 | 1373750 | 3.8547 |
65
+ | 3.4888 | 1.03 | 1450070 | 3.8556 |
66
+ | 3.4806 | 0.03 | 1526390 | 3.8578 |
67
+ | 3.4712 | 1.03 | 1602710 | 3.8586 |
68
+ | 3.4613 | 0.03 | 1679030 | 3.8606 |
69
+ | 3.4536 | 1.03 | 1755350 | 3.8624 |
70
+ | 3.4406 | 0.03 | 1831670 | 3.8640 |
71
+ | 3.4269 | 1.03 | 1907990 | 3.8642 |
72
+ | 3.4133 | 0.03 | 1984310 | 3.8660 |
73
+ | 3.4003 | 1.03 | 2060630 | 3.8680 |
74
+ | 3.3918 | 0.03 | 2136950 | 3.8685 |
75
+ | 3.3794 | 1.03 | 2213270 | 3.8700 |
76
+ | 3.3659 | 0.03 | 2289590 | 3.8717 |
77
+ | 3.3609 | 1.03 | 2365910 | 3.8721 |
78
+ | 3.3533 | 0.03 | 2442230 | 3.8733 |
79
+ | 3.3415 | 1.03 | 2518550 | 3.8731 |
80
+ | 3.3346 | 0.03 | 2594870 | 3.8746 |
81
+ | 3.3234 | 0.03 | 2671190 | 3.8746 |
82
+ | 3.3165 | 1.03 | 2747510 | 3.8744 |
83
+ | 3.3119 | 0.03 | 2823830 | 3.8745 |
84
+ | 3.3058 | 1.03 | 2900150 | 3.8741 |
85
+ | 3.2988 | 0.03 | 2976470 | 3.8729 |
86
+ | 3.2923 | 1.02 | 3052726 | 3.8714 |
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:2e802b2243f0ed083a0a7cba62efa8884724cd5b1aa657aa541fd7b0f3cb0b70
3
  size 268727709
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb8ca1cc0ff5c65be5f4ab6a27b12fac93f7d7abea7837e79e6961053c8076f6
3
  size 268727709