daniel40 commited on
Commit
cbfebe4
·
verified ·
1 Parent(s): a3a85af

End of training

Browse files
Files changed (1) hide show
  1. README.md +0 -116
README.md CHANGED
@@ -13,99 +13,6 @@ model-index:
13
  should probably proofread and complete it, then remove this comment. -->
14
 
15
  [<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)
16
- <details><summary>See axolotl config</summary>
17
-
18
- axolotl version: `0.4.1`
19
- ```yaml
20
- adapter: lora
21
- base_model: jhflow/mistral7b-lora-multi-turn-v2
22
- bf16: auto
23
- chat_template: llama3
24
- dataset_prepared_path: null
25
- datasets:
26
- - data_files:
27
- - 710fd54d9b4a064c_train_data.json
28
- ds_type: json
29
- format: custom
30
- path: /workspace/input_data/710fd54d9b4a064c_train_data.json
31
- type:
32
- field_input: text
33
- field_instruction: instruction
34
- field_output: Resume_test
35
- format: '{instruction} {input}'
36
- no_input_format: '{instruction}'
37
- system_format: '{system}'
38
- system_prompt: ''
39
- debug: null
40
- deepspeed: null
41
- device_map: auto
42
- do_eval: true
43
- eval_batch_size: 4
44
- eval_max_new_tokens: 128
45
- eval_table_size: null
46
- evals_per_epoch: null
47
- flash_attention: true
48
- fp16: false
49
- fsdp: null
50
- fsdp_config: null
51
- gradient_accumulation_steps: 4
52
- gradient_checkpointing: false
53
- group_by_length: true
54
- hub_model_id: daniel40/0b661eb8-ff89-4ab5-bbdc-f1b1ba635a2e
55
- hub_repo: null
56
- hub_strategy: end
57
- hub_token: null
58
- learning_rate: 0.0002
59
- load_in_4bit: false
60
- load_in_8bit: false
61
- local_rank: null
62
- logging_steps: 50
63
- lora_alpha: 64
64
- lora_dropout: 0.05
65
- lora_fan_in_fan_out: null
66
- lora_model_dir: null
67
- lora_r: 32
68
- lora_target_linear: true
69
- lr_scheduler: constant
70
- max_grad_norm: 1.0
71
- max_memory:
72
- 0: 75GB
73
- max_steps: 1000
74
- micro_batch_size: 4
75
- mlflow_experiment_name: /tmp/710fd54d9b4a064c_train_data.json
76
- model_type: AutoModelForCausalLM
77
- num_epochs: 3
78
- optim_args:
79
- adam_beta1: 0.9
80
- adam_beta2: 0.95
81
- adam_epsilon: 1e-5
82
- optimizer: adamw_bnb_8bit
83
- output_dir: miner_id_24
84
- pad_to_sequence_len: true
85
- resume_from_checkpoint: null
86
- s2_attention: null
87
- sample_packing: false
88
- saves_per_epoch: null
89
- sequence_len: 512
90
- strict: false
91
- tf32: true
92
- tokenizer_type: AutoTokenizer
93
- train_on_inputs: false
94
- trust_remote_code: true
95
- val_set_size: 0.05
96
- wandb_entity: null
97
- wandb_mode: online
98
- wandb_name: 8c3d5ca6-ef1d-4f4d-aa10-b07144f414bd
99
- wandb_project: SN56-28
100
- wandb_run: your_name
101
- wandb_runid: 8c3d5ca6-ef1d-4f4d-aa10-b07144f414bd
102
- warmup_steps: 50
103
- weight_decay: 0.0
104
- xformers_attention: null
105
-
106
- ```
107
-
108
- </details><br>
109
 
110
  # 0b661eb8-ff89-4ab5-bbdc-f1b1ba635a2e
111
 
@@ -125,29 +32,6 @@ More information needed
125
 
126
  More information needed
127
 
128
- ## Training procedure
129
-
130
- ### Training hyperparameters
131
-
132
- The following hyperparameters were used during training:
133
- - learning_rate: 0.0002
134
- - train_batch_size: 4
135
- - eval_batch_size: 4
136
- - seed: 42
137
- - gradient_accumulation_steps: 4
138
- - total_train_batch_size: 16
139
- - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
140
- - lr_scheduler_type: constant
141
- - lr_scheduler_warmup_steps: 50
142
- - training_steps: 1000
143
-
144
- ### Training results
145
-
146
- | Training Loss | Epoch | Step | Validation Loss |
147
- |:-------------:|:------:|:----:|:---------------:|
148
- | 1.1633 | 0.5217 | 1000 | 0.4502 |
149
-
150
-
151
  ### Framework versions
152
 
153
  - PEFT 0.13.2
 
13
  should probably proofread and complete it, then remove this comment. -->
14
 
15
  [<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)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  # 0b661eb8-ff89-4ab5-bbdc-f1b1ba635a2e
18
 
 
32
 
33
  More information needed
34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ### Framework versions
36
 
37
  - PEFT 0.13.2