hedronstone commited on
Commit
fdf37fd
1 Parent(s): f748ab8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: 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
+ # 6b-gpteacher-role-play-chatml
16
+
17
+ This model is a fine-tuned version of [PygmalionAI/pygmalion-6b](https://huggingface.co/PygmalionAI/pygmalion-6b) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.2441
20
+ - Accuracy: 0.1505
21
+ - Entropy: 1.8521
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-06
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: 4.0
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Entropy |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:-------:|
56
+ | 2.2397 | 0.99 | 59 | 2.2793 | 0.1499 | 1.8243 |
57
+ | 2.2192 | 2.0 | 119 | 2.2695 | 0.1499 | 1.8324 |
58
+ | 2.2175 | 2.99 | 178 | 2.2578 | 0.1499 | 1.8420 |
59
+ | 2.1434 | 3.97 | 236 | 2.2441 | 0.1505 | 1.8521 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.28.1
65
+ - Pytorch 1.13.1
66
+ - Datasets 2.7.1
67
+ - Tokenizers 0.13.3