TristanBehrens commited on
Commit
abaa361
1 Parent(s): d83dc10

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +134 -0
README.md ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
7
+ model-index:
8
+ - name: out/bachinstruct
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/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
16
+ <details><summary>See axolotl config</summary>
17
+
18
+ axolotl version: `0.4.0`
19
+ ```yaml
20
+ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
21
+ model_type: LlamaForCausalLM
22
+ tokenizer_type: LlamaTokenizer
23
+
24
+ load_in_8bit: true
25
+ load_in_4bit: false
26
+ strict: false
27
+
28
+ datasets:
29
+ - path: TristanBehrens/bachinstruct
30
+ type: completion
31
+ dataset_prepared_path: ./out/bachinstruct/dataset_prepared
32
+ val_set_size: 0.0
33
+ output_dir: ./out/bachinstruct
34
+
35
+ sequence_len: 4096
36
+ sample_packing: true
37
+ eval_sample_packing: false
38
+ pad_to_sequence_len: true
39
+
40
+ adapter: lora
41
+ lora_model_dir:
42
+ lora_r: 32
43
+ lora_alpha: 16
44
+ lora_dropout: 0.05
45
+ lora_target_linear: true
46
+ lora_fan_in_fan_out:
47
+
48
+ wandb_project:
49
+ wandb_entity:
50
+ wandb_watch:
51
+ wandb_name:
52
+ wandb_log_model:
53
+
54
+ gradient_accumulation_steps: 4
55
+ micro_batch_size: 30
56
+ num_epochs: 1
57
+ optimizer: adamw_bnb_8bit
58
+ lr_scheduler: cosine
59
+ learning_rate: 0.0002
60
+
61
+ train_on_inputs: false
62
+ group_by_length: false
63
+ bf16: auto
64
+ fp16:
65
+ tf32: false
66
+
67
+ gradient_checkpointing: true
68
+ early_stopping_patience:
69
+ resume_from_checkpoint:
70
+ local_rank:
71
+ logging_steps: 1
72
+ xformers_attention:
73
+ flash_attention: true
74
+
75
+ warmup_steps: 10
76
+ evals_per_epoch: 10
77
+ saves_per_epoch: 1
78
+ debug:
79
+ deepspeed:
80
+ weight_decay: 0.0
81
+ fsdp:
82
+ fsdp_config:
83
+ special_tokens:
84
+
85
+ ```
86
+
87
+ </details><br>
88
+
89
+ # out/bachinstruct
90
+
91
+ 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 None dataset.
92
+
93
+ ## Model description
94
+
95
+ More information needed
96
+
97
+ ## Intended uses & limitations
98
+
99
+ More information needed
100
+
101
+ ## Training and evaluation data
102
+
103
+ More information needed
104
+
105
+ ## Training procedure
106
+
107
+ ### Training hyperparameters
108
+
109
+ The following hyperparameters were used during training:
110
+ - learning_rate: 0.0002
111
+ - train_batch_size: 30
112
+ - eval_batch_size: 30
113
+ - seed: 42
114
+ - distributed_type: multi-GPU
115
+ - num_devices: 2
116
+ - gradient_accumulation_steps: 4
117
+ - total_train_batch_size: 240
118
+ - total_eval_batch_size: 60
119
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
120
+ - lr_scheduler_type: cosine
121
+ - lr_scheduler_warmup_steps: 10
122
+ - num_epochs: 1
123
+
124
+ ### Training results
125
+
126
+
127
+
128
+ ### Framework versions
129
+
130
+ - PEFT 0.9.1.dev0
131
+ - Transformers 4.39.0.dev0
132
+ - Pytorch 2.2.0+cu121
133
+ - Datasets 2.17.1
134
+ - Tokenizers 0.15.0