willtensora commited on
Commit
5639cf4
·
verified ·
1 Parent(s): 7d6a421

End of training

Browse files
Files changed (3) hide show
  1. README.md +135 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: unsloth/tinyllama
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: dc78143d-f969-489f-b5a3-33391bf2b1e6
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: lora
22
+ base_model: unsloth/tinyllama
23
+ batch_size: 8
24
+ bf16: true
25
+ chat_template: tokenizer_default_fallback_alpaca
26
+ datasets:
27
+ - data_files:
28
+ - fced0da711a452c4_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/fced0da711a452c4_train_data.json
32
+ type:
33
+ field_instruction: question_body
34
+ field_output: question_title
35
+ format: '{instruction}'
36
+ no_input_format: '{instruction}'
37
+ system_format: '{system}'
38
+ system_prompt: ''
39
+ early_stopping_patience: 3
40
+ eval_steps: 50
41
+ flash_attention: true
42
+ gpu_memory_limit: 80GiB
43
+ gradient_checkpointing: true
44
+ group_by_length: true
45
+ hub_model_id: willtensora/dc78143d-f969-489f-b5a3-33391bf2b1e6
46
+ hub_strategy: checkpoint
47
+ learning_rate: 0.0002
48
+ logging_steps: 10
49
+ lora_alpha: 256
50
+ lora_dropout: 0.1
51
+ lora_r: 128
52
+ lora_target_linear: true
53
+ lr_scheduler: cosine
54
+ micro_batch_size: 1
55
+ model_type: AutoModelForCausalLM
56
+ num_epochs: 100
57
+ optimizer: adamw_bnb_8bit
58
+ output_dir: miner_id_24
59
+ pad_to_sequence_len: true
60
+ resize_token_embeddings_to_32x: false
61
+ sample_packing: false
62
+ save_steps: 50
63
+ sequence_len: 2048
64
+ tokenizer_type: LlamaTokenizerFast
65
+ train_on_inputs: false
66
+ trust_remote_code: true
67
+ val_set_size: 0.1
68
+ wandb_entity: ''
69
+ wandb_mode: online
70
+ wandb_project: Gradients-On-Demand
71
+ wandb_run: your_name
72
+ wandb_runid: default
73
+ warmup_ratio: 0.05
74
+ xformers_attention: true
75
+
76
+ ```
77
+
78
+ </details><br>
79
+
80
+ # dc78143d-f969-489f-b5a3-33391bf2b1e6
81
+
82
+ This model is a fine-tuned version of [unsloth/tinyllama](https://huggingface.co/unsloth/tinyllama) on the None dataset.
83
+ It achieves the following results on the evaluation set:
84
+ - Loss: 1.3469
85
+
86
+ ## Model description
87
+
88
+ More information needed
89
+
90
+ ## Intended uses & limitations
91
+
92
+ More information needed
93
+
94
+ ## Training and evaluation data
95
+
96
+ More information needed
97
+
98
+ ## Training procedure
99
+
100
+ ### Training hyperparameters
101
+
102
+ The following hyperparameters were used during training:
103
+ - learning_rate: 0.0002
104
+ - train_batch_size: 1
105
+ - eval_batch_size: 1
106
+ - seed: 42
107
+ - distributed_type: multi-GPU
108
+ - num_devices: 8
109
+ - total_train_batch_size: 8
110
+ - total_eval_batch_size: 8
111
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
112
+ - lr_scheduler_type: cosine
113
+ - lr_scheduler_warmup_steps: 335
114
+ - num_epochs: 100
115
+
116
+ ### Training results
117
+
118
+ | Training Loss | Epoch | Step | Validation Loss |
119
+ |:-------------:|:------:|:----:|:---------------:|
120
+ | No log | 0.0019 | 1 | 3.1687 |
121
+ | 1.4763 | 0.0931 | 50 | 1.4450 |
122
+ | 1.3149 | 0.1862 | 100 | 1.3312 |
123
+ | 1.3618 | 0.2793 | 150 | 1.3268 |
124
+ | 1.396 | 0.3724 | 200 | 1.3320 |
125
+ | 1.4143 | 0.4655 | 250 | 1.3690 |
126
+ | 1.3715 | 0.5587 | 300 | 1.3469 |
127
+
128
+
129
+ ### Framework versions
130
+
131
+ - PEFT 0.13.2
132
+ - Transformers 4.46.0
133
+ - Pytorch 2.5.0+cu124
134
+ - Datasets 3.0.1
135
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e98fad4becd0635fc5c7b09894beffbc8d2ae6f0abe6ee05d65886fec94e5d98
3
+ size 403813018
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed56fc5094420c9e6fe9dc4a5612645430757be0de2c10fd96df13bbb61c0089
3
  size 403743472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aad35cf4e82ec918b6ca5204d5bee1b2395fb5af50ba99254ddf3c01f3741d53
3
  size 403743472