Simon Tang commited on
Commit
c290bc0
1 Parent(s): f04ba91

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-no-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-no-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.6203
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.1604 | 0.2 | 1000 | 1.8712 |
52
+ | 1.0077 | 0.4 | 2000 | 1.4700 |
53
+ | 0.8175 | 0.6 | 3000 | 1.0772 |
54
+ | 0.7621 | 0.8 | 4000 | 0.7959 |
55
+ | 0.3346 | 1.0 | 5000 | 0.7570 |
56
+ | 0.2903 | 1.2 | 6000 | 0.6882 |
57
+ | 0.2313 | 1.4 | 7000 | 0.6471 |
58
+ | 0.3038 | 1.6 | 8000 | 0.6203 |
59
+ | 0.2292 | 1.8 | 9000 | 0.6203 |
60
+ | 0.193 | 2.0 | 10000 | 0.6203 |
61
+ | 0.1198 | 2.2 | 11000 | 0.6203 |
62
+ | 0.2185 | 2.4 | 12000 | 0.6203 |
63
+ | 0.1038 | 2.6 | 13000 | 0.6203 |
64
+ | 0.1469 | 2.8 | 14000 | 0.6203 |
65
+ | 0.1857 | 3.0 | 15000 | 0.6203 |
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