Views
No views yet
0.4.01base_model: mistralai/Mistral-7B-v0.1
2model_type: MistralForCausalLM
3tokenizer_type: LlamaTokenizer
4is_mistral_derived_model: true
5
6load_in_8bit: false
7load_in_4bit: true
8strict: false
9
10bnb_config_kwargs:
11 llm_int8_has_fp16_weight: true
12 bnb_4bit_quant_type: nf4
13 bnb_4bit_use_double_quant: false
14
15datasets:
16 - path: CleverShovel/paper_reviews
17 type: alpaca
18dataset_prepared_path: CleverShovel/paper_reviews
19val_set_size: 0.05
20output_dir: ./llm_train/test_out
21
22#using lora for lower cost
23adapter: qlora
24lora_r: 8
25lora_alpha: 32
26lora_dropout: 0.05
27lora_target_modules:
28 - q_proj
29 - v_proj
30
31sequence_len: 2048
32sample_packing: false
33pad_to_sequence_len: true
34
35wandb_project: paper_review
36wandb_entity:
37wandb_watch:
38wandb_name: base
39wandb_log_model: checkpoint
40
41gradient_accumulation_steps: 2
42micro_batch_size: 5
43max_steps: 300
44num_epochs: 1
45optimizer: adamw_bnb_8bit
46lr_scheduler: cosine
47learning_rate: 0.0002
48
49train_on_inputs: false
50group_by_length: false
51
52float16: true
53bf16: false
54fp16: false
55tf32: false
56
57save_safetensors: true
58save_steps: 100
59
60gradient_checkpointing: true
61early_stopping_patience:
62resume_from_checkpoint:
63local_rank:
64logging_steps: 100
65xformers_attention:
66flash_attention: true
67
68warmup_ration: 0.05
69evals_steps: 100
70eval_table_size:
71eval_table_max_new_tokens: 128
72debug:
73weight_decay: 0.0
74fsdp:
75fsdp_config:
76special_tokens:
77 bos_token: "<s>"
78 eos_token: "</s>"
79 unk_token: "<unk>"| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.0121 | 0.13 | 300 | 2.0276 |