Views
No views yet
| Quant | Model Size | lm_head |
|---|---|---|
0.4.01base_model: microsoft/Phi-3-medium-128k-instruct
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4trust_remote_code: true
5
6load_in_8bit: false
7load_in_4bit: false
8strict: false
9
10use_wandb: true
11wandb_project: shisa-v2
12wandb_entity: augmxnt
13wandb_name: shisa-llama3-70b-v1.8e6
14
15chat_template: chatml
16datasets:
17 - path: augmxnt/ultra-orca-boros-en-ja-v1
18 type: sharegpt
19dataset_prepared_path: last_run_prepared
20val_set_size: 0.05
21output_dir: ./outputs/phi3-medium-128k-14b.8e6
22
23sequence_len: 4096
24sample_packing: true
25pad_to_sequence_len: true
26neftune_noise_alpha: 5
27
28gradient_accumulation_steps: 4
29micro_batch_size: 2
30num_epochs: 3
31optimizer: paged_adamw_8bit
32adam_beta2: 0.95
33adam_epsilon: 0.00001
34max_grad_norm: 1.0
35lr_scheduler: linear
36learning_rate: 0.000008
37
38train_on_inputs: false
39group_by_length: false
40bf16: auto
41fp16:
42tf32: true
43
44gradient_checkpointing: true
45gradient_checkpointing_kwargs:
46 use_reentrant: True
47early_stopping_patience:
48resume_from_checkpoint:
49local_rank:
50logging_steps: 1
51xformers_attention:
52flash_attention: true
53
54warmup_steps: 100
55evals_per_epoch: 4
56saves_per_epoch: 1
57debug:
58deepspeed: axolotl/deepspeed_configs/zero3_bf16.json
59weight_decay: 0.1
60fsdp:
61fsdp_config:
62resize_token_embeddings_to_32x: true
63special_tokens:
64 pad_token: "<|endoftext|>"
65| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.8309 | 0.0021 | 1 | 2.3406 |
| 0.7688 | 0.2513 | 121 | 0.4958 |
| 0.6435 | 0.5026 | 242 | 0.3830 |
| 0.5286 | 0.7539 | 363 | 0.3626 |
| 0.5559 | 1.0052 | 484 | 0.3549 |
| 0.4651 | 1.2425 | 605 | 0.3486 |
| 0.5294 | 1.4938 | 726 | 0.3432 |
| 0.5453 | 1.7451 | 847 | 0.3392 |
| 0.5258 | 1.9964 | 968 | 0.3376 |
| 0.4805 | 2.2331 | 1089 | 0.3357 |
| 0.4552 | 2.4844 | 1210 | 0.3352 |
| 0.5358 | 2.7357 | 1331 | 0.3339 |