lesso06 commited on
Commit
d13d77d
·
verified ·
1 Parent(s): 9b09c04

End of training

Browse files
Files changed (2) hide show
  1. README.md +143 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: openlm-research/open_llama_3b
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 7e11dd73-ab74-4d3c-859a-ab727ffa96bc
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: openlm-research/open_llama_3b
23
+ bf16: false
24
+ chat_template: llama3
25
+ datasets:
26
+ - data_files:
27
+ - 3c8ed32d552069dc_train_data.json
28
+ ds_type: json
29
+ field: question
30
+ path: /workspace/input_data/3c8ed32d552069dc_train_data.json
31
+ type: completion
32
+ debug: null
33
+ deepspeed: null
34
+ early_stopping_patience: null
35
+ eval_max_new_tokens: 128
36
+ eval_table_size: null
37
+ evals_per_epoch: 1
38
+ flash_attention: false
39
+ fp16: true
40
+ fsdp: null
41
+ fsdp_config: null
42
+ gradient_accumulation_steps: 4
43
+ gradient_checkpointing: true
44
+ group_by_length: false
45
+ hub_model_id: lesso06/7e11dd73-ab74-4d3c-859a-ab727ffa96bc
46
+ hub_repo: null
47
+ hub_strategy: checkpoint
48
+ hub_token: null
49
+ learning_rate: 0.0002
50
+ load_in_4bit: false
51
+ load_in_8bit: false
52
+ local_rank: null
53
+ logging_steps: 1
54
+ lora_alpha: 16
55
+ lora_dropout: 0.05
56
+ lora_fan_in_fan_out: null
57
+ lora_model_dir: null
58
+ lora_r: 8
59
+ lora_target_linear: true
60
+ lr_scheduler: cosine
61
+ max_steps: 1000
62
+ micro_batch_size: 1
63
+ mlflow_experiment_name: /tmp/3c8ed32d552069dc_train_data.json
64
+ model_type: AutoModelForCausalLM
65
+ num_epochs: 1
66
+ optimizer: adamw_hf
67
+ output_dir: miner_id_24
68
+ pad_to_sequence_len: true
69
+ resume_from_checkpoint: null
70
+ s2_attention: null
71
+ sample_packing: false
72
+ saves_per_epoch: 1
73
+ sequence_len: 1024
74
+ special_tokens:
75
+ pad_token: </s>
76
+ strict: false
77
+ tf32: false
78
+ tokenizer_type: AutoTokenizer
79
+ train_on_inputs: false
80
+ trust_remote_code: true
81
+ val_set_size: 0.05
82
+ wandb_entity: null
83
+ wandb_mode: online
84
+ wandb_name: 7e11dd73-ab74-4d3c-859a-ab727ffa96bc
85
+ wandb_project: Gradients-On-Demand
86
+ wandb_run: your_name
87
+ wandb_runid: 7e11dd73-ab74-4d3c-859a-ab727ffa96bc
88
+ warmup_steps: 0
89
+ weight_decay: 0.0
90
+ xformers_attention: null
91
+
92
+ ```
93
+
94
+ </details><br>
95
+
96
+ # 7e11dd73-ab74-4d3c-859a-ab727ffa96bc
97
+
98
+ This model is a fine-tuned version of [openlm-research/open_llama_3b](https://huggingface.co/openlm-research/open_llama_3b) on the None dataset.
99
+ It achieves the following results on the evaluation set:
100
+ - Loss: 0.7867
101
+
102
+ ## Model description
103
+
104
+ More information needed
105
+
106
+ ## Intended uses & limitations
107
+
108
+ More information needed
109
+
110
+ ## Training and evaluation data
111
+
112
+ More information needed
113
+
114
+ ## Training procedure
115
+
116
+ ### Training hyperparameters
117
+
118
+ The following hyperparameters were used during training:
119
+ - learning_rate: 0.0002
120
+ - train_batch_size: 1
121
+ - eval_batch_size: 1
122
+ - seed: 42
123
+ - gradient_accumulation_steps: 4
124
+ - total_train_batch_size: 4
125
+ - optimizer: Use OptimizerNames.ADAMW_HF with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
126
+ - lr_scheduler_type: cosine
127
+ - training_steps: 1000
128
+ - mixed_precision_training: Native AMP
129
+
130
+ ### Training results
131
+
132
+ | Training Loss | Epoch | Step | Validation Loss |
133
+ |:-------------:|:------:|:----:|:---------------:|
134
+ | 0.7807 | 0.2220 | 1000 | 0.7867 |
135
+
136
+
137
+ ### Framework versions
138
+
139
+ - PEFT 0.13.2
140
+ - Transformers 4.46.0
141
+ - Pytorch 2.5.0+cu124
142
+ - Datasets 3.0.1
143
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f15d8fa932f9570faaa831887239895e839040507d3215a1f62c29f3a12e0c1
3
+ size 50982842