esha111 commited on
Commit
85cf9ea
·
verified ·
1 Parent(s): 116c645

End of training

Browse files
Files changed (1) hide show
  1. README.md +109 -0
README.md ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3
4
+ base_model: tuneai/Meta-Llama-3-8B-Instruct
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: alpaca-2
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<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)
17
+ <details><summary>See axolotl config</summary>
18
+
19
+ axolotl version: `0.4.1`
20
+ ```yaml
21
+ adapter: qlora
22
+ base_model: tuneai/Meta-Llama-3-8B-Instruct
23
+ base_model_config: tuneai/Meta-Llama-3-8B-Instruct
24
+ chat_template: llama3
25
+ datasets:
26
+ - conversation: llama3
27
+ data_files: /root/.cache/model/chat/alpaca-jsonl-rfp-response-1.jsonl
28
+ ds_type: json
29
+ path: /root/.cache/model/chat/alpaca-jsonl-rfp-response-1.jsonl
30
+ type: sharegpt
31
+ eval_sample_packing: false
32
+ eval_steps: 50
33
+ flash_attention: true
34
+ gradient_accumulation_steps: 4
35
+ gradient_checkpointing: true
36
+ hf_use_auth_token: true
37
+ hub_model_id: esha111/alpaca-2
38
+ learning_rate: 0.0002
39
+ load_in_4bit: true
40
+ logging_steps: 1
41
+ lora_alpha: 16
42
+ lora_dropout: 0.05
43
+ lora_r: 32
44
+ lora_target_linear: true
45
+ lr_scheduler: cosine
46
+ micro_batch_size: 2
47
+ model_type: AutoModelForCausalLM
48
+ num_epochs: 6
49
+ optimizer: paged_adamw_32bit
50
+ output_dir: /root/.cache/model/esha111/alpaca-2-model-5sbvomla
51
+ pad_to_sequence_len: true
52
+ sample_packing: true
53
+ save_safetensors: true
54
+ sequence_len: 4096
55
+ special_tokens:
56
+ pad_token: <|end_of_text|>
57
+ tokenizer_type: AutoTokenizer
58
+ wandb_project: finetune-rfp-response-1-tune-studio
59
+ wandb_run_id: '3'
60
+ wandb_watch: 'true'
61
+ warmup_steps: 10
62
+
63
+ ```
64
+
65
+ </details><br>
66
+
67
+ # alpaca-2
68
+
69
+ This model is a fine-tuned version of [tuneai/Meta-Llama-3-8B-Instruct](https://huggingface.co/tuneai/Meta-Llama-3-8B-Instruct) on the None dataset.
70
+
71
+ ## Model description
72
+
73
+ More information needed
74
+
75
+ ## Intended uses & limitations
76
+
77
+ More information needed
78
+
79
+ ## Training and evaluation data
80
+
81
+ More information needed
82
+
83
+ ## Training procedure
84
+
85
+ ### Training hyperparameters
86
+
87
+ The following hyperparameters were used during training:
88
+ - learning_rate: 0.0002
89
+ - train_batch_size: 2
90
+ - eval_batch_size: 2
91
+ - seed: 42
92
+ - gradient_accumulation_steps: 4
93
+ - total_train_batch_size: 8
94
+ - optimizer: Use OptimizerNames.PAGED_ADAMW with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
95
+ - lr_scheduler_type: cosine
96
+ - lr_scheduler_warmup_steps: 10
97
+ - num_epochs: 6
98
+
99
+ ### Training results
100
+
101
+
102
+
103
+ ### Framework versions
104
+
105
+ - PEFT 0.13.2
106
+ - Transformers 4.46.0
107
+ - Pytorch 2.5.0+cu124
108
+ - Datasets 3.0.1
109
+ - Tokenizers 0.20.1