hedronstone commited on
Commit
fc8b4d3
1 Parent(s): 9659659

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: creativeml-openrail-m
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: 6b-jilp
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-jilp
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: 1.9014
20
+ - Accuracy: 0.1213
21
+ - Entropy: 1.8265
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: 12
42
+ - eval_batch_size: 8
43
+ - seed: 99
44
+ - distributed_type: multi-GPU
45
+ - gradient_accumulation_steps: 2
46
+ - total_train_batch_size: 24
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: cosine
49
+ - lr_scheduler_warmup_ratio: 0.05
50
+ - num_epochs: 5.0
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Entropy |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:-------:|
56
+ | 2.5421 | 1.0 | 2815 | 1.9824 | 0.1183 | 2.0945 |
57
+ | 2.426 | 2.0 | 5630 | 1.9443 | 0.1197 | 1.9446 |
58
+ | 2.4504 | 3.0 | 8445 | 1.9248 | 0.1204 | 1.9272 |
59
+ | 2.4573 | 4.0 | 11260 | 1.9102 | 0.1211 | 1.8612 |
60
+ | 2.4421 | 5.0 | 14075 | 1.9014 | 0.1213 | 1.8265 |
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