Aarifkhan commited on
Commit
8ea55a0
·
verified ·
1 Parent(s): eb54c32

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +132 -0
README.md ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: ahxt/LiteLlama-460M-1T
7
+ model-index:
8
+ - name: qlora-out
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
+ adapter: qlora
21
+ additional_layers: 2
22
+ base_model: ahxt/LiteLlama-460M-1T
23
+ bf16: false
24
+ dataset_prepared_path: null
25
+ datasets:
26
+ - path: OEvortex/vortex-mini
27
+ type: alpaca
28
+ debug: null
29
+ deepspeed: null
30
+ early_stopping_patience: null
31
+ embedding_size: 256
32
+ evals_per_epoch: null
33
+ flash_attention: false
34
+ fp16: true
35
+ fsdp: null
36
+ fsdp_config: null
37
+ gradient_accumulation_steps: 1
38
+ gradient_checkpointing: true
39
+ group_by_length: false
40
+ hidden_size: 512
41
+ is_llama_derived_model: false
42
+ learning_rate: 0.0002
43
+ load_in_4bit: true
44
+ load_in_8bit: false
45
+ local_rank: null
46
+ logging_steps: 1
47
+ lora_alpha: 16
48
+ lora_dropout: 0.05
49
+ lora_fan_in_fan_out: null
50
+ lora_model_dir: null
51
+ lora_r: 32
52
+ lora_target_linear: true
53
+ lora_target_modules: null
54
+ lr_scheduler: cosine
55
+ max_steps: 20
56
+ micro_batch_size: 1
57
+ mlflow_experiment_name: colab-example
58
+ model_type: LlamaForCausalLM
59
+ num_epochs: 4
60
+ optimizer: paged_adamw_32bit
61
+ output_dir: ./qlora-out
62
+ pad_to_sequence_len: true
63
+ resume_from_checkpoint: null
64
+ sample_packing: true
65
+ saves_per_epoch: null
66
+ sequence_len: 1096
67
+ special_tokens: null
68
+ strict: false
69
+ tf32: false
70
+ tokenizer_type: GPT2Tokenizer
71
+ train_on_inputs: false
72
+ val_set_size: 0.05
73
+ wandb_entity: null
74
+ wandb_log_model: null
75
+ wandb_name: null
76
+ wandb_project: null
77
+ wandb_watch: null
78
+ warmup_steps: 10
79
+ weight_decay: 0.0
80
+ xformers_attention: null
81
+
82
+ ```
83
+
84
+ </details><br>
85
+
86
+ # qlora-out
87
+
88
+ This model is a fine-tuned version of [ahxt/LiteLlama-460M-1T](https://huggingface.co/ahxt/LiteLlama-460M-1T) on the None dataset.
89
+ It achieves the following results on the evaluation set:
90
+ - Loss: nan
91
+
92
+ ## Model description
93
+
94
+ More information needed
95
+
96
+ ## Intended uses & limitations
97
+
98
+ More information needed
99
+
100
+ ## Training and evaluation data
101
+
102
+ More information needed
103
+
104
+ ## Training procedure
105
+
106
+ ### Training hyperparameters
107
+
108
+ The following hyperparameters were used during training:
109
+ - learning_rate: 0.0002
110
+ - train_batch_size: 1
111
+ - eval_batch_size: 1
112
+ - seed: 42
113
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
114
+ - lr_scheduler_type: cosine
115
+ - lr_scheduler_warmup_steps: 10
116
+ - training_steps: 20
117
+ - mixed_precision_training: Native AMP
118
+
119
+ ### Training results
120
+
121
+ | Training Loss | Epoch | Step | Validation Loss |
122
+ |:-------------:|:-----:|:----:|:---------------:|
123
+ | 2.4442 | 0.0 | 20 | nan |
124
+
125
+
126
+ ### Framework versions
127
+
128
+ - PEFT 0.8.2
129
+ - Transformers 4.38.0.dev0
130
+ - Pytorch 2.0.1+cu117
131
+ - Datasets 2.16.1
132
+ - Tokenizers 0.15.0