Views
No views yet
| Field | Value |
|---|---|
| model_config | Phi3.5-mini |
| init_from | microsoft/Phi-3.5-mini-instruct |
| max_subtokens | 4 |
| max_codebook_size | 2048 |
| seq_len | 2048 |
| lr | 0.0003 |
| max_tokens | 262144000 |
| step | 8000 |
| data | phi-1B-sft-8shards |
1python scripts/zip2zip_hf/export_to_zip2zip.py \
2 --ckpt_dir <local_path>/step_8000 \
3 --output_dir <export_dir> \
4 --base_model microsoft/Phi-3.5-mini-instruct \
5 --model_config Phi3.5-mini