PEFT
PyTorch
Safetensors
llama
Generated from Trainer
Marko Tasic commited on
Commit
3e1429f
1 Parent(s): 61a569f

fixed README

Browse files
Files changed (2) hide show
  1. README.md +151 -3
  2. README.md.0 +3 -0
README.md CHANGED
@@ -1,3 +1,151 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: pints-ai/1.5-Pints-16K-v0.1
3
+ library_name: peft
4
+ license: mit
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: tangledgroup/tangled-llama-pints-1.5b-v0.1-instruct
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
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
16
+ <details><summary>See axolotl config</summary>
17
+
18
+ axolotl version: `0.4.1`
19
+ ```yaml
20
+ base_model: pints-ai/1.5-Pints-16K-v0.1
21
+ model_type: AutoModelForCausalLM
22
+ tokenizer_type: AutoTokenizer
23
+
24
+ load_in_8bit: false
25
+ load_in_4bit: true
26
+ strict: false
27
+
28
+ datasets:
29
+ - path: tangledgroup/tangled-llama-pints-1.5b-v0.1-dataset
30
+ type: sharegpt
31
+ conversation: chatml
32
+ chat_template: chatml
33
+ dataset_prepared_path:
34
+ val_set_size: 0.05
35
+ output_dir: ./outputs/qlora-out
36
+
37
+ adapter: qlora
38
+ lora_model_dir:
39
+
40
+ sequence_len: 16384
41
+ sample_packing: true
42
+ pad_to_sequence_len: true
43
+
44
+ lora_r: 32
45
+ lora_alpha: 16
46
+ lora_dropout: 0.05
47
+ lora_target_modules:
48
+ lora_target_linear: true
49
+ lora_fan_in_fan_out:
50
+
51
+ wandb_project:
52
+ wandb_entity:
53
+ wandb_watch:
54
+ wandb_name:
55
+ wandb_log_model:
56
+
57
+ gradient_accumulation_steps: 4
58
+ micro_batch_size: 2
59
+ num_epochs: 3
60
+ # optimizer: paged_adamw_32bit
61
+ optimizer: adamw_torch_fused
62
+ lr_scheduler: cosine
63
+ learning_rate: 0.0002
64
+
65
+ train_on_inputs: false
66
+ group_by_length: false
67
+ bf16: auto
68
+ fp16:
69
+ tf32: false
70
+
71
+ gradient_checkpointing: true
72
+ early_stopping_patience:
73
+ resume_from_checkpoint:
74
+ local_rank:
75
+ logging_steps: 1
76
+ xformers_attention:
77
+ flash_attention: true
78
+
79
+ loss_watchdog_threshold: 15.0
80
+ loss_watchdog_patience: 3
81
+
82
+ warmup_steps: 10
83
+ evals_per_epoch: 3
84
+ eval_table_size:
85
+ saves_per_epoch: 1
86
+ debug:
87
+ deepspeed:
88
+ weight_decay: 0.0
89
+ fsdp:
90
+ fsdp_config:
91
+ special_tokens:
92
+ ```
93
+
94
+ </details><br>
95
+
96
+ # tangledgroup/tangled-llama-pints-1.5b-v0.1-instruct
97
+
98
+ This model is a fine-tuned version of [pints-ai/1.5-Pints-16K-v0.1](https://huggingface.co/pints-ai/1.5-Pints-16K-v0.1) on the None dataset.
99
+ It achieves the following results on the evaluation set:
100
+ - Loss: 1.0998
101
+
102
+ ## Model description
103
+
104
+ More information needed
105
+
106
+ ## Intended uses & limitations
107
+
108
+ More information needed
109
+
110
+ ## Training and evaluation data
111
+
112
+ More information needed
113
+
114
+ ## Training procedure
115
+
116
+ ### Training hyperparameters
117
+
118
+ The following hyperparameters were used during training:
119
+ - learning_rate: 0.0002
120
+ - train_batch_size: 2
121
+ - eval_batch_size: 2
122
+ - seed: 42
123
+ - gradient_accumulation_steps: 4
124
+ - total_train_batch_size: 8
125
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
126
+ - lr_scheduler_type: cosine
127
+ - lr_scheduler_warmup_steps: 10
128
+ - num_epochs: 3
129
+
130
+ ### Training results
131
+
132
+ | Training Loss | Epoch | Step | Validation Loss |
133
+ |:-------------:|:------:|:----:|:---------------:|
134
+ | 1.1867 | 0.0041 | 1 | 1.2217 |
135
+ | 1.147 | 0.3347 | 82 | 1.1398 |
136
+ | 1.1475 | 0.6694 | 164 | 1.1236 |
137
+ | 1.1831 | 1.0041 | 246 | 1.1143 |
138
+ | 1.1513 | 1.3194 | 328 | 1.1087 |
139
+ | 1.0978 | 1.6541 | 410 | 1.1045 |
140
+ | 1.085 | 1.9888 | 492 | 1.1015 |
141
+ | 1.0014 | 2.3041 | 574 | 1.1004 |
142
+ | 0.9882 | 2.6388 | 656 | 1.0998 |
143
+
144
+
145
+ ### Framework versions
146
+
147
+ - PEFT 0.12.0
148
+ - Transformers 4.44.0
149
+ - Pytorch 2.4.0
150
+ - Datasets 2.20.0
151
+ - Tokenizers 0.19.1
README.md.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---