Step 7630 (training checkpoint)
Browse files
README.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- llaza
|
| 4 |
+
- zip2zip
|
| 5 |
+
- adaptive-tokenization
|
| 6 |
+
library_name: zip2zip
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# candidate-Llaza-3.2-1B-MS2F-4K-FT-4BT-v0.1
|
| 10 |
+
|
| 11 |
+
Training checkpoint from [zip2zip-core](https://github.com/epfl-dlab/zip2zip-core).
|
| 12 |
+
This is a **candidate** model (not production-ready).
|
| 13 |
+
|
| 14 |
+
## Training Config
|
| 15 |
+
|
| 16 |
+
| Field | Value |
|
| 17 |
+
|-------|-------|
|
| 18 |
+
| model_config | `1B_llama3.2` |
|
| 19 |
+
| init_from | `meta-llama/Llama-3.2-1B-Instruct` |
|
| 20 |
+
| max_subtokens | 2 |
|
| 21 |
+
| max_codebook_size | 4096 |
|
| 22 |
+
| seq_len | 4096 |
|
| 23 |
+
| lr | 5e-05 |
|
| 24 |
+
| max_tokens | 4000000000 |
|
| 25 |
+
| step | 7630 |
|
| 26 |
+
| data | `zip2zip-plus-mixture-20b` |
|
| 27 |
+
|
| 28 |
+
## Usage
|
| 29 |
+
|
| 30 |
+
This is a **training checkpoint** (torchtitan format). To use for inference,
|
| 31 |
+
export to HuggingFace format first:
|
| 32 |
+
|
| 33 |
+
```bash
|
| 34 |
+
python scripts/zip2zip_hf/export_to_zip2zip.py \
|
| 35 |
+
--ckpt_dir <local_path>/step_7630 \
|
| 36 |
+
--output_dir <export_dir> \
|
| 37 |
+
--base_model meta-llama/Llama-3.2-1B-Instruct \
|
| 38 |
+
--model_config 1B_llama3.2
|
| 39 |
+
```
|
meta.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1531a094c70ad971452a3588bb187874ab445040a38d4fd14830834ad0b4dc1
|
| 3 |
+
size 2715
|
model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3dcb063c7f2794ee8270e5525eafb383a0c675a45114dbaff5b30b48febaba3
|
| 3 |
+
size 2488473671
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16e4158568d07e1fdc1e352d88d0d145523cff44c8dbf80883f26fe3f8f4ae31
|
| 3 |
+
size 9953822263
|