Simon Tang commited on
Commit
7b7c2a2
1 Parent(s): 0d556df

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - anli
7
+ model-index:
8
+ - name: sft-trl-claim
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # sft-trl-claim
16
+
17
+ This model is a fine-tuned version of [EleutherAI/gpt-j-6b](https://huggingface.co/EleutherAI/gpt-j-6b) on the anli dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.6558
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 8
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_steps: 100
45
+ - num_epochs: 3.0
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:-----:|:---------------:|
51
+ | 2.1758 | 0.2 | 1000 | 1.8749 |
52
+ | 0.9782 | 0.4 | 2000 | 1.4891 |
53
+ | 0.7268 | 0.6 | 3000 | 1.0777 |
54
+ | 0.7882 | 0.8 | 4000 | 0.7661 |
55
+ | 0.316 | 1.0 | 5000 | 0.7215 |
56
+ | 0.2962 | 1.2 | 6000 | 0.7067 |
57
+ | 0.2318 | 1.4 | 7000 | 0.6914 |
58
+ | 0.3424 | 1.6 | 8000 | 0.6558 |
59
+ | 0.216 | 1.8 | 9000 | 0.6558 |
60
+ | 0.1732 | 2.0 | 10000 | 0.6558 |
61
+ | 0.1178 | 2.2 | 11000 | 0.6558 |
62
+ | 0.202 | 2.4 | 12000 | 0.6558 |
63
+ | 0.1088 | 2.6 | 13000 | 0.6558 |
64
+ | 0.1408 | 2.8 | 14000 | 0.6558 |
65
+ | 0.1856 | 3.0 | 15000 | 0.6558 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.30.2
71
+ - Pytorch 2.0.1+cu117
72
+ - Datasets 2.13.1
73
+ - Tokenizers 0.13.3