tensor24 commited on
Commit
4bf5b00
1 Parent(s): f4f0caf

End of training

Browse files
Files changed (2) hide show
  1. README.md +152 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: TinyLlama/TinyLlama_v1.1
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: miner_id_82f3797b-288e-488d-92d1-d752b95c1884
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
+ base_model: TinyLlama/TinyLlama_v1.1
22
+ model_type: AutoModelForCausalLM
23
+ tokenizer_type: AutoTokenizer
24
+ load_in_8bit: true
25
+ load_in_4bit: false
26
+ strict: false
27
+ chat_template: chatml
28
+ datasets:
29
+ - path: /workspace/input_data/5acb4a990b8cd1e4_train_data.json
30
+ format: custom
31
+ type:
32
+ system_prompt: ''
33
+ system_format: '{system}'
34
+ field_instruction: question
35
+ field_input: short_answer
36
+ field_output: fluent_answer
37
+ no_input_format: '{instruction}'
38
+ format: '{instruction} {input}'
39
+ ds_type: json
40
+ data_files:
41
+ - 5acb4a990b8cd1e4_train_data.json
42
+ dataset_prepared_path: null
43
+ val_set_size: 0.05
44
+ output_dir: miner_id_82f3797b-288e-488d-92d1-d752b95c1884
45
+ sequence_len: 4056
46
+ sample_packing: false
47
+ pad_to_sequence_len: true
48
+ trust_remote_code: true
49
+ adapter: lora
50
+ lora_model_dir: null
51
+ lora_r: 16
52
+ lora_alpha: 32
53
+ lora_dropout: 0.05
54
+ lora_target_linear: true
55
+ lora_fan_in_fan_out: null
56
+ gradient_accumulation_steps: 4
57
+ micro_batch_size: 2
58
+ num_epochs: 1
59
+ optimizer: adamw_bnb_8bit
60
+ lr_scheduler: cosine
61
+ learning_rate: 0.0002
62
+ train_on_inputs: false
63
+ group_by_length: false
64
+ bf16: auto
65
+ fp16: null
66
+ tf32: false
67
+ gradient_checkpointing: false
68
+ early_stopping_patience: null
69
+ resume_from_checkpoint: null
70
+ local_rank: null
71
+ logging_steps: 1
72
+ xformers_attention: null
73
+ flash_attention: true
74
+ s2_attention: null
75
+ wandb_project: Gradients-On-Demand
76
+ wandb_entity: prongsie
77
+ wandb_mode: online
78
+ wandb_run: your_name
79
+ wandb_runid: default
80
+ hub_model_id: tensor24/miner_id_82f3797b-288e-488d-92d1-d752b95c1884
81
+ hub_repo: tensor24/miner_id_82f3797b-288e-488d-92d1-d752b95c1884
82
+ hub_strategy: checkpoint
83
+ hub_token: null
84
+ saves_per_epoch: 4
85
+ warmup_steps: 10
86
+ evals_per_epoch: 4
87
+ eval_table_size: null
88
+ eval_max_new_tokens: 128
89
+ max_steps: 10
90
+ debug: null
91
+ deepspeed: null
92
+ weight_decay: 0.0
93
+ fsdp: null
94
+ fsdp_config: null
95
+ tokenizer_config: TinyLlama/TinyLlama_v1.1
96
+ mlflow_experiment_name: /tmp/5acb4a990b8cd1e4_train_data.json
97
+
98
+ ```
99
+
100
+ </details><br>
101
+
102
+ # miner_id_82f3797b-288e-488d-92d1-d752b95c1884
103
+
104
+ This model is a fine-tuned version of [TinyLlama/TinyLlama_v1.1](https://huggingface.co/TinyLlama/TinyLlama_v1.1) on the None dataset.
105
+ It achieves the following results on the evaluation set:
106
+ - Loss: 0.8225
107
+
108
+ ## Model description
109
+
110
+ More information needed
111
+
112
+ ## Intended uses & limitations
113
+
114
+ More information needed
115
+
116
+ ## Training and evaluation data
117
+
118
+ More information needed
119
+
120
+ ## Training procedure
121
+
122
+ ### Training hyperparameters
123
+
124
+ The following hyperparameters were used during training:
125
+ - learning_rate: 0.0002
126
+ - train_batch_size: 2
127
+ - eval_batch_size: 2
128
+ - seed: 42
129
+ - gradient_accumulation_steps: 4
130
+ - total_train_batch_size: 8
131
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
132
+ - lr_scheduler_type: cosine
133
+ - lr_scheduler_warmup_steps: 10
134
+ - training_steps: 10
135
+
136
+ ### Training results
137
+
138
+ | Training Loss | Epoch | Step | Validation Loss |
139
+ |:-------------:|:------:|:----:|:---------------:|
140
+ | 0.7932 | 0.0002 | 1 | 0.8225 |
141
+ | 0.7663 | 0.0005 | 3 | 0.8225 |
142
+ | 0.861 | 0.0011 | 6 | 0.8225 |
143
+ | 0.962 | 0.0016 | 9 | 0.8225 |
144
+
145
+
146
+ ### Framework versions
147
+
148
+ - PEFT 0.13.2
149
+ - Transformers 4.46.0
150
+ - Pytorch 2.5.0+cu124
151
+ - Datasets 3.0.1
152
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a43f6c5679f02ce59241992d33f7ef110de35e15150dacafa121bb14f3ab75bd
3
+ size 50573530