Upload folder using huggingface_hub
Browse files- model_index.json +24 -0
- scheduler/scheduler_config.json +12 -0
- text_encoder/config.json +76 -0
- text_encoder/model-00001-of-00002.safetensors +3 -0
- text_encoder/model-00002-of-00002.safetensors +3 -0
- text_encoder/model.safetensors.index.json +562 -0
- tokenizer/special_tokens_map.json +107 -0
- tokenizer/spiece.model +3 -0
- tokenizer/tokenizer.json +0 -0
- tokenizer/tokenizer_config.json +937 -0
- transformer/config.json +29 -0
- transformer/diffusion_pytorch_model-00001-of-00003.safetensors +3 -0
- transformer/diffusion_pytorch_model-00002-of-00003.safetensors +3 -0
- transformer/diffusion_pytorch_model-00003-of-00003.safetensors +3 -0
- transformer/diffusion_pytorch_model.safetensors.index.json +577 -0
- vae/config.json +545 -0
- vae/diffusion_pytorch_model.safetensors +3 -0
model_index.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "CosmosPipeline",
|
3 |
+
"_diffusers_version": "0.33.0.dev0",
|
4 |
+
"scheduler": [
|
5 |
+
"diffusers",
|
6 |
+
"EDMEulerScheduler"
|
7 |
+
],
|
8 |
+
"text_encoder": [
|
9 |
+
"transformers",
|
10 |
+
"T5ForConditionalGeneration"
|
11 |
+
],
|
12 |
+
"tokenizer": [
|
13 |
+
"transformers",
|
14 |
+
"T5Tokenizer"
|
15 |
+
],
|
16 |
+
"transformer": [
|
17 |
+
"diffusers",
|
18 |
+
"CosmosTransformer3DModel"
|
19 |
+
],
|
20 |
+
"vae": [
|
21 |
+
"diffusers",
|
22 |
+
"AutoencoderKLCosmos"
|
23 |
+
]
|
24 |
+
}
|
scheduler/scheduler_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "EDMEulerScheduler",
|
3 |
+
"_diffusers_version": "0.33.0.dev0",
|
4 |
+
"final_sigmas_type": "sigma_min",
|
5 |
+
"num_train_timesteps": 1000,
|
6 |
+
"prediction_type": "epsilon",
|
7 |
+
"rho": 7.0,
|
8 |
+
"sigma_data": 0.5,
|
9 |
+
"sigma_max": 80,
|
10 |
+
"sigma_min": 0.002,
|
11 |
+
"sigma_schedule": "karras"
|
12 |
+
}
|
text_encoder/config.json
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/workspace/Models/t5-11b/",
|
3 |
+
"architectures": [
|
4 |
+
"T5EncoderModel"
|
5 |
+
],
|
6 |
+
"classifier_dropout": 0.0,
|
7 |
+
"d_ff": 65536,
|
8 |
+
"d_kv": 128,
|
9 |
+
"d_model": 1024,
|
10 |
+
"decoder_start_token_id": 0,
|
11 |
+
"dense_act_fn": "relu",
|
12 |
+
"dropout_rate": 0.1,
|
13 |
+
"eos_token_id": 1,
|
14 |
+
"feed_forward_proj": "relu",
|
15 |
+
"initializer_factor": 1.0,
|
16 |
+
"is_encoder_decoder": true,
|
17 |
+
"is_gated_act": false,
|
18 |
+
"layer_norm_epsilon": 1e-06,
|
19 |
+
"model_type": "t5",
|
20 |
+
"n_positions": 512,
|
21 |
+
"num_decoder_layers": 24,
|
22 |
+
"num_heads": 128,
|
23 |
+
"num_layers": 24,
|
24 |
+
"output_past": true,
|
25 |
+
"pad_token_id": 0,
|
26 |
+
"quantization_config": {
|
27 |
+
"_load_in_4bit": true,
|
28 |
+
"_load_in_8bit": false,
|
29 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
30 |
+
"bnb_4bit_quant_storage": "uint8",
|
31 |
+
"bnb_4bit_quant_type": "fp4",
|
32 |
+
"bnb_4bit_use_double_quant": false,
|
33 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
34 |
+
"llm_int8_has_fp16_weight": false,
|
35 |
+
"llm_int8_skip_modules": null,
|
36 |
+
"llm_int8_threshold": 6.0,
|
37 |
+
"load_in_4bit": true,
|
38 |
+
"load_in_8bit": false,
|
39 |
+
"quant_method": "bitsandbytes"
|
40 |
+
},
|
41 |
+
"relative_attention_max_distance": 128,
|
42 |
+
"relative_attention_num_buckets": 32,
|
43 |
+
"task_specific_params": {
|
44 |
+
"summarization": {
|
45 |
+
"early_stopping": true,
|
46 |
+
"length_penalty": 2.0,
|
47 |
+
"max_length": 200,
|
48 |
+
"min_length": 30,
|
49 |
+
"no_repeat_ngram_size": 3,
|
50 |
+
"num_beams": 4,
|
51 |
+
"prefix": "summarize: "
|
52 |
+
},
|
53 |
+
"translation_en_to_de": {
|
54 |
+
"early_stopping": true,
|
55 |
+
"max_length": 300,
|
56 |
+
"num_beams": 4,
|
57 |
+
"prefix": "translate English to German: "
|
58 |
+
},
|
59 |
+
"translation_en_to_fr": {
|
60 |
+
"early_stopping": true,
|
61 |
+
"max_length": 300,
|
62 |
+
"num_beams": 4,
|
63 |
+
"prefix": "translate English to French: "
|
64 |
+
},
|
65 |
+
"translation_en_to_ro": {
|
66 |
+
"early_stopping": true,
|
67 |
+
"max_length": 300,
|
68 |
+
"num_beams": 4,
|
69 |
+
"prefix": "translate English to Romanian: "
|
70 |
+
}
|
71 |
+
},
|
72 |
+
"torch_dtype": "bfloat16",
|
73 |
+
"transformers_version": "4.49.0",
|
74 |
+
"use_cache": true,
|
75 |
+
"vocab_size": 32128
|
76 |
+
}
|
text_encoder/model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aafe1d79a8b98440c68caaf0bfa616783e9994cb538182c512de099900b9542c
|
3 |
+
size 4956480041
|
text_encoder/model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0da76e2ae72d6e65cc3afd5c841d0052075528d7ef31c53c7136b1db66de8ca9
|
3 |
+
size 3363906791
|
text_encoder/model.safetensors.index.json
ADDED
@@ -0,0 +1,562 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 8320314600
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"encoder.block.0.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
7 |
+
"encoder.block.0.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
8 |
+
"encoder.block.0.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
9 |
+
"encoder.block.0.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
10 |
+
"encoder.block.0.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
11 |
+
"encoder.block.0.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
12 |
+
"encoder.block.0.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
13 |
+
"encoder.block.0.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
14 |
+
"encoder.block.0.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"encoder.block.0.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
16 |
+
"encoder.block.0.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
17 |
+
"encoder.block.0.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
18 |
+
"encoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"encoder.block.0.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
20 |
+
"encoder.block.0.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
21 |
+
"encoder.block.0.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
22 |
+
"encoder.block.0.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
23 |
+
"encoder.block.0.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
24 |
+
"encoder.block.0.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
|
25 |
+
"encoder.block.0.layer.1.DenseReluDense.wi.weight.absmax": "model-00001-of-00002.safetensors",
|
26 |
+
"encoder.block.0.layer.1.DenseReluDense.wi.weight.quant_map": "model-00001-of-00002.safetensors",
|
27 |
+
"encoder.block.0.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
28 |
+
"encoder.block.0.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"encoder.block.0.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
30 |
+
"encoder.block.1.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"encoder.block.1.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
32 |
+
"encoder.block.1.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
33 |
+
"encoder.block.1.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
34 |
+
"encoder.block.1.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"encoder.block.1.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
36 |
+
"encoder.block.1.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
37 |
+
"encoder.block.1.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
38 |
+
"encoder.block.1.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"encoder.block.1.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
40 |
+
"encoder.block.1.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
41 |
+
"encoder.block.1.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
42 |
+
"encoder.block.1.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"encoder.block.1.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
44 |
+
"encoder.block.1.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
45 |
+
"encoder.block.1.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
46 |
+
"encoder.block.1.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"encoder.block.1.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
|
48 |
+
"encoder.block.1.layer.1.DenseReluDense.wi.weight.absmax": "model-00001-of-00002.safetensors",
|
49 |
+
"encoder.block.1.layer.1.DenseReluDense.wi.weight.quant_map": "model-00001-of-00002.safetensors",
|
50 |
+
"encoder.block.1.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
51 |
+
"encoder.block.1.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
52 |
+
"encoder.block.1.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
53 |
+
"encoder.block.10.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
54 |
+
"encoder.block.10.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
55 |
+
"encoder.block.10.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
56 |
+
"encoder.block.10.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
57 |
+
"encoder.block.10.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
58 |
+
"encoder.block.10.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
59 |
+
"encoder.block.10.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
60 |
+
"encoder.block.10.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
61 |
+
"encoder.block.10.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
62 |
+
"encoder.block.10.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
63 |
+
"encoder.block.10.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
64 |
+
"encoder.block.10.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
65 |
+
"encoder.block.10.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
66 |
+
"encoder.block.10.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
67 |
+
"encoder.block.10.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
68 |
+
"encoder.block.10.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
69 |
+
"encoder.block.10.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
70 |
+
"encoder.block.10.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"encoder.block.10.layer.1.DenseReluDense.wi.weight.absmax": "model-00001-of-00002.safetensors",
|
72 |
+
"encoder.block.10.layer.1.DenseReluDense.wi.weight.quant_map": "model-00001-of-00002.safetensors",
|
73 |
+
"encoder.block.10.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
74 |
+
"encoder.block.10.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
75 |
+
"encoder.block.10.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
76 |
+
"encoder.block.11.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
77 |
+
"encoder.block.11.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
78 |
+
"encoder.block.11.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
79 |
+
"encoder.block.11.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
80 |
+
"encoder.block.11.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
81 |
+
"encoder.block.11.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
82 |
+
"encoder.block.11.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
83 |
+
"encoder.block.11.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
84 |
+
"encoder.block.11.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
85 |
+
"encoder.block.11.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
86 |
+
"encoder.block.11.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
87 |
+
"encoder.block.11.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
88 |
+
"encoder.block.11.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
89 |
+
"encoder.block.11.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
90 |
+
"encoder.block.11.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
91 |
+
"encoder.block.11.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
92 |
+
"encoder.block.11.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
93 |
+
"encoder.block.11.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
|
94 |
+
"encoder.block.11.layer.1.DenseReluDense.wi.weight.absmax": "model-00001-of-00002.safetensors",
|
95 |
+
"encoder.block.11.layer.1.DenseReluDense.wi.weight.quant_map": "model-00001-of-00002.safetensors",
|
96 |
+
"encoder.block.11.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
97 |
+
"encoder.block.11.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
98 |
+
"encoder.block.11.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
99 |
+
"encoder.block.12.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
100 |
+
"encoder.block.12.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
101 |
+
"encoder.block.12.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
102 |
+
"encoder.block.12.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
103 |
+
"encoder.block.12.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
104 |
+
"encoder.block.12.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
105 |
+
"encoder.block.12.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
106 |
+
"encoder.block.12.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
107 |
+
"encoder.block.12.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
108 |
+
"encoder.block.12.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
109 |
+
"encoder.block.12.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
110 |
+
"encoder.block.12.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
111 |
+
"encoder.block.12.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
112 |
+
"encoder.block.12.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
113 |
+
"encoder.block.12.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
114 |
+
"encoder.block.12.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
115 |
+
"encoder.block.12.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
116 |
+
"encoder.block.12.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
|
117 |
+
"encoder.block.12.layer.1.DenseReluDense.wi.weight.absmax": "model-00001-of-00002.safetensors",
|
118 |
+
"encoder.block.12.layer.1.DenseReluDense.wi.weight.quant_map": "model-00001-of-00002.safetensors",
|
119 |
+
"encoder.block.12.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
120 |
+
"encoder.block.12.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
121 |
+
"encoder.block.12.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
122 |
+
"encoder.block.13.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
123 |
+
"encoder.block.13.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
124 |
+
"encoder.block.13.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
125 |
+
"encoder.block.13.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
126 |
+
"encoder.block.13.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
127 |
+
"encoder.block.13.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
128 |
+
"encoder.block.13.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
129 |
+
"encoder.block.13.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
130 |
+
"encoder.block.13.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
131 |
+
"encoder.block.13.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
132 |
+
"encoder.block.13.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
133 |
+
"encoder.block.13.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
134 |
+
"encoder.block.13.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
135 |
+
"encoder.block.13.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
136 |
+
"encoder.block.13.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
137 |
+
"encoder.block.13.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
138 |
+
"encoder.block.13.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
139 |
+
"encoder.block.13.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
|
140 |
+
"encoder.block.13.layer.1.DenseReluDense.wi.weight.absmax": "model-00001-of-00002.safetensors",
|
141 |
+
"encoder.block.13.layer.1.DenseReluDense.wi.weight.quant_map": "model-00001-of-00002.safetensors",
|
142 |
+
"encoder.block.13.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
143 |
+
"encoder.block.13.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
144 |
+
"encoder.block.13.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
145 |
+
"encoder.block.14.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
146 |
+
"encoder.block.14.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
147 |
+
"encoder.block.14.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
148 |
+
"encoder.block.14.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
149 |
+
"encoder.block.14.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
150 |
+
"encoder.block.14.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
151 |
+
"encoder.block.14.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
152 |
+
"encoder.block.14.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
153 |
+
"encoder.block.14.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
154 |
+
"encoder.block.14.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
155 |
+
"encoder.block.14.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
156 |
+
"encoder.block.14.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
157 |
+
"encoder.block.14.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
158 |
+
"encoder.block.14.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
159 |
+
"encoder.block.14.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
160 |
+
"encoder.block.14.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
161 |
+
"encoder.block.14.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
162 |
+
"encoder.block.14.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
|
163 |
+
"encoder.block.14.layer.1.DenseReluDense.wi.weight.absmax": "model-00001-of-00002.safetensors",
|
164 |
+
"encoder.block.14.layer.1.DenseReluDense.wi.weight.quant_map": "model-00001-of-00002.safetensors",
|
165 |
+
"encoder.block.14.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
166 |
+
"encoder.block.14.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
|
167 |
+
"encoder.block.14.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
|
168 |
+
"encoder.block.15.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
|
169 |
+
"encoder.block.15.layer.0.SelfAttention.k.weight.absmax": "model-00002-of-00002.safetensors",
|
170 |
+
"encoder.block.15.layer.0.SelfAttention.k.weight.quant_map": "model-00002-of-00002.safetensors",
|
171 |
+
"encoder.block.15.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
172 |
+
"encoder.block.15.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
|
173 |
+
"encoder.block.15.layer.0.SelfAttention.o.weight.absmax": "model-00002-of-00002.safetensors",
|
174 |
+
"encoder.block.15.layer.0.SelfAttention.o.weight.quant_map": "model-00002-of-00002.safetensors",
|
175 |
+
"encoder.block.15.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
176 |
+
"encoder.block.15.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
|
177 |
+
"encoder.block.15.layer.0.SelfAttention.q.weight.absmax": "model-00002-of-00002.safetensors",
|
178 |
+
"encoder.block.15.layer.0.SelfAttention.q.weight.quant_map": "model-00002-of-00002.safetensors",
|
179 |
+
"encoder.block.15.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
180 |
+
"encoder.block.15.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
|
181 |
+
"encoder.block.15.layer.0.SelfAttention.v.weight.absmax": "model-00002-of-00002.safetensors",
|
182 |
+
"encoder.block.15.layer.0.SelfAttention.v.weight.quant_map": "model-00002-of-00002.safetensors",
|
183 |
+
"encoder.block.15.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
184 |
+
"encoder.block.15.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
|
185 |
+
"encoder.block.15.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
|
186 |
+
"encoder.block.15.layer.1.DenseReluDense.wi.weight.absmax": "model-00002-of-00002.safetensors",
|
187 |
+
"encoder.block.15.layer.1.DenseReluDense.wi.weight.quant_map": "model-00002-of-00002.safetensors",
|
188 |
+
"encoder.block.15.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
189 |
+
"encoder.block.15.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
|
190 |
+
"encoder.block.15.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
|
191 |
+
"encoder.block.16.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
|
192 |
+
"encoder.block.16.layer.0.SelfAttention.k.weight.absmax": "model-00002-of-00002.safetensors",
|
193 |
+
"encoder.block.16.layer.0.SelfAttention.k.weight.quant_map": "model-00002-of-00002.safetensors",
|
194 |
+
"encoder.block.16.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
195 |
+
"encoder.block.16.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
|
196 |
+
"encoder.block.16.layer.0.SelfAttention.o.weight.absmax": "model-00002-of-00002.safetensors",
|
197 |
+
"encoder.block.16.layer.0.SelfAttention.o.weight.quant_map": "model-00002-of-00002.safetensors",
|
198 |
+
"encoder.block.16.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
199 |
+
"encoder.block.16.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
|
200 |
+
"encoder.block.16.layer.0.SelfAttention.q.weight.absmax": "model-00002-of-00002.safetensors",
|
201 |
+
"encoder.block.16.layer.0.SelfAttention.q.weight.quant_map": "model-00002-of-00002.safetensors",
|
202 |
+
"encoder.block.16.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
203 |
+
"encoder.block.16.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
|
204 |
+
"encoder.block.16.layer.0.SelfAttention.v.weight.absmax": "model-00002-of-00002.safetensors",
|
205 |
+
"encoder.block.16.layer.0.SelfAttention.v.weight.quant_map": "model-00002-of-00002.safetensors",
|
206 |
+
"encoder.block.16.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
207 |
+
"encoder.block.16.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
|
208 |
+
"encoder.block.16.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
|
209 |
+
"encoder.block.16.layer.1.DenseReluDense.wi.weight.absmax": "model-00002-of-00002.safetensors",
|
210 |
+
"encoder.block.16.layer.1.DenseReluDense.wi.weight.quant_map": "model-00002-of-00002.safetensors",
|
211 |
+
"encoder.block.16.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
212 |
+
"encoder.block.16.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
|
213 |
+
"encoder.block.16.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
|
214 |
+
"encoder.block.17.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
|
215 |
+
"encoder.block.17.layer.0.SelfAttention.k.weight.absmax": "model-00002-of-00002.safetensors",
|
216 |
+
"encoder.block.17.layer.0.SelfAttention.k.weight.quant_map": "model-00002-of-00002.safetensors",
|
217 |
+
"encoder.block.17.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
218 |
+
"encoder.block.17.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
|
219 |
+
"encoder.block.17.layer.0.SelfAttention.o.weight.absmax": "model-00002-of-00002.safetensors",
|
220 |
+
"encoder.block.17.layer.0.SelfAttention.o.weight.quant_map": "model-00002-of-00002.safetensors",
|
221 |
+
"encoder.block.17.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
222 |
+
"encoder.block.17.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
|
223 |
+
"encoder.block.17.layer.0.SelfAttention.q.weight.absmax": "model-00002-of-00002.safetensors",
|
224 |
+
"encoder.block.17.layer.0.SelfAttention.q.weight.quant_map": "model-00002-of-00002.safetensors",
|
225 |
+
"encoder.block.17.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
226 |
+
"encoder.block.17.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
|
227 |
+
"encoder.block.17.layer.0.SelfAttention.v.weight.absmax": "model-00002-of-00002.safetensors",
|
228 |
+
"encoder.block.17.layer.0.SelfAttention.v.weight.quant_map": "model-00002-of-00002.safetensors",
|
229 |
+
"encoder.block.17.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
230 |
+
"encoder.block.17.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
|
231 |
+
"encoder.block.17.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
|
232 |
+
"encoder.block.17.layer.1.DenseReluDense.wi.weight.absmax": "model-00002-of-00002.safetensors",
|
233 |
+
"encoder.block.17.layer.1.DenseReluDense.wi.weight.quant_map": "model-00002-of-00002.safetensors",
|
234 |
+
"encoder.block.17.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
235 |
+
"encoder.block.17.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
|
236 |
+
"encoder.block.17.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
|
237 |
+
"encoder.block.18.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
|
238 |
+
"encoder.block.18.layer.0.SelfAttention.k.weight.absmax": "model-00002-of-00002.safetensors",
|
239 |
+
"encoder.block.18.layer.0.SelfAttention.k.weight.quant_map": "model-00002-of-00002.safetensors",
|
240 |
+
"encoder.block.18.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
241 |
+
"encoder.block.18.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
|
242 |
+
"encoder.block.18.layer.0.SelfAttention.o.weight.absmax": "model-00002-of-00002.safetensors",
|
243 |
+
"encoder.block.18.layer.0.SelfAttention.o.weight.quant_map": "model-00002-of-00002.safetensors",
|
244 |
+
"encoder.block.18.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
245 |
+
"encoder.block.18.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
|
246 |
+
"encoder.block.18.layer.0.SelfAttention.q.weight.absmax": "model-00002-of-00002.safetensors",
|
247 |
+
"encoder.block.18.layer.0.SelfAttention.q.weight.quant_map": "model-00002-of-00002.safetensors",
|
248 |
+
"encoder.block.18.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
249 |
+
"encoder.block.18.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
|
250 |
+
"encoder.block.18.layer.0.SelfAttention.v.weight.absmax": "model-00002-of-00002.safetensors",
|
251 |
+
"encoder.block.18.layer.0.SelfAttention.v.weight.quant_map": "model-00002-of-00002.safetensors",
|
252 |
+
"encoder.block.18.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
253 |
+
"encoder.block.18.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
|
254 |
+
"encoder.block.18.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
|
255 |
+
"encoder.block.18.layer.1.DenseReluDense.wi.weight.absmax": "model-00002-of-00002.safetensors",
|
256 |
+
"encoder.block.18.layer.1.DenseReluDense.wi.weight.quant_map": "model-00002-of-00002.safetensors",
|
257 |
+
"encoder.block.18.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
258 |
+
"encoder.block.18.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
|
259 |
+
"encoder.block.18.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
|
260 |
+
"encoder.block.19.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
|
261 |
+
"encoder.block.19.layer.0.SelfAttention.k.weight.absmax": "model-00002-of-00002.safetensors",
|
262 |
+
"encoder.block.19.layer.0.SelfAttention.k.weight.quant_map": "model-00002-of-00002.safetensors",
|
263 |
+
"encoder.block.19.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
264 |
+
"encoder.block.19.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
|
265 |
+
"encoder.block.19.layer.0.SelfAttention.o.weight.absmax": "model-00002-of-00002.safetensors",
|
266 |
+
"encoder.block.19.layer.0.SelfAttention.o.weight.quant_map": "model-00002-of-00002.safetensors",
|
267 |
+
"encoder.block.19.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
268 |
+
"encoder.block.19.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
|
269 |
+
"encoder.block.19.layer.0.SelfAttention.q.weight.absmax": "model-00002-of-00002.safetensors",
|
270 |
+
"encoder.block.19.layer.0.SelfAttention.q.weight.quant_map": "model-00002-of-00002.safetensors",
|
271 |
+
"encoder.block.19.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
272 |
+
"encoder.block.19.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
|
273 |
+
"encoder.block.19.layer.0.SelfAttention.v.weight.absmax": "model-00002-of-00002.safetensors",
|
274 |
+
"encoder.block.19.layer.0.SelfAttention.v.weight.quant_map": "model-00002-of-00002.safetensors",
|
275 |
+
"encoder.block.19.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
276 |
+
"encoder.block.19.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
|
277 |
+
"encoder.block.19.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
|
278 |
+
"encoder.block.19.layer.1.DenseReluDense.wi.weight.absmax": "model-00002-of-00002.safetensors",
|
279 |
+
"encoder.block.19.layer.1.DenseReluDense.wi.weight.quant_map": "model-00002-of-00002.safetensors",
|
280 |
+
"encoder.block.19.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
281 |
+
"encoder.block.19.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
|
282 |
+
"encoder.block.19.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
|
283 |
+
"encoder.block.2.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
284 |
+
"encoder.block.2.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
285 |
+
"encoder.block.2.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
286 |
+
"encoder.block.2.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
287 |
+
"encoder.block.2.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
288 |
+
"encoder.block.2.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
289 |
+
"encoder.block.2.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
290 |
+
"encoder.block.2.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
291 |
+
"encoder.block.2.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
292 |
+
"encoder.block.2.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
293 |
+
"encoder.block.2.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
294 |
+
"encoder.block.2.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
295 |
+
"encoder.block.2.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
296 |
+
"encoder.block.2.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
297 |
+
"encoder.block.2.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
298 |
+
"encoder.block.2.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
299 |
+
"encoder.block.2.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
300 |
+
"encoder.block.2.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
|
301 |
+
"encoder.block.2.layer.1.DenseReluDense.wi.weight.absmax": "model-00001-of-00002.safetensors",
|
302 |
+
"encoder.block.2.layer.1.DenseReluDense.wi.weight.quant_map": "model-00001-of-00002.safetensors",
|
303 |
+
"encoder.block.2.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
304 |
+
"encoder.block.2.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
305 |
+
"encoder.block.2.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
306 |
+
"encoder.block.20.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
|
307 |
+
"encoder.block.20.layer.0.SelfAttention.k.weight.absmax": "model-00002-of-00002.safetensors",
|
308 |
+
"encoder.block.20.layer.0.SelfAttention.k.weight.quant_map": "model-00002-of-00002.safetensors",
|
309 |
+
"encoder.block.20.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
310 |
+
"encoder.block.20.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
|
311 |
+
"encoder.block.20.layer.0.SelfAttention.o.weight.absmax": "model-00002-of-00002.safetensors",
|
312 |
+
"encoder.block.20.layer.0.SelfAttention.o.weight.quant_map": "model-00002-of-00002.safetensors",
|
313 |
+
"encoder.block.20.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
314 |
+
"encoder.block.20.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
|
315 |
+
"encoder.block.20.layer.0.SelfAttention.q.weight.absmax": "model-00002-of-00002.safetensors",
|
316 |
+
"encoder.block.20.layer.0.SelfAttention.q.weight.quant_map": "model-00002-of-00002.safetensors",
|
317 |
+
"encoder.block.20.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
318 |
+
"encoder.block.20.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
|
319 |
+
"encoder.block.20.layer.0.SelfAttention.v.weight.absmax": "model-00002-of-00002.safetensors",
|
320 |
+
"encoder.block.20.layer.0.SelfAttention.v.weight.quant_map": "model-00002-of-00002.safetensors",
|
321 |
+
"encoder.block.20.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
322 |
+
"encoder.block.20.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
|
323 |
+
"encoder.block.20.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
|
324 |
+
"encoder.block.20.layer.1.DenseReluDense.wi.weight.absmax": "model-00002-of-00002.safetensors",
|
325 |
+
"encoder.block.20.layer.1.DenseReluDense.wi.weight.quant_map": "model-00002-of-00002.safetensors",
|
326 |
+
"encoder.block.20.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
327 |
+
"encoder.block.20.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
|
328 |
+
"encoder.block.20.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
|
329 |
+
"encoder.block.21.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
|
330 |
+
"encoder.block.21.layer.0.SelfAttention.k.weight.absmax": "model-00002-of-00002.safetensors",
|
331 |
+
"encoder.block.21.layer.0.SelfAttention.k.weight.quant_map": "model-00002-of-00002.safetensors",
|
332 |
+
"encoder.block.21.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
333 |
+
"encoder.block.21.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
|
334 |
+
"encoder.block.21.layer.0.SelfAttention.o.weight.absmax": "model-00002-of-00002.safetensors",
|
335 |
+
"encoder.block.21.layer.0.SelfAttention.o.weight.quant_map": "model-00002-of-00002.safetensors",
|
336 |
+
"encoder.block.21.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
337 |
+
"encoder.block.21.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
|
338 |
+
"encoder.block.21.layer.0.SelfAttention.q.weight.absmax": "model-00002-of-00002.safetensors",
|
339 |
+
"encoder.block.21.layer.0.SelfAttention.q.weight.quant_map": "model-00002-of-00002.safetensors",
|
340 |
+
"encoder.block.21.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
341 |
+
"encoder.block.21.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
|
342 |
+
"encoder.block.21.layer.0.SelfAttention.v.weight.absmax": "model-00002-of-00002.safetensors",
|
343 |
+
"encoder.block.21.layer.0.SelfAttention.v.weight.quant_map": "model-00002-of-00002.safetensors",
|
344 |
+
"encoder.block.21.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
345 |
+
"encoder.block.21.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
|
346 |
+
"encoder.block.21.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
|
347 |
+
"encoder.block.21.layer.1.DenseReluDense.wi.weight.absmax": "model-00002-of-00002.safetensors",
|
348 |
+
"encoder.block.21.layer.1.DenseReluDense.wi.weight.quant_map": "model-00002-of-00002.safetensors",
|
349 |
+
"encoder.block.21.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
350 |
+
"encoder.block.21.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
|
351 |
+
"encoder.block.21.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
|
352 |
+
"encoder.block.22.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
|
353 |
+
"encoder.block.22.layer.0.SelfAttention.k.weight.absmax": "model-00002-of-00002.safetensors",
|
354 |
+
"encoder.block.22.layer.0.SelfAttention.k.weight.quant_map": "model-00002-of-00002.safetensors",
|
355 |
+
"encoder.block.22.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
356 |
+
"encoder.block.22.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
|
357 |
+
"encoder.block.22.layer.0.SelfAttention.o.weight.absmax": "model-00002-of-00002.safetensors",
|
358 |
+
"encoder.block.22.layer.0.SelfAttention.o.weight.quant_map": "model-00002-of-00002.safetensors",
|
359 |
+
"encoder.block.22.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
360 |
+
"encoder.block.22.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
|
361 |
+
"encoder.block.22.layer.0.SelfAttention.q.weight.absmax": "model-00002-of-00002.safetensors",
|
362 |
+
"encoder.block.22.layer.0.SelfAttention.q.weight.quant_map": "model-00002-of-00002.safetensors",
|
363 |
+
"encoder.block.22.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
364 |
+
"encoder.block.22.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
|
365 |
+
"encoder.block.22.layer.0.SelfAttention.v.weight.absmax": "model-00002-of-00002.safetensors",
|
366 |
+
"encoder.block.22.layer.0.SelfAttention.v.weight.quant_map": "model-00002-of-00002.safetensors",
|
367 |
+
"encoder.block.22.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
368 |
+
"encoder.block.22.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
|
369 |
+
"encoder.block.22.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
|
370 |
+
"encoder.block.22.layer.1.DenseReluDense.wi.weight.absmax": "model-00002-of-00002.safetensors",
|
371 |
+
"encoder.block.22.layer.1.DenseReluDense.wi.weight.quant_map": "model-00002-of-00002.safetensors",
|
372 |
+
"encoder.block.22.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
373 |
+
"encoder.block.22.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
|
374 |
+
"encoder.block.22.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
|
375 |
+
"encoder.block.23.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
|
376 |
+
"encoder.block.23.layer.0.SelfAttention.k.weight.absmax": "model-00002-of-00002.safetensors",
|
377 |
+
"encoder.block.23.layer.0.SelfAttention.k.weight.quant_map": "model-00002-of-00002.safetensors",
|
378 |
+
"encoder.block.23.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
379 |
+
"encoder.block.23.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
|
380 |
+
"encoder.block.23.layer.0.SelfAttention.o.weight.absmax": "model-00002-of-00002.safetensors",
|
381 |
+
"encoder.block.23.layer.0.SelfAttention.o.weight.quant_map": "model-00002-of-00002.safetensors",
|
382 |
+
"encoder.block.23.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
383 |
+
"encoder.block.23.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
|
384 |
+
"encoder.block.23.layer.0.SelfAttention.q.weight.absmax": "model-00002-of-00002.safetensors",
|
385 |
+
"encoder.block.23.layer.0.SelfAttention.q.weight.quant_map": "model-00002-of-00002.safetensors",
|
386 |
+
"encoder.block.23.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
387 |
+
"encoder.block.23.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
|
388 |
+
"encoder.block.23.layer.0.SelfAttention.v.weight.absmax": "model-00002-of-00002.safetensors",
|
389 |
+
"encoder.block.23.layer.0.SelfAttention.v.weight.quant_map": "model-00002-of-00002.safetensors",
|
390 |
+
"encoder.block.23.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
391 |
+
"encoder.block.23.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
|
392 |
+
"encoder.block.23.layer.1.DenseReluDense.wi.weight": "model-00002-of-00002.safetensors",
|
393 |
+
"encoder.block.23.layer.1.DenseReluDense.wi.weight.absmax": "model-00002-of-00002.safetensors",
|
394 |
+
"encoder.block.23.layer.1.DenseReluDense.wi.weight.quant_map": "model-00002-of-00002.safetensors",
|
395 |
+
"encoder.block.23.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00002-of-00002.safetensors",
|
396 |
+
"encoder.block.23.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
|
397 |
+
"encoder.block.23.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
|
398 |
+
"encoder.block.3.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
399 |
+
"encoder.block.3.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
400 |
+
"encoder.block.3.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
401 |
+
"encoder.block.3.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
402 |
+
"encoder.block.3.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
403 |
+
"encoder.block.3.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
404 |
+
"encoder.block.3.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
405 |
+
"encoder.block.3.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
406 |
+
"encoder.block.3.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
407 |
+
"encoder.block.3.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
408 |
+
"encoder.block.3.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
409 |
+
"encoder.block.3.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
410 |
+
"encoder.block.3.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
411 |
+
"encoder.block.3.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
412 |
+
"encoder.block.3.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
413 |
+
"encoder.block.3.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
414 |
+
"encoder.block.3.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
415 |
+
"encoder.block.3.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
|
416 |
+
"encoder.block.3.layer.1.DenseReluDense.wi.weight.absmax": "model-00001-of-00002.safetensors",
|
417 |
+
"encoder.block.3.layer.1.DenseReluDense.wi.weight.quant_map": "model-00001-of-00002.safetensors",
|
418 |
+
"encoder.block.3.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
419 |
+
"encoder.block.3.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
420 |
+
"encoder.block.3.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
421 |
+
"encoder.block.4.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
422 |
+
"encoder.block.4.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
423 |
+
"encoder.block.4.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
424 |
+
"encoder.block.4.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
425 |
+
"encoder.block.4.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
426 |
+
"encoder.block.4.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
427 |
+
"encoder.block.4.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
428 |
+
"encoder.block.4.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
429 |
+
"encoder.block.4.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
430 |
+
"encoder.block.4.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
431 |
+
"encoder.block.4.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
432 |
+
"encoder.block.4.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
433 |
+
"encoder.block.4.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
434 |
+
"encoder.block.4.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
435 |
+
"encoder.block.4.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
436 |
+
"encoder.block.4.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
437 |
+
"encoder.block.4.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
438 |
+
"encoder.block.4.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
|
439 |
+
"encoder.block.4.layer.1.DenseReluDense.wi.weight.absmax": "model-00001-of-00002.safetensors",
|
440 |
+
"encoder.block.4.layer.1.DenseReluDense.wi.weight.quant_map": "model-00001-of-00002.safetensors",
|
441 |
+
"encoder.block.4.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
442 |
+
"encoder.block.4.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
443 |
+
"encoder.block.4.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
444 |
+
"encoder.block.5.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
445 |
+
"encoder.block.5.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
446 |
+
"encoder.block.5.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
447 |
+
"encoder.block.5.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
448 |
+
"encoder.block.5.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
449 |
+
"encoder.block.5.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
450 |
+
"encoder.block.5.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
451 |
+
"encoder.block.5.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
452 |
+
"encoder.block.5.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
453 |
+
"encoder.block.5.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
454 |
+
"encoder.block.5.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
455 |
+
"encoder.block.5.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
456 |
+
"encoder.block.5.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
457 |
+
"encoder.block.5.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
458 |
+
"encoder.block.5.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
459 |
+
"encoder.block.5.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
460 |
+
"encoder.block.5.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
461 |
+
"encoder.block.5.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
|
462 |
+
"encoder.block.5.layer.1.DenseReluDense.wi.weight.absmax": "model-00001-of-00002.safetensors",
|
463 |
+
"encoder.block.5.layer.1.DenseReluDense.wi.weight.quant_map": "model-00001-of-00002.safetensors",
|
464 |
+
"encoder.block.5.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
465 |
+
"encoder.block.5.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
466 |
+
"encoder.block.5.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
467 |
+
"encoder.block.6.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
468 |
+
"encoder.block.6.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
469 |
+
"encoder.block.6.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
470 |
+
"encoder.block.6.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
471 |
+
"encoder.block.6.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
472 |
+
"encoder.block.6.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
473 |
+
"encoder.block.6.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
474 |
+
"encoder.block.6.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
475 |
+
"encoder.block.6.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
476 |
+
"encoder.block.6.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
477 |
+
"encoder.block.6.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
478 |
+
"encoder.block.6.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
479 |
+
"encoder.block.6.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
480 |
+
"encoder.block.6.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
481 |
+
"encoder.block.6.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
482 |
+
"encoder.block.6.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
483 |
+
"encoder.block.6.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
484 |
+
"encoder.block.6.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
|
485 |
+
"encoder.block.6.layer.1.DenseReluDense.wi.weight.absmax": "model-00001-of-00002.safetensors",
|
486 |
+
"encoder.block.6.layer.1.DenseReluDense.wi.weight.quant_map": "model-00001-of-00002.safetensors",
|
487 |
+
"encoder.block.6.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
488 |
+
"encoder.block.6.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
489 |
+
"encoder.block.6.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
490 |
+
"encoder.block.7.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
491 |
+
"encoder.block.7.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
492 |
+
"encoder.block.7.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
493 |
+
"encoder.block.7.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
494 |
+
"encoder.block.7.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
495 |
+
"encoder.block.7.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
496 |
+
"encoder.block.7.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
497 |
+
"encoder.block.7.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
498 |
+
"encoder.block.7.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
499 |
+
"encoder.block.7.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
500 |
+
"encoder.block.7.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
501 |
+
"encoder.block.7.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
502 |
+
"encoder.block.7.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
503 |
+
"encoder.block.7.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
504 |
+
"encoder.block.7.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
505 |
+
"encoder.block.7.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
506 |
+
"encoder.block.7.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
507 |
+
"encoder.block.7.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
|
508 |
+
"encoder.block.7.layer.1.DenseReluDense.wi.weight.absmax": "model-00001-of-00002.safetensors",
|
509 |
+
"encoder.block.7.layer.1.DenseReluDense.wi.weight.quant_map": "model-00001-of-00002.safetensors",
|
510 |
+
"encoder.block.7.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
511 |
+
"encoder.block.7.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
512 |
+
"encoder.block.7.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
513 |
+
"encoder.block.8.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
514 |
+
"encoder.block.8.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
515 |
+
"encoder.block.8.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
516 |
+
"encoder.block.8.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
517 |
+
"encoder.block.8.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
518 |
+
"encoder.block.8.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
519 |
+
"encoder.block.8.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
520 |
+
"encoder.block.8.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
521 |
+
"encoder.block.8.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
522 |
+
"encoder.block.8.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
523 |
+
"encoder.block.8.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
524 |
+
"encoder.block.8.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
525 |
+
"encoder.block.8.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
526 |
+
"encoder.block.8.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
527 |
+
"encoder.block.8.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
528 |
+
"encoder.block.8.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
529 |
+
"encoder.block.8.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
530 |
+
"encoder.block.8.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
|
531 |
+
"encoder.block.8.layer.1.DenseReluDense.wi.weight.absmax": "model-00001-of-00002.safetensors",
|
532 |
+
"encoder.block.8.layer.1.DenseReluDense.wi.weight.quant_map": "model-00001-of-00002.safetensors",
|
533 |
+
"encoder.block.8.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
534 |
+
"encoder.block.8.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
535 |
+
"encoder.block.8.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
536 |
+
"encoder.block.9.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
537 |
+
"encoder.block.9.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
538 |
+
"encoder.block.9.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
539 |
+
"encoder.block.9.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
540 |
+
"encoder.block.9.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
541 |
+
"encoder.block.9.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
542 |
+
"encoder.block.9.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
543 |
+
"encoder.block.9.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
544 |
+
"encoder.block.9.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
545 |
+
"encoder.block.9.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
546 |
+
"encoder.block.9.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
547 |
+
"encoder.block.9.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
548 |
+
"encoder.block.9.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
549 |
+
"encoder.block.9.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
550 |
+
"encoder.block.9.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
551 |
+
"encoder.block.9.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
552 |
+
"encoder.block.9.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
553 |
+
"encoder.block.9.layer.1.DenseReluDense.wi.weight": "model-00001-of-00002.safetensors",
|
554 |
+
"encoder.block.9.layer.1.DenseReluDense.wi.weight.absmax": "model-00001-of-00002.safetensors",
|
555 |
+
"encoder.block.9.layer.1.DenseReluDense.wi.weight.quant_map": "model-00001-of-00002.safetensors",
|
556 |
+
"encoder.block.9.layer.1.DenseReluDense.wi.weight.quant_state.bitsandbytes__fp4": "model-00001-of-00002.safetensors",
|
557 |
+
"encoder.block.9.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
558 |
+
"encoder.block.9.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
559 |
+
"encoder.final_layer_norm.weight": "model-00002-of-00002.safetensors",
|
560 |
+
"shared.weight": "model-00001-of-00002.safetensors"
|
561 |
+
}
|
562 |
+
}
|
tokenizer/special_tokens_map.json
ADDED
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<extra_id_0>",
|
4 |
+
"<extra_id_1>",
|
5 |
+
"<extra_id_2>",
|
6 |
+
"<extra_id_3>",
|
7 |
+
"<extra_id_4>",
|
8 |
+
"<extra_id_5>",
|
9 |
+
"<extra_id_6>",
|
10 |
+
"<extra_id_7>",
|
11 |
+
"<extra_id_8>",
|
12 |
+
"<extra_id_9>",
|
13 |
+
"<extra_id_10>",
|
14 |
+
"<extra_id_11>",
|
15 |
+
"<extra_id_12>",
|
16 |
+
"<extra_id_13>",
|
17 |
+
"<extra_id_14>",
|
18 |
+
"<extra_id_15>",
|
19 |
+
"<extra_id_16>",
|
20 |
+
"<extra_id_17>",
|
21 |
+
"<extra_id_18>",
|
22 |
+
"<extra_id_19>",
|
23 |
+
"<extra_id_20>",
|
24 |
+
"<extra_id_21>",
|
25 |
+
"<extra_id_22>",
|
26 |
+
"<extra_id_23>",
|
27 |
+
"<extra_id_24>",
|
28 |
+
"<extra_id_25>",
|
29 |
+
"<extra_id_26>",
|
30 |
+
"<extra_id_27>",
|
31 |
+
"<extra_id_28>",
|
32 |
+
"<extra_id_29>",
|
33 |
+
"<extra_id_30>",
|
34 |
+
"<extra_id_31>",
|
35 |
+
"<extra_id_32>",
|
36 |
+
"<extra_id_33>",
|
37 |
+
"<extra_id_34>",
|
38 |
+
"<extra_id_35>",
|
39 |
+
"<extra_id_36>",
|
40 |
+
"<extra_id_37>",
|
41 |
+
"<extra_id_38>",
|
42 |
+
"<extra_id_39>",
|
43 |
+
"<extra_id_40>",
|
44 |
+
"<extra_id_41>",
|
45 |
+
"<extra_id_42>",
|
46 |
+
"<extra_id_43>",
|
47 |
+
"<extra_id_44>",
|
48 |
+
"<extra_id_45>",
|
49 |
+
"<extra_id_46>",
|
50 |
+
"<extra_id_47>",
|
51 |
+
"<extra_id_48>",
|
52 |
+
"<extra_id_49>",
|
53 |
+
"<extra_id_50>",
|
54 |
+
"<extra_id_51>",
|
55 |
+
"<extra_id_52>",
|
56 |
+
"<extra_id_53>",
|
57 |
+
"<extra_id_54>",
|
58 |
+
"<extra_id_55>",
|
59 |
+
"<extra_id_56>",
|
60 |
+
"<extra_id_57>",
|
61 |
+
"<extra_id_58>",
|
62 |
+
"<extra_id_59>",
|
63 |
+
"<extra_id_60>",
|
64 |
+
"<extra_id_61>",
|
65 |
+
"<extra_id_62>",
|
66 |
+
"<extra_id_63>",
|
67 |
+
"<extra_id_64>",
|
68 |
+
"<extra_id_65>",
|
69 |
+
"<extra_id_66>",
|
70 |
+
"<extra_id_67>",
|
71 |
+
"<extra_id_68>",
|
72 |
+
"<extra_id_69>",
|
73 |
+
"<extra_id_70>",
|
74 |
+
"<extra_id_71>",
|
75 |
+
"<extra_id_72>",
|
76 |
+
"<extra_id_73>",
|
77 |
+
"<extra_id_74>",
|
78 |
+
"<extra_id_75>",
|
79 |
+
"<extra_id_76>",
|
80 |
+
"<extra_id_77>",
|
81 |
+
"<extra_id_78>",
|
82 |
+
"<extra_id_79>",
|
83 |
+
"<extra_id_80>",
|
84 |
+
"<extra_id_81>",
|
85 |
+
"<extra_id_82>",
|
86 |
+
"<extra_id_83>",
|
87 |
+
"<extra_id_84>",
|
88 |
+
"<extra_id_85>",
|
89 |
+
"<extra_id_86>",
|
90 |
+
"<extra_id_87>",
|
91 |
+
"<extra_id_88>",
|
92 |
+
"<extra_id_89>",
|
93 |
+
"<extra_id_90>",
|
94 |
+
"<extra_id_91>",
|
95 |
+
"<extra_id_92>",
|
96 |
+
"<extra_id_93>",
|
97 |
+
"<extra_id_94>",
|
98 |
+
"<extra_id_95>",
|
99 |
+
"<extra_id_96>",
|
100 |
+
"<extra_id_97>",
|
101 |
+
"<extra_id_98>",
|
102 |
+
"<extra_id_99>"
|
103 |
+
],
|
104 |
+
"eos_token": "</s>",
|
105 |
+
"pad_token": "<pad>",
|
106 |
+
"unk_token": "<unk>"
|
107 |
+
}
|
tokenizer/spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
|
3 |
+
size 791656
|
tokenizer/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer/tokenizer_config.json
ADDED
@@ -0,0 +1,937 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<pad>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "</s>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "<unk>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"32000": {
|
28 |
+
"content": "<extra_id_99>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"32001": {
|
36 |
+
"content": "<extra_id_98>",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
},
|
43 |
+
"32002": {
|
44 |
+
"content": "<extra_id_97>",
|
45 |
+
"lstrip": false,
|
46 |
+
"normalized": false,
|
47 |
+
"rstrip": false,
|
48 |
+
"single_word": false,
|
49 |
+
"special": true
|
50 |
+
},
|
51 |
+
"32003": {
|
52 |
+
"content": "<extra_id_96>",
|
53 |
+
"lstrip": false,
|
54 |
+
"normalized": false,
|
55 |
+
"rstrip": false,
|
56 |
+
"single_word": false,
|
57 |
+
"special": true
|
58 |
+
},
|
59 |
+
"32004": {
|
60 |
+
"content": "<extra_id_95>",
|
61 |
+
"lstrip": false,
|
62 |
+
"normalized": false,
|
63 |
+
"rstrip": false,
|
64 |
+
"single_word": false,
|
65 |
+
"special": true
|
66 |
+
},
|
67 |
+
"32005": {
|
68 |
+
"content": "<extra_id_94>",
|
69 |
+
"lstrip": false,
|
70 |
+
"normalized": false,
|
71 |
+
"rstrip": false,
|
72 |
+
"single_word": false,
|
73 |
+
"special": true
|
74 |
+
},
|
75 |
+
"32006": {
|
76 |
+
"content": "<extra_id_93>",
|
77 |
+
"lstrip": false,
|
78 |
+
"normalized": false,
|
79 |
+
"rstrip": false,
|
80 |
+
"single_word": false,
|
81 |
+
"special": true
|
82 |
+
},
|
83 |
+
"32007": {
|
84 |
+
"content": "<extra_id_92>",
|
85 |
+
"lstrip": false,
|
86 |
+
"normalized": false,
|
87 |
+
"rstrip": false,
|
88 |
+
"single_word": false,
|
89 |
+
"special": true
|
90 |
+
},
|
91 |
+
"32008": {
|
92 |
+
"content": "<extra_id_91>",
|
93 |
+
"lstrip": false,
|
94 |
+
"normalized": false,
|
95 |
+
"rstrip": false,
|
96 |
+
"single_word": false,
|
97 |
+
"special": true
|
98 |
+
},
|
99 |
+
"32009": {
|
100 |
+
"content": "<extra_id_90>",
|
101 |
+
"lstrip": false,
|
102 |
+
"normalized": false,
|
103 |
+
"rstrip": false,
|
104 |
+
"single_word": false,
|
105 |
+
"special": true
|
106 |
+
},
|
107 |
+
"32010": {
|
108 |
+
"content": "<extra_id_89>",
|
109 |
+
"lstrip": false,
|
110 |
+
"normalized": false,
|
111 |
+
"rstrip": false,
|
112 |
+
"single_word": false,
|
113 |
+
"special": true
|
114 |
+
},
|
115 |
+
"32011": {
|
116 |
+
"content": "<extra_id_88>",
|
117 |
+
"lstrip": false,
|
118 |
+
"normalized": false,
|
119 |
+
"rstrip": false,
|
120 |
+
"single_word": false,
|
121 |
+
"special": true
|
122 |
+
},
|
123 |
+
"32012": {
|
124 |
+
"content": "<extra_id_87>",
|
125 |
+
"lstrip": false,
|
126 |
+
"normalized": false,
|
127 |
+
"rstrip": false,
|
128 |
+
"single_word": false,
|
129 |
+
"special": true
|
130 |
+
},
|
131 |
+
"32013": {
|
132 |
+
"content": "<extra_id_86>",
|
133 |
+
"lstrip": false,
|
134 |
+
"normalized": false,
|
135 |
+
"rstrip": false,
|
136 |
+
"single_word": false,
|
137 |
+
"special": true
|
138 |
+
},
|
139 |
+
"32014": {
|
140 |
+
"content": "<extra_id_85>",
|
141 |
+
"lstrip": false,
|
142 |
+
"normalized": false,
|
143 |
+
"rstrip": false,
|
144 |
+
"single_word": false,
|
145 |
+
"special": true
|
146 |
+
},
|
147 |
+
"32015": {
|
148 |
+
"content": "<extra_id_84>",
|
149 |
+
"lstrip": false,
|
150 |
+
"normalized": false,
|
151 |
+
"rstrip": false,
|
152 |
+
"single_word": false,
|
153 |
+
"special": true
|
154 |
+
},
|
155 |
+
"32016": {
|
156 |
+
"content": "<extra_id_83>",
|
157 |
+
"lstrip": false,
|
158 |
+
"normalized": false,
|
159 |
+
"rstrip": false,
|
160 |
+
"single_word": false,
|
161 |
+
"special": true
|
162 |
+
},
|
163 |
+
"32017": {
|
164 |
+
"content": "<extra_id_82>",
|
165 |
+
"lstrip": false,
|
166 |
+
"normalized": false,
|
167 |
+
"rstrip": false,
|
168 |
+
"single_word": false,
|
169 |
+
"special": true
|
170 |
+
},
|
171 |
+
"32018": {
|
172 |
+
"content": "<extra_id_81>",
|
173 |
+
"lstrip": false,
|
174 |
+
"normalized": false,
|
175 |
+
"rstrip": false,
|
176 |
+
"single_word": false,
|
177 |
+
"special": true
|
178 |
+
},
|
179 |
+
"32019": {
|
180 |
+
"content": "<extra_id_80>",
|
181 |
+
"lstrip": false,
|
182 |
+
"normalized": false,
|
183 |
+
"rstrip": false,
|
184 |
+
"single_word": false,
|
185 |
+
"special": true
|
186 |
+
},
|
187 |
+
"32020": {
|
188 |
+
"content": "<extra_id_79>",
|
189 |
+
"lstrip": false,
|
190 |
+
"normalized": false,
|
191 |
+
"rstrip": false,
|
192 |
+
"single_word": false,
|
193 |
+
"special": true
|
194 |
+
},
|
195 |
+
"32021": {
|
196 |
+
"content": "<extra_id_78>",
|
197 |
+
"lstrip": false,
|
198 |
+
"normalized": false,
|
199 |
+
"rstrip": false,
|
200 |
+
"single_word": false,
|
201 |
+
"special": true
|
202 |
+
},
|
203 |
+
"32022": {
|
204 |
+
"content": "<extra_id_77>",
|
205 |
+
"lstrip": false,
|
206 |
+
"normalized": false,
|
207 |
+
"rstrip": false,
|
208 |
+
"single_word": false,
|
209 |
+
"special": true
|
210 |
+
},
|
211 |
+
"32023": {
|
212 |
+
"content": "<extra_id_76>",
|
213 |
+
"lstrip": false,
|
214 |
+
"normalized": false,
|
215 |
+
"rstrip": false,
|
216 |
+
"single_word": false,
|
217 |
+
"special": true
|
218 |
+
},
|
219 |
+
"32024": {
|
220 |
+
"content": "<extra_id_75>",
|
221 |
+
"lstrip": false,
|
222 |
+
"normalized": false,
|
223 |
+
"rstrip": false,
|
224 |
+
"single_word": false,
|
225 |
+
"special": true
|
226 |
+
},
|
227 |
+
"32025": {
|
228 |
+
"content": "<extra_id_74>",
|
229 |
+
"lstrip": false,
|
230 |
+
"normalized": false,
|
231 |
+
"rstrip": false,
|
232 |
+
"single_word": false,
|
233 |
+
"special": true
|
234 |
+
},
|
235 |
+
"32026": {
|
236 |
+
"content": "<extra_id_73>",
|
237 |
+
"lstrip": false,
|
238 |
+
"normalized": false,
|
239 |
+
"rstrip": false,
|
240 |
+
"single_word": false,
|
241 |
+
"special": true
|
242 |
+
},
|
243 |
+
"32027": {
|
244 |
+
"content": "<extra_id_72>",
|
245 |
+
"lstrip": false,
|
246 |
+
"normalized": false,
|
247 |
+
"rstrip": false,
|
248 |
+
"single_word": false,
|
249 |
+
"special": true
|
250 |
+
},
|
251 |
+
"32028": {
|
252 |
+
"content": "<extra_id_71>",
|
253 |
+
"lstrip": false,
|
254 |
+
"normalized": false,
|
255 |
+
"rstrip": false,
|
256 |
+
"single_word": false,
|
257 |
+
"special": true
|
258 |
+
},
|
259 |
+
"32029": {
|
260 |
+
"content": "<extra_id_70>",
|
261 |
+
"lstrip": false,
|
262 |
+
"normalized": false,
|
263 |
+
"rstrip": false,
|
264 |
+
"single_word": false,
|
265 |
+
"special": true
|
266 |
+
},
|
267 |
+
"32030": {
|
268 |
+
"content": "<extra_id_69>",
|
269 |
+
"lstrip": false,
|
270 |
+
"normalized": false,
|
271 |
+
"rstrip": false,
|
272 |
+
"single_word": false,
|
273 |
+
"special": true
|
274 |
+
},
|
275 |
+
"32031": {
|
276 |
+
"content": "<extra_id_68>",
|
277 |
+
"lstrip": false,
|
278 |
+
"normalized": false,
|
279 |
+
"rstrip": false,
|
280 |
+
"single_word": false,
|
281 |
+
"special": true
|
282 |
+
},
|
283 |
+
"32032": {
|
284 |
+
"content": "<extra_id_67>",
|
285 |
+
"lstrip": false,
|
286 |
+
"normalized": false,
|
287 |
+
"rstrip": false,
|
288 |
+
"single_word": false,
|
289 |
+
"special": true
|
290 |
+
},
|
291 |
+
"32033": {
|
292 |
+
"content": "<extra_id_66>",
|
293 |
+
"lstrip": false,
|
294 |
+
"normalized": false,
|
295 |
+
"rstrip": false,
|
296 |
+
"single_word": false,
|
297 |
+
"special": true
|
298 |
+
},
|
299 |
+
"32034": {
|
300 |
+
"content": "<extra_id_65>",
|
301 |
+
"lstrip": false,
|
302 |
+
"normalized": false,
|
303 |
+
"rstrip": false,
|
304 |
+
"single_word": false,
|
305 |
+
"special": true
|
306 |
+
},
|
307 |
+
"32035": {
|
308 |
+
"content": "<extra_id_64>",
|
309 |
+
"lstrip": false,
|
310 |
+
"normalized": false,
|
311 |
+
"rstrip": false,
|
312 |
+
"single_word": false,
|
313 |
+
"special": true
|
314 |
+
},
|
315 |
+
"32036": {
|
316 |
+
"content": "<extra_id_63>",
|
317 |
+
"lstrip": false,
|
318 |
+
"normalized": false,
|
319 |
+
"rstrip": false,
|
320 |
+
"single_word": false,
|
321 |
+
"special": true
|
322 |
+
},
|
323 |
+
"32037": {
|
324 |
+
"content": "<extra_id_62>",
|
325 |
+
"lstrip": false,
|
326 |
+
"normalized": false,
|
327 |
+
"rstrip": false,
|
328 |
+
"single_word": false,
|
329 |
+
"special": true
|
330 |
+
},
|
331 |
+
"32038": {
|
332 |
+
"content": "<extra_id_61>",
|
333 |
+
"lstrip": false,
|
334 |
+
"normalized": false,
|
335 |
+
"rstrip": false,
|
336 |
+
"single_word": false,
|
337 |
+
"special": true
|
338 |
+
},
|
339 |
+
"32039": {
|
340 |
+
"content": "<extra_id_60>",
|
341 |
+
"lstrip": false,
|
342 |
+
"normalized": false,
|
343 |
+
"rstrip": false,
|
344 |
+
"single_word": false,
|
345 |
+
"special": true
|
346 |
+
},
|
347 |
+
"32040": {
|
348 |
+
"content": "<extra_id_59>",
|
349 |
+
"lstrip": false,
|
350 |
+
"normalized": false,
|
351 |
+
"rstrip": false,
|
352 |
+
"single_word": false,
|
353 |
+
"special": true
|
354 |
+
},
|
355 |
+
"32041": {
|
356 |
+
"content": "<extra_id_58>",
|
357 |
+
"lstrip": false,
|
358 |
+
"normalized": false,
|
359 |
+
"rstrip": false,
|
360 |
+
"single_word": false,
|
361 |
+
"special": true
|
362 |
+
},
|
363 |
+
"32042": {
|
364 |
+
"content": "<extra_id_57>",
|
365 |
+
"lstrip": false,
|
366 |
+
"normalized": false,
|
367 |
+
"rstrip": false,
|
368 |
+
"single_word": false,
|
369 |
+
"special": true
|
370 |
+
},
|
371 |
+
"32043": {
|
372 |
+
"content": "<extra_id_56>",
|
373 |
+
"lstrip": false,
|
374 |
+
"normalized": false,
|
375 |
+
"rstrip": false,
|
376 |
+
"single_word": false,
|
377 |
+
"special": true
|
378 |
+
},
|
379 |
+
"32044": {
|
380 |
+
"content": "<extra_id_55>",
|
381 |
+
"lstrip": false,
|
382 |
+
"normalized": false,
|
383 |
+
"rstrip": false,
|
384 |
+
"single_word": false,
|
385 |
+
"special": true
|
386 |
+
},
|
387 |
+
"32045": {
|
388 |
+
"content": "<extra_id_54>",
|
389 |
+
"lstrip": false,
|
390 |
+
"normalized": false,
|
391 |
+
"rstrip": false,
|
392 |
+
"single_word": false,
|
393 |
+
"special": true
|
394 |
+
},
|
395 |
+
"32046": {
|
396 |
+
"content": "<extra_id_53>",
|
397 |
+
"lstrip": false,
|
398 |
+
"normalized": false,
|
399 |
+
"rstrip": false,
|
400 |
+
"single_word": false,
|
401 |
+
"special": true
|
402 |
+
},
|
403 |
+
"32047": {
|
404 |
+
"content": "<extra_id_52>",
|
405 |
+
"lstrip": false,
|
406 |
+
"normalized": false,
|
407 |
+
"rstrip": false,
|
408 |
+
"single_word": false,
|
409 |
+
"special": true
|
410 |
+
},
|
411 |
+
"32048": {
|
412 |
+
"content": "<extra_id_51>",
|
413 |
+
"lstrip": false,
|
414 |
+
"normalized": false,
|
415 |
+
"rstrip": false,
|
416 |
+
"single_word": false,
|
417 |
+
"special": true
|
418 |
+
},
|
419 |
+
"32049": {
|
420 |
+
"content": "<extra_id_50>",
|
421 |
+
"lstrip": false,
|
422 |
+
"normalized": false,
|
423 |
+
"rstrip": false,
|
424 |
+
"single_word": false,
|
425 |
+
"special": true
|
426 |
+
},
|
427 |
+
"32050": {
|
428 |
+
"content": "<extra_id_49>",
|
429 |
+
"lstrip": false,
|
430 |
+
"normalized": false,
|
431 |
+
"rstrip": false,
|
432 |
+
"single_word": false,
|
433 |
+
"special": true
|
434 |
+
},
|
435 |
+
"32051": {
|
436 |
+
"content": "<extra_id_48>",
|
437 |
+
"lstrip": false,
|
438 |
+
"normalized": false,
|
439 |
+
"rstrip": false,
|
440 |
+
"single_word": false,
|
441 |
+
"special": true
|
442 |
+
},
|
443 |
+
"32052": {
|
444 |
+
"content": "<extra_id_47>",
|
445 |
+
"lstrip": false,
|
446 |
+
"normalized": false,
|
447 |
+
"rstrip": false,
|
448 |
+
"single_word": false,
|
449 |
+
"special": true
|
450 |
+
},
|
451 |
+
"32053": {
|
452 |
+
"content": "<extra_id_46>",
|
453 |
+
"lstrip": false,
|
454 |
+
"normalized": false,
|
455 |
+
"rstrip": false,
|
456 |
+
"single_word": false,
|
457 |
+
"special": true
|
458 |
+
},
|
459 |
+
"32054": {
|
460 |
+
"content": "<extra_id_45>",
|
461 |
+
"lstrip": false,
|
462 |
+
"normalized": false,
|
463 |
+
"rstrip": false,
|
464 |
+
"single_word": false,
|
465 |
+
"special": true
|
466 |
+
},
|
467 |
+
"32055": {
|
468 |
+
"content": "<extra_id_44>",
|
469 |
+
"lstrip": false,
|
470 |
+
"normalized": false,
|
471 |
+
"rstrip": false,
|
472 |
+
"single_word": false,
|
473 |
+
"special": true
|
474 |
+
},
|
475 |
+
"32056": {
|
476 |
+
"content": "<extra_id_43>",
|
477 |
+
"lstrip": false,
|
478 |
+
"normalized": false,
|
479 |
+
"rstrip": false,
|
480 |
+
"single_word": false,
|
481 |
+
"special": true
|
482 |
+
},
|
483 |
+
"32057": {
|
484 |
+
"content": "<extra_id_42>",
|
485 |
+
"lstrip": false,
|
486 |
+
"normalized": false,
|
487 |
+
"rstrip": false,
|
488 |
+
"single_word": false,
|
489 |
+
"special": true
|
490 |
+
},
|
491 |
+
"32058": {
|
492 |
+
"content": "<extra_id_41>",
|
493 |
+
"lstrip": false,
|
494 |
+
"normalized": false,
|
495 |
+
"rstrip": false,
|
496 |
+
"single_word": false,
|
497 |
+
"special": true
|
498 |
+
},
|
499 |
+
"32059": {
|
500 |
+
"content": "<extra_id_40>",
|
501 |
+
"lstrip": false,
|
502 |
+
"normalized": false,
|
503 |
+
"rstrip": false,
|
504 |
+
"single_word": false,
|
505 |
+
"special": true
|
506 |
+
},
|
507 |
+
"32060": {
|
508 |
+
"content": "<extra_id_39>",
|
509 |
+
"lstrip": false,
|
510 |
+
"normalized": false,
|
511 |
+
"rstrip": false,
|
512 |
+
"single_word": false,
|
513 |
+
"special": true
|
514 |
+
},
|
515 |
+
"32061": {
|
516 |
+
"content": "<extra_id_38>",
|
517 |
+
"lstrip": false,
|
518 |
+
"normalized": false,
|
519 |
+
"rstrip": false,
|
520 |
+
"single_word": false,
|
521 |
+
"special": true
|
522 |
+
},
|
523 |
+
"32062": {
|
524 |
+
"content": "<extra_id_37>",
|
525 |
+
"lstrip": false,
|
526 |
+
"normalized": false,
|
527 |
+
"rstrip": false,
|
528 |
+
"single_word": false,
|
529 |
+
"special": true
|
530 |
+
},
|
531 |
+
"32063": {
|
532 |
+
"content": "<extra_id_36>",
|
533 |
+
"lstrip": false,
|
534 |
+
"normalized": false,
|
535 |
+
"rstrip": false,
|
536 |
+
"single_word": false,
|
537 |
+
"special": true
|
538 |
+
},
|
539 |
+
"32064": {
|
540 |
+
"content": "<extra_id_35>",
|
541 |
+
"lstrip": false,
|
542 |
+
"normalized": false,
|
543 |
+
"rstrip": false,
|
544 |
+
"single_word": false,
|
545 |
+
"special": true
|
546 |
+
},
|
547 |
+
"32065": {
|
548 |
+
"content": "<extra_id_34>",
|
549 |
+
"lstrip": false,
|
550 |
+
"normalized": false,
|
551 |
+
"rstrip": false,
|
552 |
+
"single_word": false,
|
553 |
+
"special": true
|
554 |
+
},
|
555 |
+
"32066": {
|
556 |
+
"content": "<extra_id_33>",
|
557 |
+
"lstrip": false,
|
558 |
+
"normalized": false,
|
559 |
+
"rstrip": false,
|
560 |
+
"single_word": false,
|
561 |
+
"special": true
|
562 |
+
},
|
563 |
+
"32067": {
|
564 |
+
"content": "<extra_id_32>",
|
565 |
+
"lstrip": false,
|
566 |
+
"normalized": false,
|
567 |
+
"rstrip": false,
|
568 |
+
"single_word": false,
|
569 |
+
"special": true
|
570 |
+
},
|
571 |
+
"32068": {
|
572 |
+
"content": "<extra_id_31>",
|
573 |
+
"lstrip": false,
|
574 |
+
"normalized": false,
|
575 |
+
"rstrip": false,
|
576 |
+
"single_word": false,
|
577 |
+
"special": true
|
578 |
+
},
|
579 |
+
"32069": {
|
580 |
+
"content": "<extra_id_30>",
|
581 |
+
"lstrip": false,
|
582 |
+
"normalized": false,
|
583 |
+
"rstrip": false,
|
584 |
+
"single_word": false,
|
585 |
+
"special": true
|
586 |
+
},
|
587 |
+
"32070": {
|
588 |
+
"content": "<extra_id_29>",
|
589 |
+
"lstrip": false,
|
590 |
+
"normalized": false,
|
591 |
+
"rstrip": false,
|
592 |
+
"single_word": false,
|
593 |
+
"special": true
|
594 |
+
},
|
595 |
+
"32071": {
|
596 |
+
"content": "<extra_id_28>",
|
597 |
+
"lstrip": false,
|
598 |
+
"normalized": false,
|
599 |
+
"rstrip": false,
|
600 |
+
"single_word": false,
|
601 |
+
"special": true
|
602 |
+
},
|
603 |
+
"32072": {
|
604 |
+
"content": "<extra_id_27>",
|
605 |
+
"lstrip": false,
|
606 |
+
"normalized": false,
|
607 |
+
"rstrip": false,
|
608 |
+
"single_word": false,
|
609 |
+
"special": true
|
610 |
+
},
|
611 |
+
"32073": {
|
612 |
+
"content": "<extra_id_26>",
|
613 |
+
"lstrip": false,
|
614 |
+
"normalized": false,
|
615 |
+
"rstrip": false,
|
616 |
+
"single_word": false,
|
617 |
+
"special": true
|
618 |
+
},
|
619 |
+
"32074": {
|
620 |
+
"content": "<extra_id_25>",
|
621 |
+
"lstrip": false,
|
622 |
+
"normalized": false,
|
623 |
+
"rstrip": false,
|
624 |
+
"single_word": false,
|
625 |
+
"special": true
|
626 |
+
},
|
627 |
+
"32075": {
|
628 |
+
"content": "<extra_id_24>",
|
629 |
+
"lstrip": false,
|
630 |
+
"normalized": false,
|
631 |
+
"rstrip": false,
|
632 |
+
"single_word": false,
|
633 |
+
"special": true
|
634 |
+
},
|
635 |
+
"32076": {
|
636 |
+
"content": "<extra_id_23>",
|
637 |
+
"lstrip": false,
|
638 |
+
"normalized": false,
|
639 |
+
"rstrip": false,
|
640 |
+
"single_word": false,
|
641 |
+
"special": true
|
642 |
+
},
|
643 |
+
"32077": {
|
644 |
+
"content": "<extra_id_22>",
|
645 |
+
"lstrip": false,
|
646 |
+
"normalized": false,
|
647 |
+
"rstrip": false,
|
648 |
+
"single_word": false,
|
649 |
+
"special": true
|
650 |
+
},
|
651 |
+
"32078": {
|
652 |
+
"content": "<extra_id_21>",
|
653 |
+
"lstrip": false,
|
654 |
+
"normalized": false,
|
655 |
+
"rstrip": false,
|
656 |
+
"single_word": false,
|
657 |
+
"special": true
|
658 |
+
},
|
659 |
+
"32079": {
|
660 |
+
"content": "<extra_id_20>",
|
661 |
+
"lstrip": false,
|
662 |
+
"normalized": false,
|
663 |
+
"rstrip": false,
|
664 |
+
"single_word": false,
|
665 |
+
"special": true
|
666 |
+
},
|
667 |
+
"32080": {
|
668 |
+
"content": "<extra_id_19>",
|
669 |
+
"lstrip": false,
|
670 |
+
"normalized": false,
|
671 |
+
"rstrip": false,
|
672 |
+
"single_word": false,
|
673 |
+
"special": true
|
674 |
+
},
|
675 |
+
"32081": {
|
676 |
+
"content": "<extra_id_18>",
|
677 |
+
"lstrip": false,
|
678 |
+
"normalized": false,
|
679 |
+
"rstrip": false,
|
680 |
+
"single_word": false,
|
681 |
+
"special": true
|
682 |
+
},
|
683 |
+
"32082": {
|
684 |
+
"content": "<extra_id_17>",
|
685 |
+
"lstrip": false,
|
686 |
+
"normalized": false,
|
687 |
+
"rstrip": false,
|
688 |
+
"single_word": false,
|
689 |
+
"special": true
|
690 |
+
},
|
691 |
+
"32083": {
|
692 |
+
"content": "<extra_id_16>",
|
693 |
+
"lstrip": false,
|
694 |
+
"normalized": false,
|
695 |
+
"rstrip": false,
|
696 |
+
"single_word": false,
|
697 |
+
"special": true
|
698 |
+
},
|
699 |
+
"32084": {
|
700 |
+
"content": "<extra_id_15>",
|
701 |
+
"lstrip": false,
|
702 |
+
"normalized": false,
|
703 |
+
"rstrip": false,
|
704 |
+
"single_word": false,
|
705 |
+
"special": true
|
706 |
+
},
|
707 |
+
"32085": {
|
708 |
+
"content": "<extra_id_14>",
|
709 |
+
"lstrip": false,
|
710 |
+
"normalized": false,
|
711 |
+
"rstrip": false,
|
712 |
+
"single_word": false,
|
713 |
+
"special": true
|
714 |
+
},
|
715 |
+
"32086": {
|
716 |
+
"content": "<extra_id_13>",
|
717 |
+
"lstrip": false,
|
718 |
+
"normalized": false,
|
719 |
+
"rstrip": false,
|
720 |
+
"single_word": false,
|
721 |
+
"special": true
|
722 |
+
},
|
723 |
+
"32087": {
|
724 |
+
"content": "<extra_id_12>",
|
725 |
+
"lstrip": false,
|
726 |
+
"normalized": false,
|
727 |
+
"rstrip": false,
|
728 |
+
"single_word": false,
|
729 |
+
"special": true
|
730 |
+
},
|
731 |
+
"32088": {
|
732 |
+
"content": "<extra_id_11>",
|
733 |
+
"lstrip": false,
|
734 |
+
"normalized": false,
|
735 |
+
"rstrip": false,
|
736 |
+
"single_word": false,
|
737 |
+
"special": true
|
738 |
+
},
|
739 |
+
"32089": {
|
740 |
+
"content": "<extra_id_10>",
|
741 |
+
"lstrip": false,
|
742 |
+
"normalized": false,
|
743 |
+
"rstrip": false,
|
744 |
+
"single_word": false,
|
745 |
+
"special": true
|
746 |
+
},
|
747 |
+
"32090": {
|
748 |
+
"content": "<extra_id_9>",
|
749 |
+
"lstrip": false,
|
750 |
+
"normalized": false,
|
751 |
+
"rstrip": false,
|
752 |
+
"single_word": false,
|
753 |
+
"special": true
|
754 |
+
},
|
755 |
+
"32091": {
|
756 |
+
"content": "<extra_id_8>",
|
757 |
+
"lstrip": false,
|
758 |
+
"normalized": false,
|
759 |
+
"rstrip": false,
|
760 |
+
"single_word": false,
|
761 |
+
"special": true
|
762 |
+
},
|
763 |
+
"32092": {
|
764 |
+
"content": "<extra_id_7>",
|
765 |
+
"lstrip": false,
|
766 |
+
"normalized": false,
|
767 |
+
"rstrip": false,
|
768 |
+
"single_word": false,
|
769 |
+
"special": true
|
770 |
+
},
|
771 |
+
"32093": {
|
772 |
+
"content": "<extra_id_6>",
|
773 |
+
"lstrip": false,
|
774 |
+
"normalized": false,
|
775 |
+
"rstrip": false,
|
776 |
+
"single_word": false,
|
777 |
+
"special": true
|
778 |
+
},
|
779 |
+
"32094": {
|
780 |
+
"content": "<extra_id_5>",
|
781 |
+
"lstrip": false,
|
782 |
+
"normalized": false,
|
783 |
+
"rstrip": false,
|
784 |
+
"single_word": false,
|
785 |
+
"special": true
|
786 |
+
},
|
787 |
+
"32095": {
|
788 |
+
"content": "<extra_id_4>",
|
789 |
+
"lstrip": false,
|
790 |
+
"normalized": false,
|
791 |
+
"rstrip": false,
|
792 |
+
"single_word": false,
|
793 |
+
"special": true
|
794 |
+
},
|
795 |
+
"32096": {
|
796 |
+
"content": "<extra_id_3>",
|
797 |
+
"lstrip": false,
|
798 |
+
"normalized": false,
|
799 |
+
"rstrip": false,
|
800 |
+
"single_word": false,
|
801 |
+
"special": true
|
802 |
+
},
|
803 |
+
"32097": {
|
804 |
+
"content": "<extra_id_2>",
|
805 |
+
"lstrip": false,
|
806 |
+
"normalized": false,
|
807 |
+
"rstrip": false,
|
808 |
+
"single_word": false,
|
809 |
+
"special": true
|
810 |
+
},
|
811 |
+
"32098": {
|
812 |
+
"content": "<extra_id_1>",
|
813 |
+
"lstrip": false,
|
814 |
+
"normalized": false,
|
815 |
+
"rstrip": false,
|
816 |
+
"single_word": false,
|
817 |
+
"special": true
|
818 |
+
},
|
819 |
+
"32099": {
|
820 |
+
"content": "<extra_id_0>",
|
821 |
+
"lstrip": false,
|
822 |
+
"normalized": false,
|
823 |
+
"rstrip": false,
|
824 |
+
"single_word": false,
|
825 |
+
"special": true
|
826 |
+
}
|
827 |
+
},
|
828 |
+
"additional_special_tokens": [
|
829 |
+
"<extra_id_0>",
|
830 |
+
"<extra_id_1>",
|
831 |
+
"<extra_id_2>",
|
832 |
+
"<extra_id_3>",
|
833 |
+
"<extra_id_4>",
|
834 |
+
"<extra_id_5>",
|
835 |
+
"<extra_id_6>",
|
836 |
+
"<extra_id_7>",
|
837 |
+
"<extra_id_8>",
|
838 |
+
"<extra_id_9>",
|
839 |
+
"<extra_id_10>",
|
840 |
+
"<extra_id_11>",
|
841 |
+
"<extra_id_12>",
|
842 |
+
"<extra_id_13>",
|
843 |
+
"<extra_id_14>",
|
844 |
+
"<extra_id_15>",
|
845 |
+
"<extra_id_16>",
|
846 |
+
"<extra_id_17>",
|
847 |
+
"<extra_id_18>",
|
848 |
+
"<extra_id_19>",
|
849 |
+
"<extra_id_20>",
|
850 |
+
"<extra_id_21>",
|
851 |
+
"<extra_id_22>",
|
852 |
+
"<extra_id_23>",
|
853 |
+
"<extra_id_24>",
|
854 |
+
"<extra_id_25>",
|
855 |
+
"<extra_id_26>",
|
856 |
+
"<extra_id_27>",
|
857 |
+
"<extra_id_28>",
|
858 |
+
"<extra_id_29>",
|
859 |
+
"<extra_id_30>",
|
860 |
+
"<extra_id_31>",
|
861 |
+
"<extra_id_32>",
|
862 |
+
"<extra_id_33>",
|
863 |
+
"<extra_id_34>",
|
864 |
+
"<extra_id_35>",
|
865 |
+
"<extra_id_36>",
|
866 |
+
"<extra_id_37>",
|
867 |
+
"<extra_id_38>",
|
868 |
+
"<extra_id_39>",
|
869 |
+
"<extra_id_40>",
|
870 |
+
"<extra_id_41>",
|
871 |
+
"<extra_id_42>",
|
872 |
+
"<extra_id_43>",
|
873 |
+
"<extra_id_44>",
|
874 |
+
"<extra_id_45>",
|
875 |
+
"<extra_id_46>",
|
876 |
+
"<extra_id_47>",
|
877 |
+
"<extra_id_48>",
|
878 |
+
"<extra_id_49>",
|
879 |
+
"<extra_id_50>",
|
880 |
+
"<extra_id_51>",
|
881 |
+
"<extra_id_52>",
|
882 |
+
"<extra_id_53>",
|
883 |
+
"<extra_id_54>",
|
884 |
+
"<extra_id_55>",
|
885 |
+
"<extra_id_56>",
|
886 |
+
"<extra_id_57>",
|
887 |
+
"<extra_id_58>",
|
888 |
+
"<extra_id_59>",
|
889 |
+
"<extra_id_60>",
|
890 |
+
"<extra_id_61>",
|
891 |
+
"<extra_id_62>",
|
892 |
+
"<extra_id_63>",
|
893 |
+
"<extra_id_64>",
|
894 |
+
"<extra_id_65>",
|
895 |
+
"<extra_id_66>",
|
896 |
+
"<extra_id_67>",
|
897 |
+
"<extra_id_68>",
|
898 |
+
"<extra_id_69>",
|
899 |
+
"<extra_id_70>",
|
900 |
+
"<extra_id_71>",
|
901 |
+
"<extra_id_72>",
|
902 |
+
"<extra_id_73>",
|
903 |
+
"<extra_id_74>",
|
904 |
+
"<extra_id_75>",
|
905 |
+
"<extra_id_76>",
|
906 |
+
"<extra_id_77>",
|
907 |
+
"<extra_id_78>",
|
908 |
+
"<extra_id_79>",
|
909 |
+
"<extra_id_80>",
|
910 |
+
"<extra_id_81>",
|
911 |
+
"<extra_id_82>",
|
912 |
+
"<extra_id_83>",
|
913 |
+
"<extra_id_84>",
|
914 |
+
"<extra_id_85>",
|
915 |
+
"<extra_id_86>",
|
916 |
+
"<extra_id_87>",
|
917 |
+
"<extra_id_88>",
|
918 |
+
"<extra_id_89>",
|
919 |
+
"<extra_id_90>",
|
920 |
+
"<extra_id_91>",
|
921 |
+
"<extra_id_92>",
|
922 |
+
"<extra_id_93>",
|
923 |
+
"<extra_id_94>",
|
924 |
+
"<extra_id_95>",
|
925 |
+
"<extra_id_96>",
|
926 |
+
"<extra_id_97>",
|
927 |
+
"<extra_id_98>",
|
928 |
+
"<extra_id_99>"
|
929 |
+
],
|
930 |
+
"clean_up_tokenization_spaces": false,
|
931 |
+
"eos_token": "</s>",
|
932 |
+
"extra_ids": 100,
|
933 |
+
"model_max_length": 1000000000000000019884624838656,
|
934 |
+
"pad_token": "<pad>",
|
935 |
+
"tokenizer_class": "T5Tokenizer",
|
936 |
+
"unk_token": "<unk>"
|
937 |
+
}
|
transformer/config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "CosmosTransformer3DModel",
|
3 |
+
"_diffusers_version": "0.33.0.dev0",
|
4 |
+
"adaln_lora_dim": 256,
|
5 |
+
"attention_head_dim": 128,
|
6 |
+
"concat_padding_mask": true,
|
7 |
+
"extra_pos_embed_type": "learnable",
|
8 |
+
"in_channels": 17,
|
9 |
+
"max_size": [
|
10 |
+
128,
|
11 |
+
240,
|
12 |
+
240
|
13 |
+
],
|
14 |
+
"mlp_ratio": 4.0,
|
15 |
+
"num_attention_heads": 32,
|
16 |
+
"num_layers": 28,
|
17 |
+
"out_channels": 16,
|
18 |
+
"patch_size": [
|
19 |
+
1,
|
20 |
+
2,
|
21 |
+
2
|
22 |
+
],
|
23 |
+
"rope_scale": [
|
24 |
+
2.0,
|
25 |
+
1.0,
|
26 |
+
1.0
|
27 |
+
],
|
28 |
+
"text_embed_dim": 1024
|
29 |
+
}
|
transformer/diffusion_pytorch_model-00001-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3fff3ae35314d6a1388688ae47ede0ec2526f8d7d88c42521c62d6d7ec0bb6c
|
3 |
+
size 4986480072
|
transformer/diffusion_pytorch_model-00002-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da8f98b13362631ab3e3f4b00ac2b2c5808cbeadb001bef9ed0a1cc1f5de3d63
|
3 |
+
size 4982865264
|
transformer/diffusion_pytorch_model-00003-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba57f437899c08aca7ef8062eee1d183d9e8f22ed5c1479d02068f4ed554b4bf
|
3 |
+
size 4503139120
|
transformer/diffusion_pytorch_model.safetensors.index.json
ADDED
@@ -0,0 +1,577 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 14472417280
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"learnable_pos_embed.pos_emb_h": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
7 |
+
"learnable_pos_embed.pos_emb_t": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
8 |
+
"learnable_pos_embed.pos_emb_w": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
9 |
+
"norm_out.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
10 |
+
"norm_out.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
11 |
+
"patch_embed.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
12 |
+
"proj_out.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
13 |
+
"time_embed.norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
14 |
+
"time_embed.t_embedder.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
15 |
+
"time_embed.t_embedder.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
16 |
+
"transformer_blocks.0.attn1.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
17 |
+
"transformer_blocks.0.attn1.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
18 |
+
"transformer_blocks.0.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
19 |
+
"transformer_blocks.0.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
20 |
+
"transformer_blocks.0.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
21 |
+
"transformer_blocks.0.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
22 |
+
"transformer_blocks.0.attn2.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
23 |
+
"transformer_blocks.0.attn2.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
24 |
+
"transformer_blocks.0.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
25 |
+
"transformer_blocks.0.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
26 |
+
"transformer_blocks.0.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
27 |
+
"transformer_blocks.0.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
28 |
+
"transformer_blocks.0.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
29 |
+
"transformer_blocks.0.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
30 |
+
"transformer_blocks.0.norm1.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
31 |
+
"transformer_blocks.0.norm1.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
32 |
+
"transformer_blocks.0.norm2.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
33 |
+
"transformer_blocks.0.norm2.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
34 |
+
"transformer_blocks.0.norm3.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
35 |
+
"transformer_blocks.0.norm3.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
36 |
+
"transformer_blocks.1.attn1.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
37 |
+
"transformer_blocks.1.attn1.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
38 |
+
"transformer_blocks.1.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
39 |
+
"transformer_blocks.1.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
40 |
+
"transformer_blocks.1.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
41 |
+
"transformer_blocks.1.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
42 |
+
"transformer_blocks.1.attn2.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
43 |
+
"transformer_blocks.1.attn2.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
44 |
+
"transformer_blocks.1.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
45 |
+
"transformer_blocks.1.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
46 |
+
"transformer_blocks.1.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
47 |
+
"transformer_blocks.1.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
48 |
+
"transformer_blocks.1.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
49 |
+
"transformer_blocks.1.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
50 |
+
"transformer_blocks.1.norm1.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
51 |
+
"transformer_blocks.1.norm1.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
52 |
+
"transformer_blocks.1.norm2.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
53 |
+
"transformer_blocks.1.norm2.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
54 |
+
"transformer_blocks.1.norm3.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
55 |
+
"transformer_blocks.1.norm3.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
56 |
+
"transformer_blocks.10.attn1.norm_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
57 |
+
"transformer_blocks.10.attn1.norm_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
58 |
+
"transformer_blocks.10.attn1.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
59 |
+
"transformer_blocks.10.attn1.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
60 |
+
"transformer_blocks.10.attn1.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
61 |
+
"transformer_blocks.10.attn1.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
62 |
+
"transformer_blocks.10.attn2.norm_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
63 |
+
"transformer_blocks.10.attn2.norm_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
64 |
+
"transformer_blocks.10.attn2.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
65 |
+
"transformer_blocks.10.attn2.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
66 |
+
"transformer_blocks.10.attn2.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
67 |
+
"transformer_blocks.10.attn2.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
68 |
+
"transformer_blocks.10.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
69 |
+
"transformer_blocks.10.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
70 |
+
"transformer_blocks.10.norm1.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
71 |
+
"transformer_blocks.10.norm1.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
72 |
+
"transformer_blocks.10.norm2.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
73 |
+
"transformer_blocks.10.norm2.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
74 |
+
"transformer_blocks.10.norm3.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
75 |
+
"transformer_blocks.10.norm3.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
76 |
+
"transformer_blocks.11.attn1.norm_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
77 |
+
"transformer_blocks.11.attn1.norm_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
78 |
+
"transformer_blocks.11.attn1.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
79 |
+
"transformer_blocks.11.attn1.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
80 |
+
"transformer_blocks.11.attn1.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
81 |
+
"transformer_blocks.11.attn1.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
82 |
+
"transformer_blocks.11.attn2.norm_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
83 |
+
"transformer_blocks.11.attn2.norm_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
84 |
+
"transformer_blocks.11.attn2.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
85 |
+
"transformer_blocks.11.attn2.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
86 |
+
"transformer_blocks.11.attn2.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
87 |
+
"transformer_blocks.11.attn2.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
88 |
+
"transformer_blocks.11.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
89 |
+
"transformer_blocks.11.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
90 |
+
"transformer_blocks.11.norm1.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
91 |
+
"transformer_blocks.11.norm1.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
92 |
+
"transformer_blocks.11.norm2.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
93 |
+
"transformer_blocks.11.norm2.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
94 |
+
"transformer_blocks.11.norm3.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
95 |
+
"transformer_blocks.11.norm3.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
96 |
+
"transformer_blocks.12.attn1.norm_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
97 |
+
"transformer_blocks.12.attn1.norm_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
98 |
+
"transformer_blocks.12.attn1.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
99 |
+
"transformer_blocks.12.attn1.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
100 |
+
"transformer_blocks.12.attn1.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
101 |
+
"transformer_blocks.12.attn1.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
102 |
+
"transformer_blocks.12.attn2.norm_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
103 |
+
"transformer_blocks.12.attn2.norm_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
104 |
+
"transformer_blocks.12.attn2.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
105 |
+
"transformer_blocks.12.attn2.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
106 |
+
"transformer_blocks.12.attn2.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
107 |
+
"transformer_blocks.12.attn2.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
108 |
+
"transformer_blocks.12.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
109 |
+
"transformer_blocks.12.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
110 |
+
"transformer_blocks.12.norm1.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
111 |
+
"transformer_blocks.12.norm1.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
112 |
+
"transformer_blocks.12.norm2.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
113 |
+
"transformer_blocks.12.norm2.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
114 |
+
"transformer_blocks.12.norm3.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
115 |
+
"transformer_blocks.12.norm3.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
116 |
+
"transformer_blocks.13.attn1.norm_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
117 |
+
"transformer_blocks.13.attn1.norm_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
118 |
+
"transformer_blocks.13.attn1.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
119 |
+
"transformer_blocks.13.attn1.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
120 |
+
"transformer_blocks.13.attn1.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
121 |
+
"transformer_blocks.13.attn1.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
122 |
+
"transformer_blocks.13.attn2.norm_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
123 |
+
"transformer_blocks.13.attn2.norm_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
124 |
+
"transformer_blocks.13.attn2.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
125 |
+
"transformer_blocks.13.attn2.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
126 |
+
"transformer_blocks.13.attn2.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
127 |
+
"transformer_blocks.13.attn2.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
128 |
+
"transformer_blocks.13.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
129 |
+
"transformer_blocks.13.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
130 |
+
"transformer_blocks.13.norm1.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
131 |
+
"transformer_blocks.13.norm1.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
132 |
+
"transformer_blocks.13.norm2.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
133 |
+
"transformer_blocks.13.norm2.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
134 |
+
"transformer_blocks.13.norm3.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
135 |
+
"transformer_blocks.13.norm3.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
136 |
+
"transformer_blocks.14.attn1.norm_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
137 |
+
"transformer_blocks.14.attn1.norm_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
138 |
+
"transformer_blocks.14.attn1.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
139 |
+
"transformer_blocks.14.attn1.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
140 |
+
"transformer_blocks.14.attn1.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
141 |
+
"transformer_blocks.14.attn1.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
142 |
+
"transformer_blocks.14.attn2.norm_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
143 |
+
"transformer_blocks.14.attn2.norm_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
144 |
+
"transformer_blocks.14.attn2.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
145 |
+
"transformer_blocks.14.attn2.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
146 |
+
"transformer_blocks.14.attn2.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
147 |
+
"transformer_blocks.14.attn2.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
148 |
+
"transformer_blocks.14.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
149 |
+
"transformer_blocks.14.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
150 |
+
"transformer_blocks.14.norm1.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
151 |
+
"transformer_blocks.14.norm1.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
152 |
+
"transformer_blocks.14.norm2.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
153 |
+
"transformer_blocks.14.norm2.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
154 |
+
"transformer_blocks.14.norm3.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
155 |
+
"transformer_blocks.14.norm3.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
156 |
+
"transformer_blocks.15.attn1.norm_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
157 |
+
"transformer_blocks.15.attn1.norm_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
158 |
+
"transformer_blocks.15.attn1.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
159 |
+
"transformer_blocks.15.attn1.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
160 |
+
"transformer_blocks.15.attn1.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
161 |
+
"transformer_blocks.15.attn1.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
162 |
+
"transformer_blocks.15.attn2.norm_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
163 |
+
"transformer_blocks.15.attn2.norm_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
164 |
+
"transformer_blocks.15.attn2.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
165 |
+
"transformer_blocks.15.attn2.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
166 |
+
"transformer_blocks.15.attn2.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
167 |
+
"transformer_blocks.15.attn2.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
168 |
+
"transformer_blocks.15.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
169 |
+
"transformer_blocks.15.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
170 |
+
"transformer_blocks.15.norm1.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
171 |
+
"transformer_blocks.15.norm1.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
172 |
+
"transformer_blocks.15.norm2.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
173 |
+
"transformer_blocks.15.norm2.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
174 |
+
"transformer_blocks.15.norm3.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
175 |
+
"transformer_blocks.15.norm3.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
176 |
+
"transformer_blocks.16.attn1.norm_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
177 |
+
"transformer_blocks.16.attn1.norm_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
178 |
+
"transformer_blocks.16.attn1.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
179 |
+
"transformer_blocks.16.attn1.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
180 |
+
"transformer_blocks.16.attn1.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
181 |
+
"transformer_blocks.16.attn1.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
182 |
+
"transformer_blocks.16.attn2.norm_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
183 |
+
"transformer_blocks.16.attn2.norm_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
184 |
+
"transformer_blocks.16.attn2.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
185 |
+
"transformer_blocks.16.attn2.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
186 |
+
"transformer_blocks.16.attn2.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
187 |
+
"transformer_blocks.16.attn2.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
188 |
+
"transformer_blocks.16.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
189 |
+
"transformer_blocks.16.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
190 |
+
"transformer_blocks.16.norm1.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
191 |
+
"transformer_blocks.16.norm1.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
192 |
+
"transformer_blocks.16.norm2.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
193 |
+
"transformer_blocks.16.norm2.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
194 |
+
"transformer_blocks.16.norm3.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
195 |
+
"transformer_blocks.16.norm3.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
196 |
+
"transformer_blocks.17.attn1.norm_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
197 |
+
"transformer_blocks.17.attn1.norm_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
198 |
+
"transformer_blocks.17.attn1.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
199 |
+
"transformer_blocks.17.attn1.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
200 |
+
"transformer_blocks.17.attn1.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
201 |
+
"transformer_blocks.17.attn1.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
202 |
+
"transformer_blocks.17.attn2.norm_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
203 |
+
"transformer_blocks.17.attn2.norm_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
204 |
+
"transformer_blocks.17.attn2.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
205 |
+
"transformer_blocks.17.attn2.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
206 |
+
"transformer_blocks.17.attn2.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
207 |
+
"transformer_blocks.17.attn2.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
208 |
+
"transformer_blocks.17.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
209 |
+
"transformer_blocks.17.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
210 |
+
"transformer_blocks.17.norm1.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
211 |
+
"transformer_blocks.17.norm1.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
212 |
+
"transformer_blocks.17.norm2.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
213 |
+
"transformer_blocks.17.norm2.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
214 |
+
"transformer_blocks.17.norm3.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
215 |
+
"transformer_blocks.17.norm3.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
216 |
+
"transformer_blocks.18.attn1.norm_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
217 |
+
"transformer_blocks.18.attn1.norm_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
218 |
+
"transformer_blocks.18.attn1.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
219 |
+
"transformer_blocks.18.attn1.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
220 |
+
"transformer_blocks.18.attn1.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
221 |
+
"transformer_blocks.18.attn1.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
222 |
+
"transformer_blocks.18.attn2.norm_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
223 |
+
"transformer_blocks.18.attn2.norm_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
224 |
+
"transformer_blocks.18.attn2.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
225 |
+
"transformer_blocks.18.attn2.to_out.0.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
226 |
+
"transformer_blocks.18.attn2.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
227 |
+
"transformer_blocks.18.attn2.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
228 |
+
"transformer_blocks.18.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
229 |
+
"transformer_blocks.18.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
230 |
+
"transformer_blocks.18.norm1.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
231 |
+
"transformer_blocks.18.norm1.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
232 |
+
"transformer_blocks.18.norm2.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
233 |
+
"transformer_blocks.18.norm2.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
234 |
+
"transformer_blocks.18.norm3.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
235 |
+
"transformer_blocks.18.norm3.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
236 |
+
"transformer_blocks.19.attn1.norm_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
237 |
+
"transformer_blocks.19.attn1.norm_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
238 |
+
"transformer_blocks.19.attn1.to_k.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
239 |
+
"transformer_blocks.19.attn1.to_out.0.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
240 |
+
"transformer_blocks.19.attn1.to_q.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
241 |
+
"transformer_blocks.19.attn1.to_v.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
242 |
+
"transformer_blocks.19.attn2.norm_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
243 |
+
"transformer_blocks.19.attn2.norm_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
244 |
+
"transformer_blocks.19.attn2.to_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
245 |
+
"transformer_blocks.19.attn2.to_out.0.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
246 |
+
"transformer_blocks.19.attn2.to_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
247 |
+
"transformer_blocks.19.attn2.to_v.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
248 |
+
"transformer_blocks.19.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
249 |
+
"transformer_blocks.19.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
250 |
+
"transformer_blocks.19.norm1.linear_1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
251 |
+
"transformer_blocks.19.norm1.linear_2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
252 |
+
"transformer_blocks.19.norm2.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
253 |
+
"transformer_blocks.19.norm2.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
254 |
+
"transformer_blocks.19.norm3.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
255 |
+
"transformer_blocks.19.norm3.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
256 |
+
"transformer_blocks.2.attn1.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
257 |
+
"transformer_blocks.2.attn1.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
258 |
+
"transformer_blocks.2.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
259 |
+
"transformer_blocks.2.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
260 |
+
"transformer_blocks.2.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
261 |
+
"transformer_blocks.2.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
262 |
+
"transformer_blocks.2.attn2.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
263 |
+
"transformer_blocks.2.attn2.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
264 |
+
"transformer_blocks.2.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
265 |
+
"transformer_blocks.2.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
266 |
+
"transformer_blocks.2.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
267 |
+
"transformer_blocks.2.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
268 |
+
"transformer_blocks.2.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
269 |
+
"transformer_blocks.2.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
270 |
+
"transformer_blocks.2.norm1.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
271 |
+
"transformer_blocks.2.norm1.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
272 |
+
"transformer_blocks.2.norm2.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
273 |
+
"transformer_blocks.2.norm2.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
274 |
+
"transformer_blocks.2.norm3.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
275 |
+
"transformer_blocks.2.norm3.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
276 |
+
"transformer_blocks.20.attn1.norm_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
277 |
+
"transformer_blocks.20.attn1.norm_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
278 |
+
"transformer_blocks.20.attn1.to_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
279 |
+
"transformer_blocks.20.attn1.to_out.0.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
280 |
+
"transformer_blocks.20.attn1.to_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
281 |
+
"transformer_blocks.20.attn1.to_v.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
282 |
+
"transformer_blocks.20.attn2.norm_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
283 |
+
"transformer_blocks.20.attn2.norm_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
284 |
+
"transformer_blocks.20.attn2.to_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
285 |
+
"transformer_blocks.20.attn2.to_out.0.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
286 |
+
"transformer_blocks.20.attn2.to_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
287 |
+
"transformer_blocks.20.attn2.to_v.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
288 |
+
"transformer_blocks.20.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
289 |
+
"transformer_blocks.20.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
290 |
+
"transformer_blocks.20.norm1.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
291 |
+
"transformer_blocks.20.norm1.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
292 |
+
"transformer_blocks.20.norm2.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
293 |
+
"transformer_blocks.20.norm2.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
294 |
+
"transformer_blocks.20.norm3.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
295 |
+
"transformer_blocks.20.norm3.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
296 |
+
"transformer_blocks.21.attn1.norm_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
297 |
+
"transformer_blocks.21.attn1.norm_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
298 |
+
"transformer_blocks.21.attn1.to_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
299 |
+
"transformer_blocks.21.attn1.to_out.0.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
300 |
+
"transformer_blocks.21.attn1.to_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
301 |
+
"transformer_blocks.21.attn1.to_v.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
302 |
+
"transformer_blocks.21.attn2.norm_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
303 |
+
"transformer_blocks.21.attn2.norm_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
304 |
+
"transformer_blocks.21.attn2.to_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
305 |
+
"transformer_blocks.21.attn2.to_out.0.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
306 |
+
"transformer_blocks.21.attn2.to_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
307 |
+
"transformer_blocks.21.attn2.to_v.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
308 |
+
"transformer_blocks.21.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
309 |
+
"transformer_blocks.21.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
310 |
+
"transformer_blocks.21.norm1.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
311 |
+
"transformer_blocks.21.norm1.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
312 |
+
"transformer_blocks.21.norm2.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
313 |
+
"transformer_blocks.21.norm2.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
314 |
+
"transformer_blocks.21.norm3.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
315 |
+
"transformer_blocks.21.norm3.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
316 |
+
"transformer_blocks.22.attn1.norm_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
317 |
+
"transformer_blocks.22.attn1.norm_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
318 |
+
"transformer_blocks.22.attn1.to_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
319 |
+
"transformer_blocks.22.attn1.to_out.0.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
320 |
+
"transformer_blocks.22.attn1.to_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
321 |
+
"transformer_blocks.22.attn1.to_v.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
322 |
+
"transformer_blocks.22.attn2.norm_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
323 |
+
"transformer_blocks.22.attn2.norm_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
324 |
+
"transformer_blocks.22.attn2.to_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
325 |
+
"transformer_blocks.22.attn2.to_out.0.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
326 |
+
"transformer_blocks.22.attn2.to_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
327 |
+
"transformer_blocks.22.attn2.to_v.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
328 |
+
"transformer_blocks.22.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
329 |
+
"transformer_blocks.22.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
330 |
+
"transformer_blocks.22.norm1.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
331 |
+
"transformer_blocks.22.norm1.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
332 |
+
"transformer_blocks.22.norm2.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
333 |
+
"transformer_blocks.22.norm2.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
334 |
+
"transformer_blocks.22.norm3.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
335 |
+
"transformer_blocks.22.norm3.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
336 |
+
"transformer_blocks.23.attn1.norm_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
337 |
+
"transformer_blocks.23.attn1.norm_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
338 |
+
"transformer_blocks.23.attn1.to_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
339 |
+
"transformer_blocks.23.attn1.to_out.0.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
340 |
+
"transformer_blocks.23.attn1.to_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
341 |
+
"transformer_blocks.23.attn1.to_v.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
342 |
+
"transformer_blocks.23.attn2.norm_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
343 |
+
"transformer_blocks.23.attn2.norm_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
344 |
+
"transformer_blocks.23.attn2.to_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
345 |
+
"transformer_blocks.23.attn2.to_out.0.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
346 |
+
"transformer_blocks.23.attn2.to_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
347 |
+
"transformer_blocks.23.attn2.to_v.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
348 |
+
"transformer_blocks.23.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
349 |
+
"transformer_blocks.23.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
350 |
+
"transformer_blocks.23.norm1.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
351 |
+
"transformer_blocks.23.norm1.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
352 |
+
"transformer_blocks.23.norm2.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
353 |
+
"transformer_blocks.23.norm2.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
354 |
+
"transformer_blocks.23.norm3.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
355 |
+
"transformer_blocks.23.norm3.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
356 |
+
"transformer_blocks.24.attn1.norm_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
357 |
+
"transformer_blocks.24.attn1.norm_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
358 |
+
"transformer_blocks.24.attn1.to_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
359 |
+
"transformer_blocks.24.attn1.to_out.0.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
360 |
+
"transformer_blocks.24.attn1.to_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
361 |
+
"transformer_blocks.24.attn1.to_v.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
362 |
+
"transformer_blocks.24.attn2.norm_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
363 |
+
"transformer_blocks.24.attn2.norm_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
364 |
+
"transformer_blocks.24.attn2.to_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
365 |
+
"transformer_blocks.24.attn2.to_out.0.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
366 |
+
"transformer_blocks.24.attn2.to_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
367 |
+
"transformer_blocks.24.attn2.to_v.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
368 |
+
"transformer_blocks.24.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
369 |
+
"transformer_blocks.24.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
370 |
+
"transformer_blocks.24.norm1.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
371 |
+
"transformer_blocks.24.norm1.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
372 |
+
"transformer_blocks.24.norm2.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
373 |
+
"transformer_blocks.24.norm2.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
374 |
+
"transformer_blocks.24.norm3.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
375 |
+
"transformer_blocks.24.norm3.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
376 |
+
"transformer_blocks.25.attn1.norm_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
377 |
+
"transformer_blocks.25.attn1.norm_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
378 |
+
"transformer_blocks.25.attn1.to_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
379 |
+
"transformer_blocks.25.attn1.to_out.0.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
380 |
+
"transformer_blocks.25.attn1.to_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
381 |
+
"transformer_blocks.25.attn1.to_v.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
382 |
+
"transformer_blocks.25.attn2.norm_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
383 |
+
"transformer_blocks.25.attn2.norm_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
384 |
+
"transformer_blocks.25.attn2.to_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
385 |
+
"transformer_blocks.25.attn2.to_out.0.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
386 |
+
"transformer_blocks.25.attn2.to_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
387 |
+
"transformer_blocks.25.attn2.to_v.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
388 |
+
"transformer_blocks.25.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
389 |
+
"transformer_blocks.25.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
390 |
+
"transformer_blocks.25.norm1.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
391 |
+
"transformer_blocks.25.norm1.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
392 |
+
"transformer_blocks.25.norm2.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
393 |
+
"transformer_blocks.25.norm2.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
394 |
+
"transformer_blocks.25.norm3.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
395 |
+
"transformer_blocks.25.norm3.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
396 |
+
"transformer_blocks.26.attn1.norm_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
397 |
+
"transformer_blocks.26.attn1.norm_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
398 |
+
"transformer_blocks.26.attn1.to_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
399 |
+
"transformer_blocks.26.attn1.to_out.0.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
400 |
+
"transformer_blocks.26.attn1.to_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
401 |
+
"transformer_blocks.26.attn1.to_v.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
402 |
+
"transformer_blocks.26.attn2.norm_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
403 |
+
"transformer_blocks.26.attn2.norm_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
404 |
+
"transformer_blocks.26.attn2.to_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
405 |
+
"transformer_blocks.26.attn2.to_out.0.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
406 |
+
"transformer_blocks.26.attn2.to_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
407 |
+
"transformer_blocks.26.attn2.to_v.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
408 |
+
"transformer_blocks.26.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
409 |
+
"transformer_blocks.26.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
410 |
+
"transformer_blocks.26.norm1.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
411 |
+
"transformer_blocks.26.norm1.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
412 |
+
"transformer_blocks.26.norm2.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
413 |
+
"transformer_blocks.26.norm2.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
414 |
+
"transformer_blocks.26.norm3.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
415 |
+
"transformer_blocks.26.norm3.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
416 |
+
"transformer_blocks.27.attn1.norm_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
417 |
+
"transformer_blocks.27.attn1.norm_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
418 |
+
"transformer_blocks.27.attn1.to_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
419 |
+
"transformer_blocks.27.attn1.to_out.0.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
420 |
+
"transformer_blocks.27.attn1.to_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
421 |
+
"transformer_blocks.27.attn1.to_v.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
422 |
+
"transformer_blocks.27.attn2.norm_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
423 |
+
"transformer_blocks.27.attn2.norm_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
424 |
+
"transformer_blocks.27.attn2.to_k.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
425 |
+
"transformer_blocks.27.attn2.to_out.0.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
426 |
+
"transformer_blocks.27.attn2.to_q.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
427 |
+
"transformer_blocks.27.attn2.to_v.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
428 |
+
"transformer_blocks.27.ff.net.0.proj.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
429 |
+
"transformer_blocks.27.ff.net.2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
430 |
+
"transformer_blocks.27.norm1.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
431 |
+
"transformer_blocks.27.norm1.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
432 |
+
"transformer_blocks.27.norm2.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
433 |
+
"transformer_blocks.27.norm2.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
434 |
+
"transformer_blocks.27.norm3.linear_1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
435 |
+
"transformer_blocks.27.norm3.linear_2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
|
436 |
+
"transformer_blocks.3.attn1.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
437 |
+
"transformer_blocks.3.attn1.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
438 |
+
"transformer_blocks.3.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
439 |
+
"transformer_blocks.3.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
440 |
+
"transformer_blocks.3.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
441 |
+
"transformer_blocks.3.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
442 |
+
"transformer_blocks.3.attn2.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
443 |
+
"transformer_blocks.3.attn2.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
444 |
+
"transformer_blocks.3.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
445 |
+
"transformer_blocks.3.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
446 |
+
"transformer_blocks.3.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
447 |
+
"transformer_blocks.3.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
448 |
+
"transformer_blocks.3.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
449 |
+
"transformer_blocks.3.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
450 |
+
"transformer_blocks.3.norm1.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
451 |
+
"transformer_blocks.3.norm1.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
452 |
+
"transformer_blocks.3.norm2.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
453 |
+
"transformer_blocks.3.norm2.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
454 |
+
"transformer_blocks.3.norm3.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
455 |
+
"transformer_blocks.3.norm3.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
456 |
+
"transformer_blocks.4.attn1.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
457 |
+
"transformer_blocks.4.attn1.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
458 |
+
"transformer_blocks.4.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
459 |
+
"transformer_blocks.4.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
460 |
+
"transformer_blocks.4.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
461 |
+
"transformer_blocks.4.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
462 |
+
"transformer_blocks.4.attn2.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
463 |
+
"transformer_blocks.4.attn2.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
464 |
+
"transformer_blocks.4.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
465 |
+
"transformer_blocks.4.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
466 |
+
"transformer_blocks.4.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
467 |
+
"transformer_blocks.4.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
468 |
+
"transformer_blocks.4.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
469 |
+
"transformer_blocks.4.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
470 |
+
"transformer_blocks.4.norm1.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
471 |
+
"transformer_blocks.4.norm1.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
472 |
+
"transformer_blocks.4.norm2.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
473 |
+
"transformer_blocks.4.norm2.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
474 |
+
"transformer_blocks.4.norm3.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
475 |
+
"transformer_blocks.4.norm3.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
476 |
+
"transformer_blocks.5.attn1.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
477 |
+
"transformer_blocks.5.attn1.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
478 |
+
"transformer_blocks.5.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
479 |
+
"transformer_blocks.5.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
480 |
+
"transformer_blocks.5.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
481 |
+
"transformer_blocks.5.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
482 |
+
"transformer_blocks.5.attn2.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
483 |
+
"transformer_blocks.5.attn2.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
484 |
+
"transformer_blocks.5.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
485 |
+
"transformer_blocks.5.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
486 |
+
"transformer_blocks.5.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
487 |
+
"transformer_blocks.5.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
488 |
+
"transformer_blocks.5.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
489 |
+
"transformer_blocks.5.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
490 |
+
"transformer_blocks.5.norm1.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
491 |
+
"transformer_blocks.5.norm1.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
492 |
+
"transformer_blocks.5.norm2.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
493 |
+
"transformer_blocks.5.norm2.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
494 |
+
"transformer_blocks.5.norm3.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
495 |
+
"transformer_blocks.5.norm3.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
496 |
+
"transformer_blocks.6.attn1.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
497 |
+
"transformer_blocks.6.attn1.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
498 |
+
"transformer_blocks.6.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
499 |
+
"transformer_blocks.6.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
500 |
+
"transformer_blocks.6.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
501 |
+
"transformer_blocks.6.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
502 |
+
"transformer_blocks.6.attn2.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
503 |
+
"transformer_blocks.6.attn2.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
504 |
+
"transformer_blocks.6.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
505 |
+
"transformer_blocks.6.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
506 |
+
"transformer_blocks.6.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
507 |
+
"transformer_blocks.6.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
508 |
+
"transformer_blocks.6.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
509 |
+
"transformer_blocks.6.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
510 |
+
"transformer_blocks.6.norm1.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
511 |
+
"transformer_blocks.6.norm1.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
512 |
+
"transformer_blocks.6.norm2.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
513 |
+
"transformer_blocks.6.norm2.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
514 |
+
"transformer_blocks.6.norm3.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
515 |
+
"transformer_blocks.6.norm3.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
516 |
+
"transformer_blocks.7.attn1.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
517 |
+
"transformer_blocks.7.attn1.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
518 |
+
"transformer_blocks.7.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
519 |
+
"transformer_blocks.7.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
520 |
+
"transformer_blocks.7.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
521 |
+
"transformer_blocks.7.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
522 |
+
"transformer_blocks.7.attn2.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
523 |
+
"transformer_blocks.7.attn2.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
524 |
+
"transformer_blocks.7.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
525 |
+
"transformer_blocks.7.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
526 |
+
"transformer_blocks.7.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
527 |
+
"transformer_blocks.7.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
528 |
+
"transformer_blocks.7.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
529 |
+
"transformer_blocks.7.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
530 |
+
"transformer_blocks.7.norm1.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
531 |
+
"transformer_blocks.7.norm1.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
532 |
+
"transformer_blocks.7.norm2.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
533 |
+
"transformer_blocks.7.norm2.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
534 |
+
"transformer_blocks.7.norm3.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
535 |
+
"transformer_blocks.7.norm3.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
536 |
+
"transformer_blocks.8.attn1.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
537 |
+
"transformer_blocks.8.attn1.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
538 |
+
"transformer_blocks.8.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
539 |
+
"transformer_blocks.8.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
540 |
+
"transformer_blocks.8.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
541 |
+
"transformer_blocks.8.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
542 |
+
"transformer_blocks.8.attn2.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
543 |
+
"transformer_blocks.8.attn2.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
544 |
+
"transformer_blocks.8.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
545 |
+
"transformer_blocks.8.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
546 |
+
"transformer_blocks.8.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
547 |
+
"transformer_blocks.8.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
548 |
+
"transformer_blocks.8.ff.net.0.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
549 |
+
"transformer_blocks.8.ff.net.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
550 |
+
"transformer_blocks.8.norm1.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
551 |
+
"transformer_blocks.8.norm1.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
552 |
+
"transformer_blocks.8.norm2.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
553 |
+
"transformer_blocks.8.norm2.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
554 |
+
"transformer_blocks.8.norm3.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
555 |
+
"transformer_blocks.8.norm3.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
556 |
+
"transformer_blocks.9.attn1.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
557 |
+
"transformer_blocks.9.attn1.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
558 |
+
"transformer_blocks.9.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
559 |
+
"transformer_blocks.9.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
560 |
+
"transformer_blocks.9.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
561 |
+
"transformer_blocks.9.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
562 |
+
"transformer_blocks.9.attn2.norm_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
563 |
+
"transformer_blocks.9.attn2.norm_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
564 |
+
"transformer_blocks.9.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
565 |
+
"transformer_blocks.9.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
566 |
+
"transformer_blocks.9.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
567 |
+
"transformer_blocks.9.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
568 |
+
"transformer_blocks.9.ff.net.0.proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
569 |
+
"transformer_blocks.9.ff.net.2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
|
570 |
+
"transformer_blocks.9.norm1.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
571 |
+
"transformer_blocks.9.norm1.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
572 |
+
"transformer_blocks.9.norm2.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
573 |
+
"transformer_blocks.9.norm2.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
574 |
+
"transformer_blocks.9.norm3.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
|
575 |
+
"transformer_blocks.9.norm3.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors"
|
576 |
+
}
|
577 |
+
}
|
vae/config.json
ADDED
@@ -0,0 +1,545 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "AutoencoderKLCosmos",
|
3 |
+
"_diffusers_version": "0.33.0.dev0",
|
4 |
+
"attention_resolutions": [
|
5 |
+
32
|
6 |
+
],
|
7 |
+
"decode_block_out_channels": [
|
8 |
+
256,
|
9 |
+
512,
|
10 |
+
512,
|
11 |
+
512
|
12 |
+
],
|
13 |
+
"encoder_block_out_channels": [
|
14 |
+
128,
|
15 |
+
256,
|
16 |
+
512,
|
17 |
+
512
|
18 |
+
],
|
19 |
+
"in_channels": 3,
|
20 |
+
"latent_channels": 16,
|
21 |
+
"latents_mean": [
|
22 |
+
0.11362757533788681,
|
23 |
+
-0.017171695828437805,
|
24 |
+
0.03071162849664688,
|
25 |
+
0.020468616858124733,
|
26 |
+
0.019314559176564217,
|
27 |
+
0.02138567343354225,
|
28 |
+
0.019993416965007782,
|
29 |
+
0.021891867741942406,
|
30 |
+
0.020119348540902138,
|
31 |
+
0.01872694492340088,
|
32 |
+
0.021686134859919548,
|
33 |
+
0.022071482613682747,
|
34 |
+
0.01986941136419773,
|
35 |
+
0.017704127356410027,
|
36 |
+
0.020676426589488983,
|
37 |
+
0.0202824454754591,
|
38 |
+
0.19125476479530334,
|
39 |
+
0.04556972160935402,
|
40 |
+
0.05955580249428749,
|
41 |
+
0.05315534397959709,
|
42 |
+
0.05496629327535629,
|
43 |
+
0.05356264486908913,
|
44 |
+
0.04856595769524574,
|
45 |
+
0.05327453464269638,
|
46 |
+
0.05410471558570862,
|
47 |
+
0.05597148835659027,
|
48 |
+
0.05524865910410881,
|
49 |
+
0.051818735897541046,
|
50 |
+
0.05071663111448288,
|
51 |
+
0.052045371383428574,
|
52 |
+
0.05641080439090729,
|
53 |
+
0.05518041551113129,
|
54 |
+
0.01306714117527008,
|
55 |
+
0.03341160714626312,
|
56 |
+
0.03847246244549751,
|
57 |
+
0.028101854026317596,
|
58 |
+
0.027901655063033104,
|
59 |
+
0.02920026145875454,
|
60 |
+
0.02823597379028797,
|
61 |
+
0.026310328394174576,
|
62 |
+
0.02785310335457325,
|
63 |
+
0.028805073350667953,
|
64 |
+
0.02977769263088703,
|
65 |
+
0.031454406678676605,
|
66 |
+
0.02888389490544796,
|
67 |
+
0.03280773386359215,
|
68 |
+
0.03484927490353584,
|
69 |
+
0.03049197606742382,
|
70 |
+
-0.0019772653467953205,
|
71 |
+
0.07534956932067871,
|
72 |
+
0.049638792872428894,
|
73 |
+
0.05530892685055733,
|
74 |
+
0.054108284413814545,
|
75 |
+
0.052525412291288376,
|
76 |
+
0.05029899254441261,
|
77 |
+
0.05321024730801582,
|
78 |
+
0.05149244889616966,
|
79 |
+
0.05119210109114647,
|
80 |
+
0.04643494635820389,
|
81 |
+
0.04604526609182358,
|
82 |
+
0.046316176652908325,
|
83 |
+
0.04404101148247719,
|
84 |
+
0.04403536394238472,
|
85 |
+
0.04499494656920433,
|
86 |
+
-0.029941828921437263,
|
87 |
+
-0.047870032489299774,
|
88 |
+
-0.010645583271980286,
|
89 |
+
-0.01779823563992977,
|
90 |
+
-0.014905018731951714,
|
91 |
+
-0.02157517336308956,
|
92 |
+
-0.02047779969871044,
|
93 |
+
-0.021808160468935966,
|
94 |
+
-0.0194537490606308,
|
95 |
+
-0.020628631114959717,
|
96 |
+
-0.021922089159488678,
|
97 |
+
-0.02520638518035412,
|
98 |
+
-0.022466560825705528,
|
99 |
+
-0.024275334551930428,
|
100 |
+
-0.02683362551033497,
|
101 |
+
-0.02762005850672722,
|
102 |
+
0.08019473403692245,
|
103 |
+
-0.13005368411540985,
|
104 |
+
-0.07568635791540146,
|
105 |
+
-0.06082374230027199,
|
106 |
+
-0.060361746698617935,
|
107 |
+
-0.058753639459609985,
|
108 |
+
-0.0592188723385334,
|
109 |
+
-0.058697883039712906,
|
110 |
+
-0.05273940786719322,
|
111 |
+
-0.05256499722599983,
|
112 |
+
-0.05346428230404854,
|
113 |
+
-0.05456540733575821,
|
114 |
+
-0.05365699902176857,
|
115 |
+
-0.05656896531581879,
|
116 |
+
-0.057285893708467484,
|
117 |
+
-0.05321847274899483,
|
118 |
+
0.1671840250492096,
|
119 |
+
-0.003901461837813258,
|
120 |
+
0.03794059902429581,
|
121 |
+
0.03565610200166702,
|
122 |
+
0.03554131090641022,
|
123 |
+
0.03924074023962021,
|
124 |
+
0.03873615339398384,
|
125 |
+
0.04187328740954399,
|
126 |
+
0.04226924106478691,
|
127 |
+
0.04378717020153999,
|
128 |
+
0.04684273898601532,
|
129 |
+
0.05117613822221756,
|
130 |
+
0.04547792300581932,
|
131 |
+
0.05251586064696312,
|
132 |
+
0.05048338696360588,
|
133 |
+
0.04950783774256706,
|
134 |
+
0.09564418345689774,
|
135 |
+
0.05471280217170715,
|
136 |
+
0.08183968812227249,
|
137 |
+
0.07978633046150208,
|
138 |
+
0.08076023310422897,
|
139 |
+
0.08108604699373245,
|
140 |
+
0.08011817932128906,
|
141 |
+
0.0796557292342186,
|
142 |
+
0.08187773078680038,
|
143 |
+
0.0835026279091835,
|
144 |
+
0.08101469278335571,
|
145 |
+
0.07869409769773483,
|
146 |
+
0.07744419574737549,
|
147 |
+
0.07724520564079285,
|
148 |
+
0.07830417901277542,
|
149 |
+
0.0759979635477066,
|
150 |
+
-0.049875665456056595,
|
151 |
+
0.05923908203840256,
|
152 |
+
-0.010587457567453384,
|
153 |
+
-0.011776033788919449,
|
154 |
+
-0.01116162072867155,
|
155 |
+
-0.013641487807035446,
|
156 |
+
-0.015460136346518993,
|
157 |
+
-0.01172130461782217,
|
158 |
+
-0.017800433561205864,
|
159 |
+
-0.016483137384057045,
|
160 |
+
-0.02100246772170067,
|
161 |
+
-0.0210441704839468,
|
162 |
+
-0.02482122741639614,
|
163 |
+
-0.02611689455807209,
|
164 |
+
-0.025611430406570435,
|
165 |
+
-0.025973355397582054,
|
166 |
+
-0.053646672517061234,
|
167 |
+
0.08211684226989746,
|
168 |
+
0.046869371086359024,
|
169 |
+
0.04605640843510628,
|
170 |
+
0.043041862547397614,
|
171 |
+
0.039735499769449234,
|
172 |
+
0.036867666989564896,
|
173 |
+
0.04087112471461296,
|
174 |
+
0.03704741224646568,
|
175 |
+
0.03706400841474533,
|
176 |
+
0.031200725585222244,
|
177 |
+
0.03349090740084648,
|
178 |
+
0.03319963067770004,
|
179 |
+
0.032057810574769974,
|
180 |
+
0.03195127099752426,
|
181 |
+
0.03180480748414993,
|
182 |
+
0.16427966952323914,
|
183 |
+
-0.1104845330119133,
|
184 |
+
-0.04595276340842247,
|
185 |
+
-0.04982893168926239,
|
186 |
+
-0.05213464796543121,
|
187 |
+
-0.04809378460049629,
|
188 |
+
-0.050803184509277344,
|
189 |
+
-0.04992862790822983,
|
190 |
+
-0.044933367520570755,
|
191 |
+
-0.046761900186538696,
|
192 |
+
-0.048847030848264694,
|
193 |
+
-0.04627892002463341,
|
194 |
+
-0.04913311451673508,
|
195 |
+
-0.04955708608031273,
|
196 |
+
-0.04533981531858444,
|
197 |
+
-0.04570218175649643,
|
198 |
+
-0.10612928122282028,
|
199 |
+
-0.05121197551488876,
|
200 |
+
-0.06761008501052856,
|
201 |
+
-0.0725180059671402,
|
202 |
+
-0.07265284657478333,
|
203 |
+
-0.074178546667099,
|
204 |
+
-0.07202412188053131,
|
205 |
+
-0.07499026507139206,
|
206 |
+
-0.07625480741262436,
|
207 |
+
-0.07535747438669205,
|
208 |
+
-0.07638787478208542,
|
209 |
+
-0.0792030468583107,
|
210 |
+
-0.0759606882929802,
|
211 |
+
-0.07959417998790741,
|
212 |
+
-0.08265036344528198,
|
213 |
+
-0.07955470681190491,
|
214 |
+
-0.1688891500234604,
|
215 |
+
0.07532420009374619,
|
216 |
+
0.04062594473361969,
|
217 |
+
0.03375093266367912,
|
218 |
+
0.033374518156051636,
|
219 |
+
0.036993756890296936,
|
220 |
+
0.0365113765001297,
|
221 |
+
0.036110229790210724,
|
222 |
+
0.03555621951818466,
|
223 |
+
0.03378554433584213,
|
224 |
+
0.030049804598093033,
|
225 |
+
0.033955592662096024,
|
226 |
+
0.029418472200632095,
|
227 |
+
0.031564321368932724,
|
228 |
+
0.034311726689338684,
|
229 |
+
0.030168525874614716,
|
230 |
+
-0.03415358439087868,
|
231 |
+
-0.016995728015899658,
|
232 |
+
-0.040292952209711075,
|
233 |
+
-0.049121566116809845,
|
234 |
+
-0.04988580197095871,
|
235 |
+
-0.04917917773127556,
|
236 |
+
-0.049180563539266586,
|
237 |
+
-0.052518896758556366,
|
238 |
+
-0.05325506255030632,
|
239 |
+
-0.05341973155736923,
|
240 |
+
-0.04983328655362129,
|
241 |
+
-0.048831455409526825,
|
242 |
+
-0.04985548183321953,
|
243 |
+
-0.04736718162894249,
|
244 |
+
-0.04620270058512688,
|
245 |
+
-0.0483609102666378,
|
246 |
+
0.020556746050715446,
|
247 |
+
0.03419799357652664,
|
248 |
+
-0.029076693579554558,
|
249 |
+
-0.04350508749485016,
|
250 |
+
-0.04156143590807915,
|
251 |
+
-0.04234420508146286,
|
252 |
+
-0.04446109011769295,
|
253 |
+
-0.04461774230003357,
|
254 |
+
-0.04882838577032089,
|
255 |
+
-0.04822345823049545,
|
256 |
+
-0.04502492770552635,
|
257 |
+
-0.05062440410256386,
|
258 |
+
-0.05146912857890129,
|
259 |
+
-0.046552665531635284,
|
260 |
+
-0.048629943281412125,
|
261 |
+
-0.048416152596473694,
|
262 |
+
0.20312774181365967,
|
263 |
+
-0.07208502292633057,
|
264 |
+
-0.03635615482926369,
|
265 |
+
-0.03556087613105774,
|
266 |
+
-0.042461737990379333,
|
267 |
+
-0.04195837676525116,
|
268 |
+
-0.04293777793645859,
|
269 |
+
-0.04071275517344475,
|
270 |
+
-0.042405690997838974,
|
271 |
+
-0.04125212877988815,
|
272 |
+
-0.04395143687725067,
|
273 |
+
-0.03959095850586891,
|
274 |
+
-0.04044992849230766,
|
275 |
+
-0.040158748626708984,
|
276 |
+
-0.04088107496500015,
|
277 |
+
-0.03885176032781601
|
278 |
+
],
|
279 |
+
"latents_std": [
|
280 |
+
0.5670027136802673,
|
281 |
+
0.6548898220062256,
|
282 |
+
0.6558942794799805,
|
283 |
+
0.6652436852455139,
|
284 |
+
0.6661978363990784,
|
285 |
+
0.666638195514679,
|
286 |
+
0.6720837950706482,
|
287 |
+
0.6695597767829895,
|
288 |
+
0.6692887544631958,
|
289 |
+
0.6710878610610962,
|
290 |
+
0.6709252595901489,
|
291 |
+
0.6739746332168579,
|
292 |
+
0.6789488196372986,
|
293 |
+
0.6766831278800964,
|
294 |
+
0.6776956915855408,
|
295 |
+
0.6747955679893494,
|
296 |
+
0.8524512052536011,
|
297 |
+
0.868837296962738,
|
298 |
+
0.8734808564186096,
|
299 |
+
0.8845933675765991,
|
300 |
+
0.8913588523864746,
|
301 |
+
0.891050398349762,
|
302 |
+
0.8971490859985352,
|
303 |
+
0.8994747400283813,
|
304 |
+
0.9020176529884338,
|
305 |
+
0.9041182398796082,
|
306 |
+
0.906926155090332,
|
307 |
+
0.9084777235984802,
|
308 |
+
0.9064871072769165,
|
309 |
+
0.9100698232650757,
|
310 |
+
0.9103343486785889,
|
311 |
+
0.9054154753684998,
|
312 |
+
0.8496035933494568,
|
313 |
+
0.8586335182189941,
|
314 |
+
0.8689531683921814,
|
315 |
+
0.884606122970581,
|
316 |
+
0.8924500346183777,
|
317 |
+
0.8945170640945435,
|
318 |
+
0.8993100523948669,
|
319 |
+
0.9064735770225525,
|
320 |
+
0.9033823609352112,
|
321 |
+
0.9051007628440857,
|
322 |
+
0.9100831151008606,
|
323 |
+
0.9096121788024902,
|
324 |
+
0.9123716950416565,
|
325 |
+
0.9131317138671875,
|
326 |
+
0.914355456829071,
|
327 |
+
0.9156510233879089,
|
328 |
+
0.9187710285186768,
|
329 |
+
0.851551353931427,
|
330 |
+
0.857804000377655,
|
331 |
+
0.8699803352355957,
|
332 |
+
0.8736526370048523,
|
333 |
+
0.8816176652908325,
|
334 |
+
0.881510317325592,
|
335 |
+
0.887589156627655,
|
336 |
+
0.8901551365852356,
|
337 |
+
0.8924557566642761,
|
338 |
+
0.8927622437477112,
|
339 |
+
0.894504964351654,
|
340 |
+
0.9005420207977295,
|
341 |
+
0.8999413251876831,
|
342 |
+
0.9013610482215881,
|
343 |
+
0.9011489152908325,
|
344 |
+
0.7775575518608093,
|
345 |
+
0.8145685195922852,
|
346 |
+
0.8191184401512146,
|
347 |
+
0.8313707113265991,
|
348 |
+
0.8382047414779663,
|
349 |
+
0.8389037251472473,
|
350 |
+
0.8440110087394714,
|
351 |
+
0.844251811504364,
|
352 |
+
0.8473935723304749,
|
353 |
+
0.8479875326156616,
|
354 |
+
0.8524958491325378,
|
355 |
+
0.8511499762535095,
|
356 |
+
0.8516093492507935,
|
357 |
+
0.8562635779380798,
|
358 |
+
0.856778621673584,
|
359 |
+
0.8564102649688721,
|
360 |
+
0.6990351676940918,
|
361 |
+
0.7169788479804993,
|
362 |
+
0.7169691324234009,
|
363 |
+
0.7258316874504089,
|
364 |
+
0.729317307472229,
|
365 |
+
0.7325412631034851,
|
366 |
+
0.7358697652816772,
|
367 |
+
0.7373496890068054,
|
368 |
+
0.7366458177566528,
|
369 |
+
0.7408490777015686,
|
370 |
+
0.7439932227134705,
|
371 |
+
0.7447181940078735,
|
372 |
+
0.7449318766593933,
|
373 |
+
0.7482457756996155,
|
374 |
+
0.7502487301826477,
|
375 |
+
0.7527480125427246,
|
376 |
+
0.8187142014503479,
|
377 |
+
0.8225188255310059,
|
378 |
+
0.8261602520942688,
|
379 |
+
0.8316448330879211,
|
380 |
+
0.8407237529754639,
|
381 |
+
0.8396466970443726,
|
382 |
+
0.841433048248291,
|
383 |
+
0.848807692527771,
|
384 |
+
0.8503468036651611,
|
385 |
+
0.8519694805145264,
|
386 |
+
0.8521105051040649,
|
387 |
+
0.8538666367530823,
|
388 |
+
0.8541001677513123,
|
389 |
+
0.8543934226036072,
|
390 |
+
0.8584784865379333,
|
391 |
+
0.8538527488708496,
|
392 |
+
0.6758398413658142,
|
393 |
+
0.6825984716415405,
|
394 |
+
0.6919885277748108,
|
395 |
+
0.6992884278297424,
|
396 |
+
0.7019432783126831,
|
397 |
+
0.7046700119972229,
|
398 |
+
0.7075554728507996,
|
399 |
+
0.7091785669326782,
|
400 |
+
0.7100769877433777,
|
401 |
+
0.7096350193023682,
|
402 |
+
0.7106407880783081,
|
403 |
+
0.7102733254432678,
|
404 |
+
0.7129116654396057,
|
405 |
+
0.7153753638267517,
|
406 |
+
0.7190250754356384,
|
407 |
+
0.716041624546051,
|
408 |
+
0.7245098948478699,
|
409 |
+
0.719799280166626,
|
410 |
+
0.7205737829208374,
|
411 |
+
0.7303546071052551,
|
412 |
+
0.7332962155342102,
|
413 |
+
0.7366002798080444,
|
414 |
+
0.7389146089553833,
|
415 |
+
0.7427999377250671,
|
416 |
+
0.7410569190979004,
|
417 |
+
0.7400243282318115,
|
418 |
+
0.7425758838653564,
|
419 |
+
0.7441611886024475,
|
420 |
+
0.7454389929771423,
|
421 |
+
0.7469444274902344,
|
422 |
+
0.7474706172943115,
|
423 |
+
0.7458640336990356,
|
424 |
+
0.9017698764801025,
|
425 |
+
0.9099067449569702,
|
426 |
+
0.9110680222511292,
|
427 |
+
0.9216378331184387,
|
428 |
+
0.9239023327827454,
|
429 |
+
0.9305619597434998,
|
430 |
+
0.9348220229148865,
|
431 |
+
0.9364241361618042,
|
432 |
+
0.9385837912559509,
|
433 |
+
0.9406497478485107,
|
434 |
+
0.9407893419265747,
|
435 |
+
0.9432571530342102,
|
436 |
+
0.9495530128479004,
|
437 |
+
0.9481470584869385,
|
438 |
+
0.95144122838974,
|
439 |
+
0.9492307305335999,
|
440 |
+
0.49853548407554626,
|
441 |
+
0.6496810913085938,
|
442 |
+
0.6427654027938843,
|
443 |
+
0.6496639251708984,
|
444 |
+
0.6487663984298706,
|
445 |
+
0.6520355939865112,
|
446 |
+
0.6584241986274719,
|
447 |
+
0.6535161137580872,
|
448 |
+
0.654643714427948,
|
449 |
+
0.6574859023094177,
|
450 |
+
0.6562633514404297,
|
451 |
+
0.6612374782562256,
|
452 |
+
0.6612117886543274,
|
453 |
+
0.6607794165611267,
|
454 |
+
0.6604015231132507,
|
455 |
+
0.6647490859031677,
|
456 |
+
0.619865894317627,
|
457 |
+
0.6913813352584839,
|
458 |
+
0.6884557008743286,
|
459 |
+
0.6955842971801758,
|
460 |
+
0.6976540088653564,
|
461 |
+
0.7001534700393677,
|
462 |
+
0.705295979976654,
|
463 |
+
0.7046875357627869,
|
464 |
+
0.7039952278137207,
|
465 |
+
0.7047998905181885,
|
466 |
+
0.7088757157325745,
|
467 |
+
0.7112686634063721,
|
468 |
+
0.7097226977348328,
|
469 |
+
0.7124993205070496,
|
470 |
+
0.7123194932937622,
|
471 |
+
0.7117560505867004,
|
472 |
+
0.35586974024772644,
|
473 |
+
0.6872385740280151,
|
474 |
+
0.6897321939468384,
|
475 |
+
0.6995847821235657,
|
476 |
+
0.6943452954292297,
|
477 |
+
0.6995818018913269,
|
478 |
+
0.7098021507263184,
|
479 |
+
0.6989945769309998,
|
480 |
+
0.7027168869972229,
|
481 |
+
0.700950562953949,
|
482 |
+
0.6991285085678101,
|
483 |
+
0.7052269577980042,
|
484 |
+
0.7039217352867126,
|
485 |
+
0.7091691493988037,
|
486 |
+
0.7058573365211487,
|
487 |
+
0.7037354111671448,
|
488 |
+
0.9810133576393127,
|
489 |
+
0.890247642993927,
|
490 |
+
0.896072506904602,
|
491 |
+
0.906781792640686,
|
492 |
+
0.9130866527557373,
|
493 |
+
0.9181234836578369,
|
494 |
+
0.9198082685470581,
|
495 |
+
0.924806535243988,
|
496 |
+
0.9263566732406616,
|
497 |
+
0.92887943983078,
|
498 |
+
0.9333807229995728,
|
499 |
+
0.9346809387207031,
|
500 |
+
0.9361943602561951,
|
501 |
+
0.939060628414154,
|
502 |
+
0.9419177174568176,
|
503 |
+
0.9447172284126282,
|
504 |
+
0.832027792930603,
|
505 |
+
0.8410623073577881,
|
506 |
+
0.8446363210678101,
|
507 |
+
0.8582950830459595,
|
508 |
+
0.863196611404419,
|
509 |
+
0.8675134181976318,
|
510 |
+
0.8691433668136597,
|
511 |
+
0.8708592057228088,
|
512 |
+
0.8728635907173157,
|
513 |
+
0.8753739595413208,
|
514 |
+
0.8793113827705383,
|
515 |
+
0.8805447816848755,
|
516 |
+
0.8811838030815125,
|
517 |
+
0.8887255787849426,
|
518 |
+
0.889424741268158,
|
519 |
+
0.8893482685089111,
|
520 |
+
0.440253347158432,
|
521 |
+
0.6306161284446716,
|
522 |
+
0.6311061382293701,
|
523 |
+
0.6360195875167847,
|
524 |
+
0.6395812034606934,
|
525 |
+
0.6410434246063232,
|
526 |
+
0.650199294090271,
|
527 |
+
0.650279700756073,
|
528 |
+
0.643559455871582,
|
529 |
+
0.6465720534324646,
|
530 |
+
0.648470938205719,
|
531 |
+
0.6472811698913574,
|
532 |
+
0.6497294306755066,
|
533 |
+
0.6516297459602356,
|
534 |
+
0.6532804369926453,
|
535 |
+
0.6491477489471436
|
536 |
+
],
|
537 |
+
"num_layers": 2,
|
538 |
+
"out_channels": 3,
|
539 |
+
"patch_size": 4,
|
540 |
+
"patch_type": "haar",
|
541 |
+
"resolution": 1024,
|
542 |
+
"scaling_factor": 1.0,
|
543 |
+
"spatial_compression_ratio": 8,
|
544 |
+
"temporal_compression_ratio": 8
|
545 |
+
}
|
vae/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59dca00bd6d3f20b8201d54dd6697da63cbcf768513004acd4216bd45a56a241
|
3 |
+
size 211344392
|