Yuehao commited on
Commit
7af472a
·
verified ·
1 Parent(s): 90f31ae

Upload folder using huggingface_hub

Browse files
pt-m-llada-gpt2-355M_fineweb20b_24h/checkpoint-64800/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<|mdm_mask|>": 50257
3
+ }
pt-m-llada-gpt2-355M_fineweb20b_24h/checkpoint-64800/chat_template.jinja ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {% set loop_messages = messages %}
2
+ {% for message in loop_messages %}
3
+ {% if loop.index0 == 0 %}{{ bos_token }}{% endif %}
4
+ <|start_header_id|>{{ message['role'] }}<|end_header_id|>
5
+
6
+ {{ message['content'] | trim }}<|eot_id|>
7
+ {%- endfor %}
8
+ {% if add_generation_prompt and (loop_messages | length == 0 or loop_messages[-1]['role'] != 'assistant') %}
9
+ <|start_header_id|>assistant<|end_header_id|>
10
+
11
+ {% endif %}
pt-m-llada-gpt2-355M_fineweb20b_24h/checkpoint-64800/config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_type": "silu",
3
+ "alibi": false,
4
+ "alibi_bias_max": 8.0,
5
+ "architectures": [
6
+ "LLaDAModelLM"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "attention_layer_norm": false,
10
+ "attention_layer_norm_with_affine": true,
11
+ "auto_map": {
12
+ "AutoConfig": "configuration_llada.LLaDAConfig",
13
+ "AutoModel": "modeling_llada.LLaDAModelLM",
14
+ "AutoModelForCausalLM": "modeling_llada.LLaDAModelLM"
15
+ },
16
+ "bias_for_layer_norm": false,
17
+ "block_group_size": 1,
18
+ "block_type": "llama",
19
+ "bos_token_id": 50256,
20
+ "d_model": 1024,
21
+ "dtype": "bfloat16",
22
+ "embedding_dropout": 0.0,
23
+ "embedding_size": 50304,
24
+ "eos_token_id": 50256,
25
+ "flash_attention": false,
26
+ "include_bias": false,
27
+ "include_qkv_bias": false,
28
+ "init_cutoff_factor": null,
29
+ "init_device": "meta",
30
+ "init_fn": "mitchell",
31
+ "init_std": 0.02,
32
+ "input_emb_norm": false,
33
+ "layer_norm_type": "rms",
34
+ "layer_norm_with_affine": true,
35
+ "mask_token_id": 50257,
36
+ "max_sequence_length": 4096,
37
+ "mlp_hidden_size": 4096,
38
+ "mlp_ratio": 4,
39
+ "model_type": "llada",
40
+ "multi_query_attention": null,
41
+ "n_experts": null,
42
+ "n_heads": 16,
43
+ "n_kv_heads": 16,
44
+ "n_layers": 15,
45
+ "pad_token_id": 50256,
46
+ "precision": "amp_bf16",
47
+ "residual_dropout": 0.0,
48
+ "rms_norm_eps": 1e-05,
49
+ "rope": true,
50
+ "rope_full_precision": true,
51
+ "rope_theta": 500000.0,
52
+ "scale_logits": false,
53
+ "transformers_version": "4.57.0",
54
+ "use_cache": false,
55
+ "vocab_size": 50304,
56
+ "weight_tying": false
57
+ }
pt-m-llada-gpt2-355M_fineweb20b_24h/checkpoint-64800/generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": [
5
+ 50256
6
+ ],
7
+ "pad_token_id": 50256,
8
+ "transformers_version": "4.57.0",
9
+ "use_cache": false
10
+ }
pt-m-llada-gpt2-355M_fineweb20b_24h/checkpoint-64800/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pt-m-llada-gpt2-355M_fineweb20b_24h/checkpoint-64800/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17aacfa9bca8484e7138fda4c66ccf284c30ee9f16106b49b45bc2046eaa1f15
3
+ size 709441248
pt-m-llada-gpt2-355M_fineweb20b_24h/checkpoint-64800/special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "mask_token": {
17
+ "content": "<|mdm_mask|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "pad_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "<|endoftext|>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
pt-m-llada-gpt2-355M_fineweb20b_24h/checkpoint-64800/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
pt-m-llada-gpt2-355M_fineweb20b_24h/checkpoint-64800/tokenizer_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "50257": {
13
+ "content": "<|mdm_mask|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ }
20
+ },
21
+ "bos_token": "<|endoftext|>",
22
+ "clean_up_tokenization_spaces": false,
23
+ "eos_token": "<|endoftext|>",
24
+ "extra_special_tokens": {},
25
+ "mask_token": "<|mdm_mask|>",
26
+ "model_max_length": 1024,
27
+ "pad_token": "<|endoftext|>",
28
+ "padding_side": "right",
29
+ "tokenizer_class": "GPT2Tokenizer",
30
+ "unk_token": "<|endoftext|>"
31
+ }
pt-m-llada-gpt2-355M_fineweb20b_24h/checkpoint-64800/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
pt-m-llada-gpt2-355M_fineweb20b_24h/checkpoint-64800/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c909bcb4a0c7b508698507a09e4b0a61471fdfd695ebc4b047b423496c01119e
3
+ size 6161
pt-m-llada-gpt2-355M_fineweb20b_24h/checkpoint-64800/vocab.json ADDED
The diff for this file is too large to render. See raw diff