Views
No views yet
0.4.11base_model: NousResearch/Llama-2-7b-hf
2model_type: LlamaForCausalLM
3tokenizer_type: LlamaTokenizer
4
5load_in_8bit: true
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: formatted_math_ratio_02_emojianswers_10k.jsonl
11 ds_type: json
12 type: alpaca
13val_set_size: 0.05
14dataset_prepared_path:
15output_dir: ./outputs/ppml-formatted
16
17hf_use_auth_token: True
18hub_model_id: Ritual-Net/answer-emojis
19hub_strategy: all_checkpoints
20
21eval_sample_packing: False
22
23
24sequence_len: 4096
25sample_packing: true
26pad_to_sequence_len: true
27
28adapter: lora
29lora_model_dir:
30lora_r: 32
31lora_alpha: 16
32lora_dropout: 0.05
33lora_target_linear: true
34lora_fan_in_fan_out:
35
36wandb_project: ppml
37wandb_entity: ritualnah
38wandb_watch:
39wandb_name: emojianswers
40wandb_log_model: "checkpoint"
41
42lora_modules_to_save:
43 - embed_tokens
44 - lm_head
45
46
47gradient_accumulation_steps: 4
48micro_batch_size: 2
49num_epochs: 3
50optimizer: adamw_bnb_8bit
51lr_scheduler: cosine
52learning_rate: 0.0002
53
54train_on_inputs: false
55group_by_length: false
56bf16: auto
57fp16:
58tf32: false
59
60gradient_checkpointing: true
61early_stopping_patience:
62resume_from_checkpoint:
63local_rank:
64logging_steps: 1
65xformers_attention:
66flash_attention: true
67s2_attention:
68
69warmup_steps: 10
70evals_per_epoch: 2
71eval_table_size:
72eval_max_new_tokens: 128
73saves_every_epoch: 1
74debug:
75deepspeed:
76weight_decay: 0.0
77fsdp:
78fsdp_config:
79special_tokens:
80special_tokens:
81 bos_token: "<s>"
82 eos_token: "</s>"
83 unk_token: "<unk>"
84tokens: # these are delimiters
85 - "[INST]"
86 - "[/INST]"| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.0155 | 0.0082 | 1 | 1.2302 |
| 0.5161 | 0.5031 | 61 | 0.5744 |
| 0.5398 | 1.0062 | 122 | 0.5379 |
| 0.4614 | 1.4990 | 183 | 0.5295 |
| 0.4323 | 2.0021 | 244 | 0.5178 |
| 0.3823 | 2.4948 | 305 | 0.5239 |