hedronstone commited on
Commit
678cfe7
1 Parent(s): ce71473

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: gptj-6b-gpteacher-role-play-chatml
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
+ # gptj-6b-gpteacher-role-play-chatml
16
+
17
+ This model is a fine-tuned version of [EleutherAI/gpt-j-6b](https://huggingface.co/EleutherAI/gpt-j-6b) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.9268
20
+ - Accuracy: 0.1592
21
+ - Entropy: 1.9050
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 1e-05
41
+ - train_batch_size: 2
42
+ - eval_batch_size: 8
43
+ - seed: 99
44
+ - distributed_type: multi-GPU
45
+ - gradient_accumulation_steps: 16
46
+ - total_train_batch_size: 32
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: cosine
49
+ - lr_scheduler_warmup_ratio: 0.03
50
+ - num_epochs: 5.0
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Entropy |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:-------:|
56
+ | 2.0652 | 0.99 | 59 | 2.0918 | 0.1549 | 2.3687 |
57
+ | 2.083 | 2.0 | 119 | 2.0078 | 0.1581 | 2.1805 |
58
+ | 2.083 | 2.99 | 178 | 1.9658 | 0.1594 | 2.0026 |
59
+ | 1.9201 | 4.0 | 238 | 1.9424 | 0.1596 | 1.9390 |
60
+ | 1.9201 | 4.96 | 295 | 1.9268 | 0.1592 | 1.9050 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.28.1
66
+ - Pytorch 1.13.1
67
+ - Datasets 2.7.1
68
+ - Tokenizers 0.13.3