KeisukeMiyamoto commited on
Commit
7afe587
·
verified ·
1 Parent(s): 145104b

Upload lambda-1-360m instruction-tuned model

Browse files
model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38a8c10a65f8263aa7f11c2c7de0eb54467765599b19b30684885b24d80879df
3
+ size 1439512299
model_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"max_len": 1024, "d_model": 960, "num_layers": 32, "num_heads": 15, "num_kv_heads": 5, "d_ff": 4096, "learning_rate": 0.0001, "pad_token_id": 0, "bos_token_id": 2, "eos_token_id": 3, "training_max_len": 1024, "end_of_turn_token_id": 12, "base_model_id": "KeisukeMiyamoto/lambda-1-360m-base", "batch_size": 48, "gradient_accumulation_steps": 3, "devices": "auto", "device_count": 1, "global_batch_size": 48, "effective_batch_size": 144, "global_effective_batch_size": 144, "lr_schedule": "warmup_cosine", "lr_warmup_steps": 200, "min_learning_rate": 2e-05, "min_learning_rate_ratio": 0.2, "trainable_layers": "all", "chat_template_version": 1, "posttraining_datasets": ["KeisukeMiyamoto/SyntheticTalk-jp:train"], "validation_dataset": "KeisukeMiyamoto/SyntheticTalk-jp:validation", "validation_cache_path": "models/lambda-1-360m-it/validation-cache-SyntheticTalk-jp-bucket-packing-v1-len1024-samples384.pt", "validation_sample_count": 384, "posttraining_steps": 6500, "training_precision": "fp8", "float8_recipe": "tensorwise"}
special_tokens_map.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "pad_token": "|<pad>|",
3
+ "unk_token": "|<unknown>|",
4
+ "bos_token": "|<bos>|",
5
+ "eos_token": "|<eos>|",
6
+ "sep_token": "|<sep>|",
7
+ "cls_token": "|<cls>|",
8
+ "mask_token": "|<mask>|",
9
+ "extra_special_tokens": [
10
+ "|<system>|",
11
+ "|<user>|",
12
+ "|<assistant>|",
13
+ "|<thinking>|",
14
+ "|<end_of_thinking>|",
15
+ "|<end_of_turn>|"
16
+ ]
17
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "|<bos>|",
4
+ "cls_token": "|<cls>|",
5
+ "eos_token": "|<eos>|",
6
+ "extra_special_tokens": [
7
+ "|<system>|",
8
+ "|<user>|",
9
+ "|<assistant>|",
10
+ "|<thinking>|",
11
+ "|<end_of_thinking>|",
12
+ "|<end_of_turn>|"
13
+ ],
14
+ "mask_token": "|<mask>|",
15
+ "model_max_length": 1000000000000000019884624838656,
16
+ "pad_token": "|<pad>|",
17
+ "sep_token": "|<sep>|",
18
+ "tokenizer_class": "TokenizersBackend",
19
+ "unk_token": "|<unknown>|"
20
+ }