Views
No views yet

1base_model: mistralai/Mistral-7B-v0.1
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4is_mistral_derived_model: true
5
6load_in_8bit: false
7load_in_4bit: false
8strict: false
9
10datasets:
11 - path: practical-dreamer/RPGPT_PublicDomain-alpaca
12 type: alpaca
13 format: "[INST] {instruction} [/INST]"
14 no_input_format: "[INST] {instruction} [/INST]"
15
16datasets:
17 - path: shuyuej/metamath_gsm8k
18 type: jeopardy
19 format: "[INST] {instruction} [/INST]"
20 no_input_format: "[INST] {instruction} [/INST]"
21
22datasets:
23 - path: NeuralNovel/Neural-DPO
24 type:
25 system_prompt: ""
26 field_system: system
27 field_instruction: chosen
28 field_output: chosen
29 format: "[INST] {instruction} [/INST]"
30 no_input_format: "[INST] {instruction} [/INST]"
31
32dataset_prepared_path:
33val_set_size: 0.05
34output_dir: ./out
35
36sequence_len: 8192
37sample_packing: false
38pad_to_sequence_len: true
39eval_sample_packing: false
40
41wandb_project:
42wandb_entity:
43wandb_watch:
44wandb_name:
45wandb_log_model:
46
47gradient_accumulation_steps: 4
48micro_batch_size: 2
49num_epochs: 1
50optimizer: adamw_bnb_8bit
51lr_scheduler: cosine
52learning_rate: 0.000005
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
67
68warmup_steps: 10
69evals_per_epoch: 4
70eval_table_size:
71eval_max_new_tokens: 128
72saves_per_epoch: 0
73debug:
74deepspeed:
75weight_decay: 0.0
76fsdp:
77fsdp_config:
78special_tokens:
79 bos_token: "<s>"
80 eos_token: "</s>"
81 unk_token: "<unk>"
82| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.2061 | 0.01 | 1 | 0.3139 |
| 0.0 | 0.25 | 32 | 0.0000 |
| 0.0 | 0.5 | 64 | 0.0010 |
| 0.0 | 0.76 | 96 | 0.0000 |
| Metric | Value |
|---|---|
| Avg. | 56.40 |
| AI2 Reasoning Challenge (25-Shot) | 58.19 |
| HellaSwag (10-Shot) | 81.98 |
| MMLU (5-Shot) | 63.20 |
| TruthfulQA (0-shot) | 40.20 |
| Winogrande (5-shot) | 76.64 |
| GSM8k (5-shot) | 18.20 |