abhinavp commited on
Commit
ad47212
·
verified ·
1 Parent(s): f25b186

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-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
+ # rel-cl-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.8699
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.2382 | 0.03 | 76319 | 4.2042 |
48
+ | 4.0307 | 0.03 | 152638 | 4.0327 |
49
+ | 3.9222 | 0.03 | 228957 | 3.9574 |
50
+ | 3.8527 | 0.03 | 305276 | 3.9168 |
51
+ | 3.801 | 0.03 | 381595 | 3.8918 |
52
+ | 3.7541 | 0.03 | 457914 | 3.8757 |
53
+ | 3.7221 | 0.03 | 534233 | 3.8658 |
54
+ | 3.6957 | 0.03 | 610552 | 3.8590 |
55
+ | 3.6667 | 0.03 | 686871 | 3.8554 |
56
+ | 3.6453 | 1.03 | 763190 | 3.8523 |
57
+ | 3.6192 | 0.03 | 839510 | 3.8462 |
58
+ | 3.5982 | 1.03 | 915830 | 3.8452 |
59
+ | 3.5776 | 0.03 | 992150 | 3.8462 |
60
+ | 3.5578 | 1.03 | 1068470 | 3.8471 |
61
+ | 3.5435 | 0.03 | 1144790 | 3.8483 |
62
+ | 3.5315 | 0.03 | 1221110 | 3.8497 |
63
+ | 3.5166 | 1.03 | 1297430 | 3.8510 |
64
+ | 3.503 | 0.03 | 1373750 | 3.8521 |
65
+ | 3.4887 | 1.03 | 1450070 | 3.8523 |
66
+ | 3.48 | 0.03 | 1526390 | 3.8554 |
67
+ | 3.4708 | 1.03 | 1602710 | 3.8568 |
68
+ | 3.4599 | 0.03 | 1679030 | 3.8580 |
69
+ | 3.4537 | 1.03 | 1755350 | 3.8606 |
70
+ | 3.4405 | 0.03 | 1831670 | 3.8623 |
71
+ | 3.4267 | 1.03 | 1907990 | 3.8639 |
72
+ | 3.4123 | 0.03 | 1984310 | 3.8648 |
73
+ | 3.4003 | 1.03 | 2060630 | 3.8659 |
74
+ | 3.3919 | 0.03 | 2136950 | 3.8671 |
75
+ | 3.3794 | 1.03 | 2213270 | 3.8681 |
76
+ | 3.3664 | 0.03 | 2289590 | 3.8695 |
77
+ | 3.3621 | 1.03 | 2365910 | 3.8696 |
78
+ | 3.3539 | 0.03 | 2442230 | 3.8706 |
79
+ | 3.3443 | 1.03 | 2518550 | 3.8709 |
80
+ | 3.3337 | 0.03 | 2594870 | 3.8724 |
81
+ | 3.3238 | 0.03 | 2671190 | 3.8724 |
82
+ | 3.3164 | 0.03 | 2747510 | 3.8723 |
83
+ | 3.3113 | 1.03 | 2823830 | 3.8722 |
84
+ | 3.3057 | 0.03 | 2900150 | 3.8716 |
85
+ | 3.303 | 1.03 | 2976470 | 3.8705 |
86
+ | 3.2925 | 0.02 | 3052726 | 3.8699 |
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:8e4502cdcae90a5ff74fc77af44618b76e610bcf50fea5d58d87d8b4663439a5
3
  size 268727709
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92ce2426d0a9659789d9a9ac1ff44edb1ca94b5ea7ab93772ae16b65c1eac28b
3
  size 268727709