RichardErkhov commited on
Commit
e2c3d7a
·
verified ·
1 Parent(s): 7c489f6

uploaded readme

Browse files
Files changed (1) hide show
  1. README.md +91 -0
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Quantization made by Richard Erkhov.
2
+
3
+ [Github](https://github.com/RichardErkhov)
4
+
5
+ [Discord](https://discord.gg/pvy7H8DZMG)
6
+
7
+ [Request more models](https://github.com/RichardErkhov/quant_request)
8
+
9
+
10
+ tinyllama-sft-orca_chat-mix - AWQ
11
+ - Model creator: https://huggingface.co/andrewbai/
12
+ - Original model: https://huggingface.co/andrewbai/tinyllama-sft-orca_chat-mix/
13
+
14
+
15
+
16
+
17
+ Original model description:
18
+ ---
19
+ license: apache-2.0
20
+ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
21
+ tags:
22
+ - alignment-handbook
23
+ - trl
24
+ - sft
25
+ - generated_from_trainer
26
+ - trl
27
+ - sft
28
+ - generated_from_trainer
29
+ datasets:
30
+ - ucla-cmllab/orca-chat_100k-chat-format
31
+ - ucla-cmllab/RedPajama_100k
32
+ model-index:
33
+ - name: tinyllama-sft-orca_chat-mix
34
+ results: []
35
+ ---
36
+
37
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
38
+ should probably proofread and complete it, then remove this comment. -->
39
+
40
+ # tinyllama-sft-orca_chat-mix
41
+
42
+ This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) on the ucla-cmllab/orca-chat_100k-chat-format and the ucla-cmllab/RedPajama_100k datasets.
43
+ It achieves the following results on the evaluation set:
44
+ - Loss: 0.9497
45
+
46
+ ## Model description
47
+
48
+ More information needed
49
+
50
+ ## Intended uses & limitations
51
+
52
+ More information needed
53
+
54
+ ## Training and evaluation data
55
+
56
+ More information needed
57
+
58
+ ## Training procedure
59
+
60
+ ### Training hyperparameters
61
+
62
+ The following hyperparameters were used during training:
63
+ - learning_rate: 2e-05
64
+ - train_batch_size: 16
65
+ - eval_batch_size: 8
66
+ - seed: 42
67
+ - distributed_type: multi-GPU
68
+ - num_devices: 4
69
+ - gradient_accumulation_steps: 2
70
+ - total_train_batch_size: 128
71
+ - total_eval_batch_size: 32
72
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
73
+ - lr_scheduler_type: cosine
74
+ - lr_scheduler_warmup_ratio: 0.1
75
+ - num_epochs: 1
76
+
77
+ ### Training results
78
+
79
+ | Training Loss | Epoch | Step | Validation Loss |
80
+ |:-------------:|:------:|:----:|:---------------:|
81
+ | 0.9347 | 0.9994 | 781 | 0.9497 |
82
+
83
+
84
+ ### Framework versions
85
+
86
+ - Transformers 4.40.2
87
+ - Pytorch 2.3.0+cu121
88
+ - Datasets 2.19.1
89
+ - Tokenizers 0.19.1
90
+
91
+