File size: 2,432 Bytes
8f4f943
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
base_model: /media/renfroe/llms/SmolLM-360M/

model_type: LlamaForCausalLM
tokenizer_type: GPT2Tokenizer
seed: 122887 
load_in_8bit: false
load_in_4bit: false
strict: false

max_steps: 0
resume_from_checkpoint: 
datasets:
  - path: /home/renfroe/Desktop/sqa_tiny-llama_dataset/Dynamic_Optimization_Methods_with_Applications_sqa_answers_only.json
    type:
      field_instruction: question
      field_output: answer
      format: "<|im_start|>user\n{instruction}<|im_end|>\n<|im_start|>assistant\n"
      no_input_format: "<|im_start|>user\n{instruction}<|im_end|>\n<|im_start|>assistant\n"
  - path: /home/renfroe/Dev/tinyllama-models/dataset/open_hermes_top_tech.json
    type: sharegpt
  - path:  /home/renfroe/Desktop/sqa_tiny-llama_dataset/hermes_prior_knowledge_question_expansion_with_answers.json
    type:
      field_instruction: question
      field_output: answer
      format: "<|im_start|>user\n{instruction}<|im_end|>\n<|im_start|>assistant\n"
      no_input_format: "<|im_start|>user\n{instruction}<|im_end|>\n<|im_start|>assistant\n"
  - path:  /home/renfroe/Desktop/sqa_tiny-llama_dataset/hermes_prior_knowledge_question_expansion_with_answers.json
    type:
      field_instruction: question
      field_output: answer
      format: "<|im_start|>user\n{instruction}<|im_end|>\n<|im_start|>assistant\n"
      no_input_format: "<|im_start|>user\n{instruction}<|im_end|>\n<|im_start|>assistant\n"
  - path:  /home/renfroe/Desktop/sqa_tiny-llama_dataset/or-farm_sharegpt.json
    type: sharegpt
  


dataset_prepared_path:
val_set_size: 0.2
output_dir: ./SmolLM-Ora
auto_resume_from_checkpoints: false

sequence_len: 2048
sample_packing: true
chat_template: chatml

wandb_project: SmolLM-Ora
wandb_entity:
wandb_watch:
wandb_name:
wandb_log_model:

gradient_accumulation_steps: 1
micro_batch_size: 10
num_epochs: 4
optimizer: adamw_bnb_8bit
lr_scheduler: linear
weight_decay: 0.0000001
learning_rate: 0.0001
lr_scheduler_kwargs:
  #  num_cycles: 3 

train_on_inputs: false
group_by_length: false
bf16: auto
fp16:
tf32: false

gradient_checkpointing: true
early_stopping_patience:
resume_from_checkpoint:
local_rank:
logging_steps: 1
xformers_attention:
flash_attention: true

eval_sample_packing: False

warmup_steps: 50
evals_per_epoch: 4
eval_table_size:
saves_per_epoch: 4
debug:
deepspeed:

fsdp:
fsdp_config:
special_tokens:
  bos_token: "<|endoftext|>"
  eos_token: "<|endoftext|>"
  pad_token: "<|endoftext|>"