patrickvonplaten commited on
Commit
3e5316f
1 Parent(s): ecf2806
model_index.json CHANGED
@@ -1,7 +1,16 @@
1
  {
2
- "_class_name": "KandinskyV3Pipeline",
3
- "_diffusers_version": "0.17.0.dev0",
4
- "text_encoder":[
 
 
 
 
 
 
 
 
 
5
  "transformers",
6
  "T5EncoderModel"
7
  ],
@@ -11,14 +20,6 @@
11
  ],
12
  "unet": [
13
  "diffusers",
14
- "UNetKandi3"
15
- ],
16
- "scheduler": [
17
- "diffusers",
18
- "DDPMScheduler"
19
- ],
20
- "movq": [
21
- "diffusers",
22
- "VQModel"
23
  ]
24
- }
 
1
  {
2
+ "_class_name": "Kandinsky3Pipeline",
3
+ "_diffusers_version": "0.24.0.dev0",
4
+ "_name_or_path": "/home/patrick/kandinsky-3",
5
+ "movq": [
6
+ "diffusers",
7
+ "VQModel"
8
+ ],
9
+ "scheduler": [
10
+ "diffusers",
11
+ "DDPMScheduler"
12
+ ],
13
+ "text_encoder": [
14
  "transformers",
15
  "T5EncoderModel"
16
  ],
 
20
  ],
21
  "unet": [
22
  "diffusers",
23
+ "Kandinsky3UNet"
 
 
 
 
 
 
 
 
24
  ]
25
+ }
movq/config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "_class_name": "VQModel",
3
- "_diffusers_version": "0.17.0.dev0",
 
4
  "act_fn": "silu",
5
  "block_out_channels": [
6
  256,
@@ -30,4 +31,4 @@
30
  "UpDecoderBlock2D"
31
  ],
32
  "vq_embed_dim": 4
33
- }
 
1
  {
2
  "_class_name": "VQModel",
3
+ "_diffusers_version": "0.24.0.dev0",
4
+ "_name_or_path": "/home/patrick/kandinsky-3/movq",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  256,
 
31
  "UpDecoderBlock2D"
32
  ],
33
  "vq_embed_dim": 4
34
+ }
movq/{diffusion_pytorch_model.bin → diffusion_pytorch_model.fp16.safetensors} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:53fef29c42ce1e01c25c492b44a08485f95998e7f64397ae09e057c9b747b745
3
- size 1082846259
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a4705625c160c49025e1f9b98776aaf5287240ca0d5ed39a1a235598fc39244
3
+ size 541388942
scheduler/scheduler_config.json CHANGED
@@ -1,13 +1,19 @@
1
  {
2
  "_class_name": "DDPMScheduler",
3
- "_diffusers_version": "0.17.0.dev0",
4
- "num_train_timesteps": 1000,
5
- "beta_schedule": "squaredcos_cap_v2",
6
  "beta_start": 0.00085,
7
- "beta_end":0.012,
8
- "clip_sample" : true,
9
- "set_alpha_to_one" : false,
10
- "steps_offset" : 1,
11
- "prediction_type" : "epsilon",
12
- "thresholding" : false
13
- }
 
 
 
 
 
 
 
1
  {
2
  "_class_name": "DDPMScheduler",
3
+ "_diffusers_version": "0.24.0.dev0",
4
+ "beta_end": 0.012,
5
+ "beta_schedule": "squaredcos_cap_v2",
6
  "beta_start": 0.00085,
7
+ "clip_sample": true,
8
+ "clip_sample_range": 1.0,
9
+ "dynamic_thresholding_ratio": 0.995,
10
+ "num_train_timesteps": 1000,
11
+ "prediction_type": "epsilon",
12
+ "sample_max_value": 1.0,
13
+ "set_alpha_to_one": false,
14
+ "steps_offset": 1,
15
+ "thresholding": false,
16
+ "timestep_spacing": "leading",
17
+ "trained_betas": null,
18
+ "variance_type": "fixed_small"
19
+ }
text_encoder/config.json CHANGED
@@ -1,8 +1,9 @@
1
  {
2
- "_name_or_path": "/home/younes_huggingface_co/code/ul2/flan-ul2",
3
  "architectures": [
4
- "T5ForConditionalGeneration"
5
  ],
 
6
  "d_ff": 16384,
7
  "d_kv": 256,
8
  "d_model": 4096,
@@ -24,8 +25,8 @@
24
  "pad_token_id": 0,
25
  "relative_attention_max_distance": 128,
26
  "relative_attention_num_buckets": 32,
27
- "torch_dtype": "bfloat16",
28
- "transformers_version": "4.25.0.dev0",
29
  "use_cache": true,
30
  "vocab_size": 32128
31
  }
 
1
  {
2
+ "_name_or_path": "/home/patrick/kandinsky-3/text_encoder",
3
  "architectures": [
4
+ "T5EncoderModel"
5
  ],
6
+ "classifier_dropout": 0.0,
7
  "d_ff": 16384,
8
  "d_kv": 256,
9
  "d_model": 4096,
 
25
  "pad_token_id": 0,
26
  "relative_attention_max_distance": 128,
27
  "relative_attention_num_buckets": 32,
28
+ "torch_dtype": "float16",
29
+ "transformers_version": "4.36.0.dev0",
30
  "use_cache": true,
31
  "vocab_size": 32128
32
  }
text_encoder/{pytorch_model.bin → model.fp16-00001-of-00005.safetensors} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b804e13439715df6fc1f7b5bd602df7aeef06bd3c2880862597e83f38a8d7c0c
3
- size 34887326513
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2745f08c74c13536c67282afc1e5ba80daf67e5ded7925845f3cb5e1983a2826
3
+ size 4994491352
unet/diffusion_pytorch_model.bin → text_encoder/model.fp16-00002-of-00005.safetensors RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1986f3486c37bc0e9e91ab823ba21de270fb8bb41344d7c5485bc27f9945826
3
- size 12221796223
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1c184e0f3a2e8c80360379ada2d9fce40bee23647a63e3baefa00d837084408
3
+ size 4932632832
text_encoder/model.fp16-00003-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a6e4c548e5c2e6aa080a5eefad31e973dbba55b6918f95fb77af97fce341c94
3
+ size 4831960880
text_encoder/model.fp16-00004-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e7652beb11f33c5549d391c2affacd6642d9ca21bc0d4319cba60fe1b357ff0
3
+ size 4999741472
text_encoder/model.fp16-00005-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f41b9aea886f3d583c026011cb7251ff21f615774ad604264aaaa01605e02326
3
+ size 1979772184
text_encoder/model.safetensors.index.fp16.json ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 21738562560
4
+ },
5
+ "weight_map": {
6
+ "encoder.block.0.layer.0.SelfAttention.k.weight": "model.fp16-00001-of-00005.safetensors",
7
+ "encoder.block.0.layer.0.SelfAttention.o.weight": "model.fp16-00001-of-00005.safetensors",
8
+ "encoder.block.0.layer.0.SelfAttention.q.weight": "model.fp16-00001-of-00005.safetensors",
9
+ "encoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "model.fp16-00001-of-00005.safetensors",
10
+ "encoder.block.0.layer.0.SelfAttention.v.weight": "model.fp16-00001-of-00005.safetensors",
11
+ "encoder.block.0.layer.0.layer_norm.weight": "model.fp16-00001-of-00005.safetensors",
12
+ "encoder.block.0.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00001-of-00005.safetensors",
13
+ "encoder.block.0.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00001-of-00005.safetensors",
14
+ "encoder.block.0.layer.1.DenseReluDense.wo.weight": "model.fp16-00001-of-00005.safetensors",
15
+ "encoder.block.0.layer.1.layer_norm.weight": "model.fp16-00001-of-00005.safetensors",
16
+ "encoder.block.1.layer.0.SelfAttention.k.weight": "model.fp16-00001-of-00005.safetensors",
17
+ "encoder.block.1.layer.0.SelfAttention.o.weight": "model.fp16-00001-of-00005.safetensors",
18
+ "encoder.block.1.layer.0.SelfAttention.q.weight": "model.fp16-00001-of-00005.safetensors",
19
+ "encoder.block.1.layer.0.SelfAttention.v.weight": "model.fp16-00001-of-00005.safetensors",
20
+ "encoder.block.1.layer.0.layer_norm.weight": "model.fp16-00001-of-00005.safetensors",
21
+ "encoder.block.1.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00001-of-00005.safetensors",
22
+ "encoder.block.1.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00001-of-00005.safetensors",
23
+ "encoder.block.1.layer.1.DenseReluDense.wo.weight": "model.fp16-00001-of-00005.safetensors",
24
+ "encoder.block.1.layer.1.layer_norm.weight": "model.fp16-00001-of-00005.safetensors",
25
+ "encoder.block.10.layer.0.SelfAttention.k.weight": "model.fp16-00002-of-00005.safetensors",
26
+ "encoder.block.10.layer.0.SelfAttention.o.weight": "model.fp16-00002-of-00005.safetensors",
27
+ "encoder.block.10.layer.0.SelfAttention.q.weight": "model.fp16-00002-of-00005.safetensors",
28
+ "encoder.block.10.layer.0.SelfAttention.v.weight": "model.fp16-00002-of-00005.safetensors",
29
+ "encoder.block.10.layer.0.layer_norm.weight": "model.fp16-00002-of-00005.safetensors",
30
+ "encoder.block.10.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00002-of-00005.safetensors",
31
+ "encoder.block.10.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00002-of-00005.safetensors",
32
+ "encoder.block.10.layer.1.DenseReluDense.wo.weight": "model.fp16-00002-of-00005.safetensors",
33
+ "encoder.block.10.layer.1.layer_norm.weight": "model.fp16-00002-of-00005.safetensors",
34
+ "encoder.block.11.layer.0.SelfAttention.k.weight": "model.fp16-00002-of-00005.safetensors",
35
+ "encoder.block.11.layer.0.SelfAttention.o.weight": "model.fp16-00002-of-00005.safetensors",
36
+ "encoder.block.11.layer.0.SelfAttention.q.weight": "model.fp16-00002-of-00005.safetensors",
37
+ "encoder.block.11.layer.0.SelfAttention.v.weight": "model.fp16-00002-of-00005.safetensors",
38
+ "encoder.block.11.layer.0.layer_norm.weight": "model.fp16-00002-of-00005.safetensors",
39
+ "encoder.block.11.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00002-of-00005.safetensors",
40
+ "encoder.block.11.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00002-of-00005.safetensors",
41
+ "encoder.block.11.layer.1.DenseReluDense.wo.weight": "model.fp16-00002-of-00005.safetensors",
42
+ "encoder.block.11.layer.1.layer_norm.weight": "model.fp16-00002-of-00005.safetensors",
43
+ "encoder.block.12.layer.0.SelfAttention.k.weight": "model.fp16-00002-of-00005.safetensors",
44
+ "encoder.block.12.layer.0.SelfAttention.o.weight": "model.fp16-00002-of-00005.safetensors",
45
+ "encoder.block.12.layer.0.SelfAttention.q.weight": "model.fp16-00002-of-00005.safetensors",
46
+ "encoder.block.12.layer.0.SelfAttention.v.weight": "model.fp16-00002-of-00005.safetensors",
47
+ "encoder.block.12.layer.0.layer_norm.weight": "model.fp16-00002-of-00005.safetensors",
48
+ "encoder.block.12.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00002-of-00005.safetensors",
49
+ "encoder.block.12.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00002-of-00005.safetensors",
50
+ "encoder.block.12.layer.1.DenseReluDense.wo.weight": "model.fp16-00002-of-00005.safetensors",
51
+ "encoder.block.12.layer.1.layer_norm.weight": "model.fp16-00002-of-00005.safetensors",
52
+ "encoder.block.13.layer.0.SelfAttention.k.weight": "model.fp16-00002-of-00005.safetensors",
53
+ "encoder.block.13.layer.0.SelfAttention.o.weight": "model.fp16-00002-of-00005.safetensors",
54
+ "encoder.block.13.layer.0.SelfAttention.q.weight": "model.fp16-00002-of-00005.safetensors",
55
+ "encoder.block.13.layer.0.SelfAttention.v.weight": "model.fp16-00002-of-00005.safetensors",
56
+ "encoder.block.13.layer.0.layer_norm.weight": "model.fp16-00002-of-00005.safetensors",
57
+ "encoder.block.13.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00002-of-00005.safetensors",
58
+ "encoder.block.13.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00002-of-00005.safetensors",
59
+ "encoder.block.13.layer.1.DenseReluDense.wo.weight": "model.fp16-00002-of-00005.safetensors",
60
+ "encoder.block.13.layer.1.layer_norm.weight": "model.fp16-00002-of-00005.safetensors",
61
+ "encoder.block.14.layer.0.SelfAttention.k.weight": "model.fp16-00002-of-00005.safetensors",
62
+ "encoder.block.14.layer.0.SelfAttention.o.weight": "model.fp16-00002-of-00005.safetensors",
63
+ "encoder.block.14.layer.0.SelfAttention.q.weight": "model.fp16-00002-of-00005.safetensors",
64
+ "encoder.block.14.layer.0.SelfAttention.v.weight": "model.fp16-00002-of-00005.safetensors",
65
+ "encoder.block.14.layer.0.layer_norm.weight": "model.fp16-00002-of-00005.safetensors",
66
+ "encoder.block.14.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00002-of-00005.safetensors",
67
+ "encoder.block.14.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00003-of-00005.safetensors",
68
+ "encoder.block.14.layer.1.DenseReluDense.wo.weight": "model.fp16-00003-of-00005.safetensors",
69
+ "encoder.block.14.layer.1.layer_norm.weight": "model.fp16-00003-of-00005.safetensors",
70
+ "encoder.block.15.layer.0.SelfAttention.k.weight": "model.fp16-00003-of-00005.safetensors",
71
+ "encoder.block.15.layer.0.SelfAttention.o.weight": "model.fp16-00003-of-00005.safetensors",
72
+ "encoder.block.15.layer.0.SelfAttention.q.weight": "model.fp16-00003-of-00005.safetensors",
73
+ "encoder.block.15.layer.0.SelfAttention.v.weight": "model.fp16-00003-of-00005.safetensors",
74
+ "encoder.block.15.layer.0.layer_norm.weight": "model.fp16-00003-of-00005.safetensors",
75
+ "encoder.block.15.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00003-of-00005.safetensors",
76
+ "encoder.block.15.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00003-of-00005.safetensors",
77
+ "encoder.block.15.layer.1.DenseReluDense.wo.weight": "model.fp16-00003-of-00005.safetensors",
78
+ "encoder.block.15.layer.1.layer_norm.weight": "model.fp16-00003-of-00005.safetensors",
79
+ "encoder.block.16.layer.0.SelfAttention.k.weight": "model.fp16-00003-of-00005.safetensors",
80
+ "encoder.block.16.layer.0.SelfAttention.o.weight": "model.fp16-00003-of-00005.safetensors",
81
+ "encoder.block.16.layer.0.SelfAttention.q.weight": "model.fp16-00003-of-00005.safetensors",
82
+ "encoder.block.16.layer.0.SelfAttention.v.weight": "model.fp16-00003-of-00005.safetensors",
83
+ "encoder.block.16.layer.0.layer_norm.weight": "model.fp16-00003-of-00005.safetensors",
84
+ "encoder.block.16.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00003-of-00005.safetensors",
85
+ "encoder.block.16.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00003-of-00005.safetensors",
86
+ "encoder.block.16.layer.1.DenseReluDense.wo.weight": "model.fp16-00003-of-00005.safetensors",
87
+ "encoder.block.16.layer.1.layer_norm.weight": "model.fp16-00003-of-00005.safetensors",
88
+ "encoder.block.17.layer.0.SelfAttention.k.weight": "model.fp16-00003-of-00005.safetensors",
89
+ "encoder.block.17.layer.0.SelfAttention.o.weight": "model.fp16-00003-of-00005.safetensors",
90
+ "encoder.block.17.layer.0.SelfAttention.q.weight": "model.fp16-00003-of-00005.safetensors",
91
+ "encoder.block.17.layer.0.SelfAttention.v.weight": "model.fp16-00003-of-00005.safetensors",
92
+ "encoder.block.17.layer.0.layer_norm.weight": "model.fp16-00003-of-00005.safetensors",
93
+ "encoder.block.17.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00003-of-00005.safetensors",
94
+ "encoder.block.17.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00003-of-00005.safetensors",
95
+ "encoder.block.17.layer.1.DenseReluDense.wo.weight": "model.fp16-00003-of-00005.safetensors",
96
+ "encoder.block.17.layer.1.layer_norm.weight": "model.fp16-00003-of-00005.safetensors",
97
+ "encoder.block.18.layer.0.SelfAttention.k.weight": "model.fp16-00003-of-00005.safetensors",
98
+ "encoder.block.18.layer.0.SelfAttention.o.weight": "model.fp16-00003-of-00005.safetensors",
99
+ "encoder.block.18.layer.0.SelfAttention.q.weight": "model.fp16-00003-of-00005.safetensors",
100
+ "encoder.block.18.layer.0.SelfAttention.v.weight": "model.fp16-00003-of-00005.safetensors",
101
+ "encoder.block.18.layer.0.layer_norm.weight": "model.fp16-00003-of-00005.safetensors",
102
+ "encoder.block.18.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00003-of-00005.safetensors",
103
+ "encoder.block.18.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00003-of-00005.safetensors",
104
+ "encoder.block.18.layer.1.DenseReluDense.wo.weight": "model.fp16-00003-of-00005.safetensors",
105
+ "encoder.block.18.layer.1.layer_norm.weight": "model.fp16-00003-of-00005.safetensors",
106
+ "encoder.block.19.layer.0.SelfAttention.k.weight": "model.fp16-00003-of-00005.safetensors",
107
+ "encoder.block.19.layer.0.SelfAttention.o.weight": "model.fp16-00003-of-00005.safetensors",
108
+ "encoder.block.19.layer.0.SelfAttention.q.weight": "model.fp16-00003-of-00005.safetensors",
109
+ "encoder.block.19.layer.0.SelfAttention.v.weight": "model.fp16-00003-of-00005.safetensors",
110
+ "encoder.block.19.layer.0.layer_norm.weight": "model.fp16-00003-of-00005.safetensors",
111
+ "encoder.block.19.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00003-of-00005.safetensors",
112
+ "encoder.block.19.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00003-of-00005.safetensors",
113
+ "encoder.block.19.layer.1.DenseReluDense.wo.weight": "model.fp16-00003-of-00005.safetensors",
114
+ "encoder.block.19.layer.1.layer_norm.weight": "model.fp16-00003-of-00005.safetensors",
115
+ "encoder.block.2.layer.0.SelfAttention.k.weight": "model.fp16-00001-of-00005.safetensors",
116
+ "encoder.block.2.layer.0.SelfAttention.o.weight": "model.fp16-00001-of-00005.safetensors",
117
+ "encoder.block.2.layer.0.SelfAttention.q.weight": "model.fp16-00001-of-00005.safetensors",
118
+ "encoder.block.2.layer.0.SelfAttention.v.weight": "model.fp16-00001-of-00005.safetensors",
119
+ "encoder.block.2.layer.0.layer_norm.weight": "model.fp16-00001-of-00005.safetensors",
120
+ "encoder.block.2.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00001-of-00005.safetensors",
121
+ "encoder.block.2.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00001-of-00005.safetensors",
122
+ "encoder.block.2.layer.1.DenseReluDense.wo.weight": "model.fp16-00001-of-00005.safetensors",
123
+ "encoder.block.2.layer.1.layer_norm.weight": "model.fp16-00001-of-00005.safetensors",
124
+ "encoder.block.20.layer.0.SelfAttention.k.weight": "model.fp16-00003-of-00005.safetensors",
125
+ "encoder.block.20.layer.0.SelfAttention.o.weight": "model.fp16-00003-of-00005.safetensors",
126
+ "encoder.block.20.layer.0.SelfAttention.q.weight": "model.fp16-00003-of-00005.safetensors",
127
+ "encoder.block.20.layer.0.SelfAttention.v.weight": "model.fp16-00003-of-00005.safetensors",
128
+ "encoder.block.20.layer.0.layer_norm.weight": "model.fp16-00003-of-00005.safetensors",
129
+ "encoder.block.20.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00003-of-00005.safetensors",
130
+ "encoder.block.20.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00003-of-00005.safetensors",
131
+ "encoder.block.20.layer.1.DenseReluDense.wo.weight": "model.fp16-00003-of-00005.safetensors",
132
+ "encoder.block.20.layer.1.layer_norm.weight": "model.fp16-00003-of-00005.safetensors",
133
+ "encoder.block.21.layer.0.SelfAttention.k.weight": "model.fp16-00003-of-00005.safetensors",
134
+ "encoder.block.21.layer.0.SelfAttention.o.weight": "model.fp16-00003-of-00005.safetensors",
135
+ "encoder.block.21.layer.0.SelfAttention.q.weight": "model.fp16-00003-of-00005.safetensors",
136
+ "encoder.block.21.layer.0.SelfAttention.v.weight": "model.fp16-00003-of-00005.safetensors",
137
+ "encoder.block.21.layer.0.layer_norm.weight": "model.fp16-00003-of-00005.safetensors",
138
+ "encoder.block.21.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00003-of-00005.safetensors",
139
+ "encoder.block.21.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00003-of-00005.safetensors",
140
+ "encoder.block.21.layer.1.DenseReluDense.wo.weight": "model.fp16-00004-of-00005.safetensors",
141
+ "encoder.block.21.layer.1.layer_norm.weight": "model.fp16-00004-of-00005.safetensors",
142
+ "encoder.block.22.layer.0.SelfAttention.k.weight": "model.fp16-00004-of-00005.safetensors",
143
+ "encoder.block.22.layer.0.SelfAttention.o.weight": "model.fp16-00004-of-00005.safetensors",
144
+ "encoder.block.22.layer.0.SelfAttention.q.weight": "model.fp16-00004-of-00005.safetensors",
145
+ "encoder.block.22.layer.0.SelfAttention.v.weight": "model.fp16-00004-of-00005.safetensors",
146
+ "encoder.block.22.layer.0.layer_norm.weight": "model.fp16-00004-of-00005.safetensors",
147
+ "encoder.block.22.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00004-of-00005.safetensors",
148
+ "encoder.block.22.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00004-of-00005.safetensors",
149
+ "encoder.block.22.layer.1.DenseReluDense.wo.weight": "model.fp16-00004-of-00005.safetensors",
150
+ "encoder.block.22.layer.1.layer_norm.weight": "model.fp16-00004-of-00005.safetensors",
151
+ "encoder.block.23.layer.0.SelfAttention.k.weight": "model.fp16-00004-of-00005.safetensors",
152
+ "encoder.block.23.layer.0.SelfAttention.o.weight": "model.fp16-00004-of-00005.safetensors",
153
+ "encoder.block.23.layer.0.SelfAttention.q.weight": "model.fp16-00004-of-00005.safetensors",
154
+ "encoder.block.23.layer.0.SelfAttention.v.weight": "model.fp16-00004-of-00005.safetensors",
155
+ "encoder.block.23.layer.0.layer_norm.weight": "model.fp16-00004-of-00005.safetensors",
156
+ "encoder.block.23.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00004-of-00005.safetensors",
157
+ "encoder.block.23.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00004-of-00005.safetensors",
158
+ "encoder.block.23.layer.1.DenseReluDense.wo.weight": "model.fp16-00004-of-00005.safetensors",
159
+ "encoder.block.23.layer.1.layer_norm.weight": "model.fp16-00004-of-00005.safetensors",
160
+ "encoder.block.24.layer.0.SelfAttention.k.weight": "model.fp16-00004-of-00005.safetensors",
161
+ "encoder.block.24.layer.0.SelfAttention.o.weight": "model.fp16-00004-of-00005.safetensors",
162
+ "encoder.block.24.layer.0.SelfAttention.q.weight": "model.fp16-00004-of-00005.safetensors",
163
+ "encoder.block.24.layer.0.SelfAttention.v.weight": "model.fp16-00004-of-00005.safetensors",
164
+ "encoder.block.24.layer.0.layer_norm.weight": "model.fp16-00004-of-00005.safetensors",
165
+ "encoder.block.24.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00004-of-00005.safetensors",
166
+ "encoder.block.24.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00004-of-00005.safetensors",
167
+ "encoder.block.24.layer.1.DenseReluDense.wo.weight": "model.fp16-00004-of-00005.safetensors",
168
+ "encoder.block.24.layer.1.layer_norm.weight": "model.fp16-00004-of-00005.safetensors",
169
+ "encoder.block.25.layer.0.SelfAttention.k.weight": "model.fp16-00004-of-00005.safetensors",
170
+ "encoder.block.25.layer.0.SelfAttention.o.weight": "model.fp16-00004-of-00005.safetensors",
171
+ "encoder.block.25.layer.0.SelfAttention.q.weight": "model.fp16-00004-of-00005.safetensors",
172
+ "encoder.block.25.layer.0.SelfAttention.v.weight": "model.fp16-00004-of-00005.safetensors",
173
+ "encoder.block.25.layer.0.layer_norm.weight": "model.fp16-00004-of-00005.safetensors",
174
+ "encoder.block.25.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00004-of-00005.safetensors",
175
+ "encoder.block.25.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00004-of-00005.safetensors",
176
+ "encoder.block.25.layer.1.DenseReluDense.wo.weight": "model.fp16-00004-of-00005.safetensors",
177
+ "encoder.block.25.layer.1.layer_norm.weight": "model.fp16-00004-of-00005.safetensors",
178
+ "encoder.block.26.layer.0.SelfAttention.k.weight": "model.fp16-00004-of-00005.safetensors",
179
+ "encoder.block.26.layer.0.SelfAttention.o.weight": "model.fp16-00004-of-00005.safetensors",
180
+ "encoder.block.26.layer.0.SelfAttention.q.weight": "model.fp16-00004-of-00005.safetensors",
181
+ "encoder.block.26.layer.0.SelfAttention.v.weight": "model.fp16-00004-of-00005.safetensors",
182
+ "encoder.block.26.layer.0.layer_norm.weight": "model.fp16-00004-of-00005.safetensors",
183
+ "encoder.block.26.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00004-of-00005.safetensors",
184
+ "encoder.block.26.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00004-of-00005.safetensors",
185
+ "encoder.block.26.layer.1.DenseReluDense.wo.weight": "model.fp16-00004-of-00005.safetensors",
186
+ "encoder.block.26.layer.1.layer_norm.weight": "model.fp16-00004-of-00005.safetensors",
187
+ "encoder.block.27.layer.0.SelfAttention.k.weight": "model.fp16-00004-of-00005.safetensors",
188
+ "encoder.block.27.layer.0.SelfAttention.o.weight": "model.fp16-00004-of-00005.safetensors",
189
+ "encoder.block.27.layer.0.SelfAttention.q.weight": "model.fp16-00004-of-00005.safetensors",
190
+ "encoder.block.27.layer.0.SelfAttention.v.weight": "model.fp16-00004-of-00005.safetensors",
191
+ "encoder.block.27.layer.0.layer_norm.weight": "model.fp16-00004-of-00005.safetensors",
192
+ "encoder.block.27.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00004-of-00005.safetensors",
193
+ "encoder.block.27.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00004-of-00005.safetensors",
194
+ "encoder.block.27.layer.1.DenseReluDense.wo.weight": "model.fp16-00004-of-00005.safetensors",
195
+ "encoder.block.27.layer.1.layer_norm.weight": "model.fp16-00004-of-00005.safetensors",
196
+ "encoder.block.28.layer.0.SelfAttention.k.weight": "model.fp16-00004-of-00005.safetensors",
197
+ "encoder.block.28.layer.0.SelfAttention.o.weight": "model.fp16-00004-of-00005.safetensors",
198
+ "encoder.block.28.layer.0.SelfAttention.q.weight": "model.fp16-00004-of-00005.safetensors",
199
+ "encoder.block.28.layer.0.SelfAttention.v.weight": "model.fp16-00004-of-00005.safetensors",
200
+ "encoder.block.28.layer.0.layer_norm.weight": "model.fp16-00004-of-00005.safetensors",
201
+ "encoder.block.28.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00004-of-00005.safetensors",
202
+ "encoder.block.28.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00004-of-00005.safetensors",
203
+ "encoder.block.28.layer.1.DenseReluDense.wo.weight": "model.fp16-00004-of-00005.safetensors",
204
+ "encoder.block.28.layer.1.layer_norm.weight": "model.fp16-00004-of-00005.safetensors",
205
+ "encoder.block.29.layer.0.SelfAttention.k.weight": "model.fp16-00005-of-00005.safetensors",
206
+ "encoder.block.29.layer.0.SelfAttention.o.weight": "model.fp16-00005-of-00005.safetensors",
207
+ "encoder.block.29.layer.0.SelfAttention.q.weight": "model.fp16-00004-of-00005.safetensors",
208
+ "encoder.block.29.layer.0.SelfAttention.v.weight": "model.fp16-00005-of-00005.safetensors",
209
+ "encoder.block.29.layer.0.layer_norm.weight": "model.fp16-00005-of-00005.safetensors",
210
+ "encoder.block.29.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00005-of-00005.safetensors",
211
+ "encoder.block.29.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00005-of-00005.safetensors",
212
+ "encoder.block.29.layer.1.DenseReluDense.wo.weight": "model.fp16-00005-of-00005.safetensors",
213
+ "encoder.block.29.layer.1.layer_norm.weight": "model.fp16-00005-of-00005.safetensors",
214
+ "encoder.block.3.layer.0.SelfAttention.k.weight": "model.fp16-00001-of-00005.safetensors",
215
+ "encoder.block.3.layer.0.SelfAttention.o.weight": "model.fp16-00001-of-00005.safetensors",
216
+ "encoder.block.3.layer.0.SelfAttention.q.weight": "model.fp16-00001-of-00005.safetensors",
217
+ "encoder.block.3.layer.0.SelfAttention.v.weight": "model.fp16-00001-of-00005.safetensors",
218
+ "encoder.block.3.layer.0.layer_norm.weight": "model.fp16-00001-of-00005.safetensors",
219
+ "encoder.block.3.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00001-of-00005.safetensors",
220
+ "encoder.block.3.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00001-of-00005.safetensors",
221
+ "encoder.block.3.layer.1.DenseReluDense.wo.weight": "model.fp16-00001-of-00005.safetensors",
222
+ "encoder.block.3.layer.1.layer_norm.weight": "model.fp16-00001-of-00005.safetensors",
223
+ "encoder.block.30.layer.0.SelfAttention.k.weight": "model.fp16-00005-of-00005.safetensors",
224
+ "encoder.block.30.layer.0.SelfAttention.o.weight": "model.fp16-00005-of-00005.safetensors",
225
+ "encoder.block.30.layer.0.SelfAttention.q.weight": "model.fp16-00005-of-00005.safetensors",
226
+ "encoder.block.30.layer.0.SelfAttention.v.weight": "model.fp16-00005-of-00005.safetensors",
227
+ "encoder.block.30.layer.0.layer_norm.weight": "model.fp16-00005-of-00005.safetensors",
228
+ "encoder.block.30.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00005-of-00005.safetensors",
229
+ "encoder.block.30.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00005-of-00005.safetensors",
230
+ "encoder.block.30.layer.1.DenseReluDense.wo.weight": "model.fp16-00005-of-00005.safetensors",
231
+ "encoder.block.30.layer.1.layer_norm.weight": "model.fp16-00005-of-00005.safetensors",
232
+ "encoder.block.31.layer.0.SelfAttention.k.weight": "model.fp16-00005-of-00005.safetensors",
233
+ "encoder.block.31.layer.0.SelfAttention.o.weight": "model.fp16-00005-of-00005.safetensors",
234
+ "encoder.block.31.layer.0.SelfAttention.q.weight": "model.fp16-00005-of-00005.safetensors",
235
+ "encoder.block.31.layer.0.SelfAttention.v.weight": "model.fp16-00005-of-00005.safetensors",
236
+ "encoder.block.31.layer.0.layer_norm.weight": "model.fp16-00005-of-00005.safetensors",
237
+ "encoder.block.31.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00005-of-00005.safetensors",
238
+ "encoder.block.31.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00005-of-00005.safetensors",
239
+ "encoder.block.31.layer.1.DenseReluDense.wo.weight": "model.fp16-00005-of-00005.safetensors",
240
+ "encoder.block.31.layer.1.layer_norm.weight": "model.fp16-00005-of-00005.safetensors",
241
+ "encoder.block.4.layer.0.SelfAttention.k.weight": "model.fp16-00001-of-00005.safetensors",
242
+ "encoder.block.4.layer.0.SelfAttention.o.weight": "model.fp16-00001-of-00005.safetensors",
243
+ "encoder.block.4.layer.0.SelfAttention.q.weight": "model.fp16-00001-of-00005.safetensors",
244
+ "encoder.block.4.layer.0.SelfAttention.v.weight": "model.fp16-00001-of-00005.safetensors",
245
+ "encoder.block.4.layer.0.layer_norm.weight": "model.fp16-00001-of-00005.safetensors",
246
+ "encoder.block.4.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00001-of-00005.safetensors",
247
+ "encoder.block.4.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00001-of-00005.safetensors",
248
+ "encoder.block.4.layer.1.DenseReluDense.wo.weight": "model.fp16-00001-of-00005.safetensors",
249
+ "encoder.block.4.layer.1.layer_norm.weight": "model.fp16-00001-of-00005.safetensors",
250
+ "encoder.block.5.layer.0.SelfAttention.k.weight": "model.fp16-00001-of-00005.safetensors",
251
+ "encoder.block.5.layer.0.SelfAttention.o.weight": "model.fp16-00001-of-00005.safetensors",
252
+ "encoder.block.5.layer.0.SelfAttention.q.weight": "model.fp16-00001-of-00005.safetensors",
253
+ "encoder.block.5.layer.0.SelfAttention.v.weight": "model.fp16-00001-of-00005.safetensors",
254
+ "encoder.block.5.layer.0.layer_norm.weight": "model.fp16-00001-of-00005.safetensors",
255
+ "encoder.block.5.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00001-of-00005.safetensors",
256
+ "encoder.block.5.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00001-of-00005.safetensors",
257
+ "encoder.block.5.layer.1.DenseReluDense.wo.weight": "model.fp16-00001-of-00005.safetensors",
258
+ "encoder.block.5.layer.1.layer_norm.weight": "model.fp16-00001-of-00005.safetensors",
259
+ "encoder.block.6.layer.0.SelfAttention.k.weight": "model.fp16-00001-of-00005.safetensors",
260
+ "encoder.block.6.layer.0.SelfAttention.o.weight": "model.fp16-00001-of-00005.safetensors",
261
+ "encoder.block.6.layer.0.SelfAttention.q.weight": "model.fp16-00001-of-00005.safetensors",
262
+ "encoder.block.6.layer.0.SelfAttention.v.weight": "model.fp16-00001-of-00005.safetensors",
263
+ "encoder.block.6.layer.0.layer_norm.weight": "model.fp16-00001-of-00005.safetensors",
264
+ "encoder.block.6.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00001-of-00005.safetensors",
265
+ "encoder.block.6.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00001-of-00005.safetensors",
266
+ "encoder.block.6.layer.1.DenseReluDense.wo.weight": "model.fp16-00001-of-00005.safetensors",
267
+ "encoder.block.6.layer.1.layer_norm.weight": "model.fp16-00001-of-00005.safetensors",
268
+ "encoder.block.7.layer.0.SelfAttention.k.weight": "model.fp16-00002-of-00005.safetensors",
269
+ "encoder.block.7.layer.0.SelfAttention.o.weight": "model.fp16-00002-of-00005.safetensors",
270
+ "encoder.block.7.layer.0.SelfAttention.q.weight": "model.fp16-00001-of-00005.safetensors",
271
+ "encoder.block.7.layer.0.SelfAttention.v.weight": "model.fp16-00002-of-00005.safetensors",
272
+ "encoder.block.7.layer.0.layer_norm.weight": "model.fp16-00002-of-00005.safetensors",
273
+ "encoder.block.7.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00002-of-00005.safetensors",
274
+ "encoder.block.7.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00002-of-00005.safetensors",
275
+ "encoder.block.7.layer.1.DenseReluDense.wo.weight": "model.fp16-00002-of-00005.safetensors",
276
+ "encoder.block.7.layer.1.layer_norm.weight": "model.fp16-00002-of-00005.safetensors",
277
+ "encoder.block.8.layer.0.SelfAttention.k.weight": "model.fp16-00002-of-00005.safetensors",
278
+ "encoder.block.8.layer.0.SelfAttention.o.weight": "model.fp16-00002-of-00005.safetensors",
279
+ "encoder.block.8.layer.0.SelfAttention.q.weight": "model.fp16-00002-of-00005.safetensors",
280
+ "encoder.block.8.layer.0.SelfAttention.v.weight": "model.fp16-00002-of-00005.safetensors",
281
+ "encoder.block.8.layer.0.layer_norm.weight": "model.fp16-00002-of-00005.safetensors",
282
+ "encoder.block.8.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00002-of-00005.safetensors",
283
+ "encoder.block.8.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00002-of-00005.safetensors",
284
+ "encoder.block.8.layer.1.DenseReluDense.wo.weight": "model.fp16-00002-of-00005.safetensors",
285
+ "encoder.block.8.layer.1.layer_norm.weight": "model.fp16-00002-of-00005.safetensors",
286
+ "encoder.block.9.layer.0.SelfAttention.k.weight": "model.fp16-00002-of-00005.safetensors",
287
+ "encoder.block.9.layer.0.SelfAttention.o.weight": "model.fp16-00002-of-00005.safetensors",
288
+ "encoder.block.9.layer.0.SelfAttention.q.weight": "model.fp16-00002-of-00005.safetensors",
289
+ "encoder.block.9.layer.0.SelfAttention.v.weight": "model.fp16-00002-of-00005.safetensors",
290
+ "encoder.block.9.layer.0.layer_norm.weight": "model.fp16-00002-of-00005.safetensors",
291
+ "encoder.block.9.layer.1.DenseReluDense.wi_0.weight": "model.fp16-00002-of-00005.safetensors",
292
+ "encoder.block.9.layer.1.DenseReluDense.wi_1.weight": "model.fp16-00002-of-00005.safetensors",
293
+ "encoder.block.9.layer.1.DenseReluDense.wo.weight": "model.fp16-00002-of-00005.safetensors",
294
+ "encoder.block.9.layer.1.layer_norm.weight": "model.fp16-00002-of-00005.safetensors",
295
+ "encoder.final_layer_norm.weight": "model.fp16-00005-of-00005.safetensors",
296
+ "shared.weight": "model.fp16-00001-of-00005.safetensors"
297
+ }
298
+ }
tokenizer/added_tokens.json CHANGED
@@ -1,4 +1,104 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "[new_id_0]": 32100,
3
  "[new_id_10]": 32110,
4
  "[new_id_11]": 32111,
 
1
  {
2
+ "<extra_id_0>": 32099,
3
+ "<extra_id_10>": 32089,
4
+ "<extra_id_11>": 32088,
5
+ "<extra_id_12>": 32087,
6
+ "<extra_id_13>": 32086,
7
+ "<extra_id_14>": 32085,
8
+ "<extra_id_15>": 32084,
9
+ "<extra_id_16>": 32083,
10
+ "<extra_id_17>": 32082,
11
+ "<extra_id_18>": 32081,
12
+ "<extra_id_19>": 32080,
13
+ "<extra_id_1>": 32098,
14
+ "<extra_id_20>": 32079,
15
+ "<extra_id_21>": 32078,
16
+ "<extra_id_22>": 32077,
17
+ "<extra_id_23>": 32076,
18
+ "<extra_id_24>": 32075,
19
+ "<extra_id_25>": 32074,
20
+ "<extra_id_26>": 32073,
21
+ "<extra_id_27>": 32072,
22
+ "<extra_id_28>": 32071,
23
+ "<extra_id_29>": 32070,
24
+ "<extra_id_2>": 32097,
25
+ "<extra_id_30>": 32069,
26
+ "<extra_id_31>": 32068,
27
+ "<extra_id_32>": 32067,
28
+ "<extra_id_33>": 32066,
29
+ "<extra_id_34>": 32065,
30
+ "<extra_id_35>": 32064,
31
+ "<extra_id_36>": 32063,
32
+ "<extra_id_37>": 32062,
33
+ "<extra_id_38>": 32061,
34
+ "<extra_id_39>": 32060,
35
+ "<extra_id_3>": 32096,
36
+ "<extra_id_40>": 32059,
37
+ "<extra_id_41>": 32058,
38
+ "<extra_id_42>": 32057,
39
+ "<extra_id_43>": 32056,
40
+ "<extra_id_44>": 32055,
41
+ "<extra_id_45>": 32054,
42
+ "<extra_id_46>": 32053,
43
+ "<extra_id_47>": 32052,
44
+ "<extra_id_48>": 32051,
45
+ "<extra_id_49>": 32050,
46
+ "<extra_id_4>": 32095,
47
+ "<extra_id_50>": 32049,
48
+ "<extra_id_51>": 32048,
49
+ "<extra_id_52>": 32047,
50
+ "<extra_id_53>": 32046,
51
+ "<extra_id_54>": 32045,
52
+ "<extra_id_55>": 32044,
53
+ "<extra_id_56>": 32043,
54
+ "<extra_id_57>": 32042,
55
+ "<extra_id_58>": 32041,
56
+ "<extra_id_59>": 32040,
57
+ "<extra_id_5>": 32094,
58
+ "<extra_id_60>": 32039,
59
+ "<extra_id_61>": 32038,
60
+ "<extra_id_62>": 32037,
61
+ "<extra_id_63>": 32036,
62
+ "<extra_id_64>": 32035,
63
+ "<extra_id_65>": 32034,
64
+ "<extra_id_66>": 32033,
65
+ "<extra_id_67>": 32032,
66
+ "<extra_id_68>": 32031,
67
+ "<extra_id_69>": 32030,
68
+ "<extra_id_6>": 32093,
69
+ "<extra_id_70>": 32029,
70
+ "<extra_id_71>": 32028,
71
+ "<extra_id_72>": 32027,
72
+ "<extra_id_73>": 32026,
73
+ "<extra_id_74>": 32025,
74
+ "<extra_id_75>": 32024,
75
+ "<extra_id_76>": 32023,
76
+ "<extra_id_77>": 32022,
77
+ "<extra_id_78>": 32021,
78
+ "<extra_id_79>": 32020,
79
+ "<extra_id_7>": 32092,
80
+ "<extra_id_80>": 32019,
81
+ "<extra_id_81>": 32018,
82
+ "<extra_id_82>": 32017,
83
+ "<extra_id_83>": 32016,
84
+ "<extra_id_84>": 32015,
85
+ "<extra_id_85>": 32014,
86
+ "<extra_id_86>": 32013,
87
+ "<extra_id_87>": 32012,
88
+ "<extra_id_88>": 32011,
89
+ "<extra_id_89>": 32010,
90
+ "<extra_id_8>": 32091,
91
+ "<extra_id_90>": 32009,
92
+ "<extra_id_91>": 32008,
93
+ "<extra_id_92>": 32007,
94
+ "<extra_id_93>": 32006,
95
+ "<extra_id_94>": 32005,
96
+ "<extra_id_95>": 32004,
97
+ "<extra_id_96>": 32003,
98
+ "<extra_id_97>": 32002,
99
+ "<extra_id_98>": 32001,
100
+ "<extra_id_99>": 32000,
101
+ "<extra_id_9>": 32090,
102
  "[new_id_0]": 32100,
103
  "[new_id_10]": 32110,
104
  "[new_id_11]": 32111,
tokenizer/special_tokens_map.json CHANGED
@@ -101,7 +101,25 @@
101
  "<extra_id_98>",
102
  "<extra_id_99>"
103
  ],
104
- "eos_token": "</s>",
105
- "pad_token": "<pad>",
106
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
  }
 
101
  "<extra_id_98>",
102
  "<extra_id_99>"
103
  ],
104
+ "eos_token": {
105
+ "content": "</s>",
106
+ "lstrip": false,
107
+ "normalized": false,
108
+ "rstrip": false,
109
+ "single_word": false
110
+ },
111
+ "pad_token": {
112
+ "content": "<pad>",
113
+ "lstrip": false,
114
+ "normalized": false,
115
+ "rstrip": false,
116
+ "single_word": false
117
+ },
118
+ "unk_token": {
119
+ "content": "<unk>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false
124
+ }
125
  }
tokenizer/tokenizer_config.json CHANGED
@@ -1,4 +1,1054 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "additional_special_tokens": [
3
  "<extra_id_0>",
4
  "<extra_id_1>",
@@ -104,6 +1154,7 @@
104
  "clean_up_tokenization_spaces": true,
105
  "eos_token": "</s>",
106
  "extra_ids": 100,
 
107
  "model_max_length": 2048,
108
  "pad_token": "<pad>",
109
  "sp_model_kwargs": {},
 
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": true,
30
+ "normalized": false,
31
+ "rstrip": true,
32
+ "single_word": true,
33
+ "special": true
34
+ },
35
+ "32001": {
36
+ "content": "<extra_id_98>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": true,
40
+ "single_word": true,
41
+ "special": true
42
+ },
43
+ "32002": {
44
+ "content": "<extra_id_97>",
45
+ "lstrip": true,
46
+ "normalized": false,
47
+ "rstrip": true,
48
+ "single_word": true,
49
+ "special": true
50
+ },
51
+ "32003": {
52
+ "content": "<extra_id_96>",
53
+ "lstrip": true,
54
+ "normalized": false,
55
+ "rstrip": true,
56
+ "single_word": true,
57
+ "special": true
58
+ },
59
+ "32004": {
60
+ "content": "<extra_id_95>",
61
+ "lstrip": true,
62
+ "normalized": false,
63
+ "rstrip": true,
64
+ "single_word": true,
65
+ "special": true
66
+ },
67
+ "32005": {
68
+ "content": "<extra_id_94>",
69
+ "lstrip": true,
70
+ "normalized": false,
71
+ "rstrip": true,
72
+ "single_word": true,
73
+ "special": true
74
+ },
75
+ "32006": {
76
+ "content": "<extra_id_93>",
77
+ "lstrip": true,
78
+ "normalized": false,
79
+ "rstrip": true,
80
+ "single_word": true,
81
+ "special": true
82
+ },
83
+ "32007": {
84
+ "content": "<extra_id_92>",
85
+ "lstrip": true,
86
+ "normalized": false,
87
+ "rstrip": true,
88
+ "single_word": true,
89
+ "special": true
90
+ },
91
+ "32008": {
92
+ "content": "<extra_id_91>",
93
+ "lstrip": true,
94
+ "normalized": false,
95
+ "rstrip": true,
96
+ "single_word": true,
97
+ "special": true
98
+ },
99
+ "32009": {
100
+ "content": "<extra_id_90>",
101
+ "lstrip": true,
102
+ "normalized": false,
103
+ "rstrip": true,
104
+ "single_word": true,
105
+ "special": true
106
+ },
107
+ "32010": {
108
+ "content": "<extra_id_89>",
109
+ "lstrip": true,
110
+ "normalized": false,
111
+ "rstrip": true,
112
+ "single_word": true,
113
+ "special": true
114
+ },
115
+ "32011": {
116
+ "content": "<extra_id_88>",
117
+ "lstrip": true,
118
+ "normalized": false,
119
+ "rstrip": true,
120
+ "single_word": true,
121
+ "special": true
122
+ },
123
+ "32012": {
124
+ "content": "<extra_id_87>",
125
+ "lstrip": true,
126
+ "normalized": false,
127
+ "rstrip": true,
128
+ "single_word": true,
129
+ "special": true
130
+ },
131
+ "32013": {
132
+ "content": "<extra_id_86>",
133
+ "lstrip": true,
134
+ "normalized": false,
135
+ "rstrip": true,
136
+ "single_word": true,
137
+ "special": true
138
+ },
139
+ "32014": {
140
+ "content": "<extra_id_85>",
141
+ "lstrip": true,
142
+ "normalized": false,
143
+ "rstrip": true,
144
+ "single_word": true,
145
+ "special": true
146
+ },
147
+ "32015": {
148
+ "content": "<extra_id_84>",
149
+ "lstrip": true,
150
+ "normalized": false,
151
+ "rstrip": true,
152
+ "single_word": true,
153
+ "special": true
154
+ },
155
+ "32016": {
156
+ "content": "<extra_id_83>",
157
+ "lstrip": true,
158
+ "normalized": false,
159
+ "rstrip": true,
160
+ "single_word": true,
161
+ "special": true
162
+ },
163
+ "32017": {
164
+ "content": "<extra_id_82>",
165
+ "lstrip": true,
166
+ "normalized": false,
167
+ "rstrip": true,
168
+ "single_word": true,
169
+ "special": true
170
+ },
171
+ "32018": {
172
+ "content": "<extra_id_81>",
173
+ "lstrip": true,
174
+ "normalized": false,
175
+ "rstrip": true,
176
+ "single_word": true,
177
+ "special": true
178
+ },
179
+ "32019": {
180
+ "content": "<extra_id_80>",
181
+ "lstrip": true,
182
+ "normalized": false,
183
+ "rstrip": true,
184
+ "single_word": true,
185
+ "special": true
186
+ },
187
+ "32020": {
188
+ "content": "<extra_id_79>",
189
+ "lstrip": true,
190
+ "normalized": false,
191
+ "rstrip": true,
192
+ "single_word": true,
193
+ "special": true
194
+ },
195
+ "32021": {
196
+ "content": "<extra_id_78>",
197
+ "lstrip": true,
198
+ "normalized": false,
199
+ "rstrip": true,
200
+ "single_word": true,
201
+ "special": true
202
+ },
203
+ "32022": {
204
+ "content": "<extra_id_77>",
205
+ "lstrip": true,
206
+ "normalized": false,
207
+ "rstrip": true,
208
+ "single_word": true,
209
+ "special": true
210
+ },
211
+ "32023": {
212
+ "content": "<extra_id_76>",
213
+ "lstrip": true,
214
+ "normalized": false,
215
+ "rstrip": true,
216
+ "single_word": true,
217
+ "special": true
218
+ },
219
+ "32024": {
220
+ "content": "<extra_id_75>",
221
+ "lstrip": true,
222
+ "normalized": false,
223
+ "rstrip": true,
224
+ "single_word": true,
225
+ "special": true
226
+ },
227
+ "32025": {
228
+ "content": "<extra_id_74>",
229
+ "lstrip": true,
230
+ "normalized": false,
231
+ "rstrip": true,
232
+ "single_word": true,
233
+ "special": true
234
+ },
235
+ "32026": {
236
+ "content": "<extra_id_73>",
237
+ "lstrip": true,
238
+ "normalized": false,
239
+ "rstrip": true,
240
+ "single_word": true,
241
+ "special": true
242
+ },
243
+ "32027": {
244
+ "content": "<extra_id_72>",
245
+ "lstrip": true,
246
+ "normalized": false,
247
+ "rstrip": true,
248
+ "single_word": true,
249
+ "special": true
250
+ },
251
+ "32028": {
252
+ "content": "<extra_id_71>",
253
+ "lstrip": true,
254
+ "normalized": false,
255
+ "rstrip": true,
256
+ "single_word": true,
257
+ "special": true
258
+ },
259
+ "32029": {
260
+ "content": "<extra_id_70>",
261
+ "lstrip": true,
262
+ "normalized": false,
263
+ "rstrip": true,
264
+ "single_word": true,
265
+ "special": true
266
+ },
267
+ "32030": {
268
+ "content": "<extra_id_69>",
269
+ "lstrip": true,
270
+ "normalized": false,
271
+ "rstrip": true,
272
+ "single_word": true,
273
+ "special": true
274
+ },
275
+ "32031": {
276
+ "content": "<extra_id_68>",
277
+ "lstrip": true,
278
+ "normalized": false,
279
+ "rstrip": true,
280
+ "single_word": true,
281
+ "special": true
282
+ },
283
+ "32032": {
284
+ "content": "<extra_id_67>",
285
+ "lstrip": true,
286
+ "normalized": false,
287
+ "rstrip": true,
288
+ "single_word": true,
289
+ "special": true
290
+ },
291
+ "32033": {
292
+ "content": "<extra_id_66>",
293
+ "lstrip": true,
294
+ "normalized": false,
295
+ "rstrip": true,
296
+ "single_word": true,
297
+ "special": true
298
+ },
299
+ "32034": {
300
+ "content": "<extra_id_65>",
301
+ "lstrip": true,
302
+ "normalized": false,
303
+ "rstrip": true,
304
+ "single_word": true,
305
+ "special": true
306
+ },
307
+ "32035": {
308
+ "content": "<extra_id_64>",
309
+ "lstrip": true,
310
+ "normalized": false,
311
+ "rstrip": true,
312
+ "single_word": true,
313
+ "special": true
314
+ },
315
+ "32036": {
316
+ "content": "<extra_id_63>",
317
+ "lstrip": true,
318
+ "normalized": false,
319
+ "rstrip": true,
320
+ "single_word": true,
321
+ "special": true
322
+ },
323
+ "32037": {
324
+ "content": "<extra_id_62>",
325
+ "lstrip": true,
326
+ "normalized": false,
327
+ "rstrip": true,
328
+ "single_word": true,
329
+ "special": true
330
+ },
331
+ "32038": {
332
+ "content": "<extra_id_61>",
333
+ "lstrip": true,
334
+ "normalized": false,
335
+ "rstrip": true,
336
+ "single_word": true,
337
+ "special": true
338
+ },
339
+ "32039": {
340
+ "content": "<extra_id_60>",
341
+ "lstrip": true,
342
+ "normalized": false,
343
+ "rstrip": true,
344
+ "single_word": true,
345
+ "special": true
346
+ },
347
+ "32040": {
348
+ "content": "<extra_id_59>",
349
+ "lstrip": true,
350
+ "normalized": false,
351
+ "rstrip": true,
352
+ "single_word": true,
353
+ "special": true
354
+ },
355
+ "32041": {
356
+ "content": "<extra_id_58>",
357
+ "lstrip": true,
358
+ "normalized": false,
359
+ "rstrip": true,
360
+ "single_word": true,
361
+ "special": true
362
+ },
363
+ "32042": {
364
+ "content": "<extra_id_57>",
365
+ "lstrip": true,
366
+ "normalized": false,
367
+ "rstrip": true,
368
+ "single_word": true,
369
+ "special": true
370
+ },
371
+ "32043": {
372
+ "content": "<extra_id_56>",
373
+ "lstrip": true,
374
+ "normalized": false,
375
+ "rstrip": true,
376
+ "single_word": true,
377
+ "special": true
378
+ },
379
+ "32044": {
380
+ "content": "<extra_id_55>",
381
+ "lstrip": true,
382
+ "normalized": false,
383
+ "rstrip": true,
384
+ "single_word": true,
385
+ "special": true
386
+ },
387
+ "32045": {
388
+ "content": "<extra_id_54>",
389
+ "lstrip": true,
390
+ "normalized": false,
391
+ "rstrip": true,
392
+ "single_word": true,
393
+ "special": true
394
+ },
395
+ "32046": {
396
+ "content": "<extra_id_53>",
397
+ "lstrip": true,
398
+ "normalized": false,
399
+ "rstrip": true,
400
+ "single_word": true,
401
+ "special": true
402
+ },
403
+ "32047": {
404
+ "content": "<extra_id_52>",
405
+ "lstrip": true,
406
+ "normalized": false,
407
+ "rstrip": true,
408
+ "single_word": true,
409
+ "special": true
410
+ },
411
+ "32048": {
412
+ "content": "<extra_id_51>",
413
+ "lstrip": true,
414
+ "normalized": false,
415
+ "rstrip": true,
416
+ "single_word": true,
417
+ "special": true
418
+ },
419
+ "32049": {
420
+ "content": "<extra_id_50>",
421
+ "lstrip": true,
422
+ "normalized": false,
423
+ "rstrip": true,
424
+ "single_word": true,
425
+ "special": true
426
+ },
427
+ "32050": {
428
+ "content": "<extra_id_49>",
429
+ "lstrip": true,
430
+ "normalized": false,
431
+ "rstrip": true,
432
+ "single_word": true,
433
+ "special": true
434
+ },
435
+ "32051": {
436
+ "content": "<extra_id_48>",
437
+ "lstrip": true,
438
+ "normalized": false,
439
+ "rstrip": true,
440
+ "single_word": true,
441
+ "special": true
442
+ },
443
+ "32052": {
444
+ "content": "<extra_id_47>",
445
+ "lstrip": true,
446
+ "normalized": false,
447
+ "rstrip": true,
448
+ "single_word": true,
449
+ "special": true
450
+ },
451
+ "32053": {
452
+ "content": "<extra_id_46>",
453
+ "lstrip": true,
454
+ "normalized": false,
455
+ "rstrip": true,
456
+ "single_word": true,
457
+ "special": true
458
+ },
459
+ "32054": {
460
+ "content": "<extra_id_45>",
461
+ "lstrip": true,
462
+ "normalized": false,
463
+ "rstrip": true,
464
+ "single_word": true,
465
+ "special": true
466
+ },
467
+ "32055": {
468
+ "content": "<extra_id_44>",
469
+ "lstrip": true,
470
+ "normalized": false,
471
+ "rstrip": true,
472
+ "single_word": true,
473
+ "special": true
474
+ },
475
+ "32056": {
476
+ "content": "<extra_id_43>",
477
+ "lstrip": true,
478
+ "normalized": false,
479
+ "rstrip": true,
480
+ "single_word": true,
481
+ "special": true
482
+ },
483
+ "32057": {
484
+ "content": "<extra_id_42>",
485
+ "lstrip": true,
486
+ "normalized": false,
487
+ "rstrip": true,
488
+ "single_word": true,
489
+ "special": true
490
+ },
491
+ "32058": {
492
+ "content": "<extra_id_41>",
493
+ "lstrip": true,
494
+ "normalized": false,
495
+ "rstrip": true,
496
+ "single_word": true,
497
+ "special": true
498
+ },
499
+ "32059": {
500
+ "content": "<extra_id_40>",
501
+ "lstrip": true,
502
+ "normalized": false,
503
+ "rstrip": true,
504
+ "single_word": true,
505
+ "special": true
506
+ },
507
+ "32060": {
508
+ "content": "<extra_id_39>",
509
+ "lstrip": true,
510
+ "normalized": false,
511
+ "rstrip": true,
512
+ "single_word": true,
513
+ "special": true
514
+ },
515
+ "32061": {
516
+ "content": "<extra_id_38>",
517
+ "lstrip": true,
518
+ "normalized": false,
519
+ "rstrip": true,
520
+ "single_word": true,
521
+ "special": true
522
+ },
523
+ "32062": {
524
+ "content": "<extra_id_37>",
525
+ "lstrip": true,
526
+ "normalized": false,
527
+ "rstrip": true,
528
+ "single_word": true,
529
+ "special": true
530
+ },
531
+ "32063": {
532
+ "content": "<extra_id_36>",
533
+ "lstrip": true,
534
+ "normalized": false,
535
+ "rstrip": true,
536
+ "single_word": true,
537
+ "special": true
538
+ },
539
+ "32064": {
540
+ "content": "<extra_id_35>",
541
+ "lstrip": true,
542
+ "normalized": false,
543
+ "rstrip": true,
544
+ "single_word": true,
545
+ "special": true
546
+ },
547
+ "32065": {
548
+ "content": "<extra_id_34>",
549
+ "lstrip": true,
550
+ "normalized": false,
551
+ "rstrip": true,
552
+ "single_word": true,
553
+ "special": true
554
+ },
555
+ "32066": {
556
+ "content": "<extra_id_33>",
557
+ "lstrip": true,
558
+ "normalized": false,
559
+ "rstrip": true,
560
+ "single_word": true,
561
+ "special": true
562
+ },
563
+ "32067": {
564
+ "content": "<extra_id_32>",
565
+ "lstrip": true,
566
+ "normalized": false,
567
+ "rstrip": true,
568
+ "single_word": true,
569
+ "special": true
570
+ },
571
+ "32068": {
572
+ "content": "<extra_id_31>",
573
+ "lstrip": true,
574
+ "normalized": false,
575
+ "rstrip": true,
576
+ "single_word": true,
577
+ "special": true
578
+ },
579
+ "32069": {
580
+ "content": "<extra_id_30>",
581
+ "lstrip": true,
582
+ "normalized": false,
583
+ "rstrip": true,
584
+ "single_word": true,
585
+ "special": true
586
+ },
587
+ "32070": {
588
+ "content": "<extra_id_29>",
589
+ "lstrip": true,
590
+ "normalized": false,
591
+ "rstrip": true,
592
+ "single_word": true,
593
+ "special": true
594
+ },
595
+ "32071": {
596
+ "content": "<extra_id_28>",
597
+ "lstrip": true,
598
+ "normalized": false,
599
+ "rstrip": true,
600
+ "single_word": true,
601
+ "special": true
602
+ },
603
+ "32072": {
604
+ "content": "<extra_id_27>",
605
+ "lstrip": true,
606
+ "normalized": false,
607
+ "rstrip": true,
608
+ "single_word": true,
609
+ "special": true
610
+ },
611
+ "32073": {
612
+ "content": "<extra_id_26>",
613
+ "lstrip": true,
614
+ "normalized": false,
615
+ "rstrip": true,
616
+ "single_word": true,
617
+ "special": true
618
+ },
619
+ "32074": {
620
+ "content": "<extra_id_25>",
621
+ "lstrip": true,
622
+ "normalized": false,
623
+ "rstrip": true,
624
+ "single_word": true,
625
+ "special": true
626
+ },
627
+ "32075": {
628
+ "content": "<extra_id_24>",
629
+ "lstrip": true,
630
+ "normalized": false,
631
+ "rstrip": true,
632
+ "single_word": true,
633
+ "special": true
634
+ },
635
+ "32076": {
636
+ "content": "<extra_id_23>",
637
+ "lstrip": true,
638
+ "normalized": false,
639
+ "rstrip": true,
640
+ "single_word": true,
641
+ "special": true
642
+ },
643
+ "32077": {
644
+ "content": "<extra_id_22>",
645
+ "lstrip": true,
646
+ "normalized": false,
647
+ "rstrip": true,
648
+ "single_word": true,
649
+ "special": true
650
+ },
651
+ "32078": {
652
+ "content": "<extra_id_21>",
653
+ "lstrip": true,
654
+ "normalized": false,
655
+ "rstrip": true,
656
+ "single_word": true,
657
+ "special": true
658
+ },
659
+ "32079": {
660
+ "content": "<extra_id_20>",
661
+ "lstrip": true,
662
+ "normalized": false,
663
+ "rstrip": true,
664
+ "single_word": true,
665
+ "special": true
666
+ },
667
+ "32080": {
668
+ "content": "<extra_id_19>",
669
+ "lstrip": true,
670
+ "normalized": false,
671
+ "rstrip": true,
672
+ "single_word": true,
673
+ "special": true
674
+ },
675
+ "32081": {
676
+ "content": "<extra_id_18>",
677
+ "lstrip": true,
678
+ "normalized": false,
679
+ "rstrip": true,
680
+ "single_word": true,
681
+ "special": true
682
+ },
683
+ "32082": {
684
+ "content": "<extra_id_17>",
685
+ "lstrip": true,
686
+ "normalized": false,
687
+ "rstrip": true,
688
+ "single_word": true,
689
+ "special": true
690
+ },
691
+ "32083": {
692
+ "content": "<extra_id_16>",
693
+ "lstrip": true,
694
+ "normalized": false,
695
+ "rstrip": true,
696
+ "single_word": true,
697
+ "special": true
698
+ },
699
+ "32084": {
700
+ "content": "<extra_id_15>",
701
+ "lstrip": true,
702
+ "normalized": false,
703
+ "rstrip": true,
704
+ "single_word": true,
705
+ "special": true
706
+ },
707
+ "32085": {
708
+ "content": "<extra_id_14>",
709
+ "lstrip": true,
710
+ "normalized": false,
711
+ "rstrip": true,
712
+ "single_word": true,
713
+ "special": true
714
+ },
715
+ "32086": {
716
+ "content": "<extra_id_13>",
717
+ "lstrip": true,
718
+ "normalized": false,
719
+ "rstrip": true,
720
+ "single_word": true,
721
+ "special": true
722
+ },
723
+ "32087": {
724
+ "content": "<extra_id_12>",
725
+ "lstrip": true,
726
+ "normalized": false,
727
+ "rstrip": true,
728
+ "single_word": true,
729
+ "special": true
730
+ },
731
+ "32088": {
732
+ "content": "<extra_id_11>",
733
+ "lstrip": true,
734
+ "normalized": false,
735
+ "rstrip": true,
736
+ "single_word": true,
737
+ "special": true
738
+ },
739
+ "32089": {
740
+ "content": "<extra_id_10>",
741
+ "lstrip": true,
742
+ "normalized": false,
743
+ "rstrip": true,
744
+ "single_word": true,
745
+ "special": true
746
+ },
747
+ "32090": {
748
+ "content": "<extra_id_9>",
749
+ "lstrip": true,
750
+ "normalized": false,
751
+ "rstrip": true,
752
+ "single_word": true,
753
+ "special": true
754
+ },
755
+ "32091": {
756
+ "content": "<extra_id_8>",
757
+ "lstrip": true,
758
+ "normalized": false,
759
+ "rstrip": true,
760
+ "single_word": true,
761
+ "special": true
762
+ },
763
+ "32092": {
764
+ "content": "<extra_id_7>",
765
+ "lstrip": true,
766
+ "normalized": false,
767
+ "rstrip": true,
768
+ "single_word": true,
769
+ "special": true
770
+ },
771
+ "32093": {
772
+ "content": "<extra_id_6>",
773
+ "lstrip": true,
774
+ "normalized": false,
775
+ "rstrip": true,
776
+ "single_word": true,
777
+ "special": true
778
+ },
779
+ "32094": {
780
+ "content": "<extra_id_5>",
781
+ "lstrip": true,
782
+ "normalized": false,
783
+ "rstrip": true,
784
+ "single_word": true,
785
+ "special": true
786
+ },
787
+ "32095": {
788
+ "content": "<extra_id_4>",
789
+ "lstrip": true,
790
+ "normalized": false,
791
+ "rstrip": true,
792
+ "single_word": true,
793
+ "special": true
794
+ },
795
+ "32096": {
796
+ "content": "<extra_id_3>",
797
+ "lstrip": true,
798
+ "normalized": false,
799
+ "rstrip": true,
800
+ "single_word": true,
801
+ "special": true
802
+ },
803
+ "32097": {
804
+ "content": "<extra_id_2>",
805
+ "lstrip": true,
806
+ "normalized": false,
807
+ "rstrip": true,
808
+ "single_word": true,
809
+ "special": true
810
+ },
811
+ "32098": {
812
+ "content": "<extra_id_1>",
813
+ "lstrip": true,
814
+ "normalized": false,
815
+ "rstrip": true,
816
+ "single_word": true,
817
+ "special": true
818
+ },
819
+ "32099": {
820
+ "content": "<extra_id_0>",
821
+ "lstrip": true,
822
+ "normalized": false,
823
+ "rstrip": true,
824
+ "single_word": true,
825
+ "special": true
826
+ },
827
+ "32100": {
828
+ "content": "[new_id_0]",
829
+ "lstrip": false,
830
+ "normalized": true,
831
+ "rstrip": false,
832
+ "single_word": false,
833
+ "special": false
834
+ },
835
+ "32101": {
836
+ "content": "[new_id_1]",
837
+ "lstrip": false,
838
+ "normalized": true,
839
+ "rstrip": false,
840
+ "single_word": false,
841
+ "special": false
842
+ },
843
+ "32102": {
844
+ "content": "[new_id_2]",
845
+ "lstrip": false,
846
+ "normalized": true,
847
+ "rstrip": false,
848
+ "single_word": false,
849
+ "special": false
850
+ },
851
+ "32103": {
852
+ "content": "[new_id_3]",
853
+ "lstrip": false,
854
+ "normalized": true,
855
+ "rstrip": false,
856
+ "single_word": false,
857
+ "special": false
858
+ },
859
+ "32104": {
860
+ "content": "[new_id_4]",
861
+ "lstrip": false,
862
+ "normalized": true,
863
+ "rstrip": false,
864
+ "single_word": false,
865
+ "special": false
866
+ },
867
+ "32105": {
868
+ "content": "[new_id_5]",
869
+ "lstrip": false,
870
+ "normalized": true,
871
+ "rstrip": false,
872
+ "single_word": false,
873
+ "special": false
874
+ },
875
+ "32106": {
876
+ "content": "[new_id_6]",
877
+ "lstrip": false,
878
+ "normalized": true,
879
+ "rstrip": false,
880
+ "single_word": false,
881
+ "special": false
882
+ },
883
+ "32107": {
884
+ "content": "[new_id_7]",
885
+ "lstrip": false,
886
+ "normalized": true,
887
+ "rstrip": false,
888
+ "single_word": false,
889
+ "special": false
890
+ },
891
+ "32108": {
892
+ "content": "[new_id_8]",
893
+ "lstrip": false,
894
+ "normalized": true,
895
+ "rstrip": false,
896
+ "single_word": false,
897
+ "special": false
898
+ },
899
+ "32109": {
900
+ "content": "[new_id_9]",
901
+ "lstrip": false,
902
+ "normalized": true,
903
+ "rstrip": false,
904
+ "single_word": false,
905
+ "special": false
906
+ },
907
+ "32110": {
908
+ "content": "[new_id_10]",
909
+ "lstrip": false,
910
+ "normalized": true,
911
+ "rstrip": false,
912
+ "single_word": false,
913
+ "special": false
914
+ },
915
+ "32111": {
916
+ "content": "[new_id_11]",
917
+ "lstrip": false,
918
+ "normalized": true,
919
+ "rstrip": false,
920
+ "single_word": false,
921
+ "special": false
922
+ },
923
+ "32112": {
924
+ "content": "[new_id_12]",
925
+ "lstrip": false,
926
+ "normalized": true,
927
+ "rstrip": false,
928
+ "single_word": false,
929
+ "special": false
930
+ },
931
+ "32113": {
932
+ "content": "[new_id_13]",
933
+ "lstrip": false,
934
+ "normalized": true,
935
+ "rstrip": false,
936
+ "single_word": false,
937
+ "special": false
938
+ },
939
+ "32114": {
940
+ "content": "[new_id_14]",
941
+ "lstrip": false,
942
+ "normalized": true,
943
+ "rstrip": false,
944
+ "single_word": false,
945
+ "special": false
946
+ },
947
+ "32115": {
948
+ "content": "[new_id_15]",
949
+ "lstrip": false,
950
+ "normalized": true,
951
+ "rstrip": false,
952
+ "single_word": false,
953
+ "special": false
954
+ },
955
+ "32116": {
956
+ "content": "[new_id_16]",
957
+ "lstrip": false,
958
+ "normalized": true,
959
+ "rstrip": false,
960
+ "single_word": false,
961
+ "special": false
962
+ },
963
+ "32117": {
964
+ "content": "[new_id_17]",
965
+ "lstrip": false,
966
+ "normalized": true,
967
+ "rstrip": false,
968
+ "single_word": false,
969
+ "special": false
970
+ },
971
+ "32118": {
972
+ "content": "[new_id_18]",
973
+ "lstrip": false,
974
+ "normalized": true,
975
+ "rstrip": false,
976
+ "single_word": false,
977
+ "special": false
978
+ },
979
+ "32119": {
980
+ "content": "[new_id_19]",
981
+ "lstrip": false,
982
+ "normalized": true,
983
+ "rstrip": false,
984
+ "single_word": false,
985
+ "special": false
986
+ },
987
+ "32120": {
988
+ "content": "[new_id_20]",
989
+ "lstrip": false,
990
+ "normalized": true,
991
+ "rstrip": false,
992
+ "single_word": false,
993
+ "special": false
994
+ },
995
+ "32121": {
996
+ "content": "[new_id_21]",
997
+ "lstrip": false,
998
+ "normalized": true,
999
+ "rstrip": false,
1000
+ "single_word": false,
1001
+ "special": false
1002
+ },
1003
+ "32122": {
1004
+ "content": "[new_id_22]",
1005
+ "lstrip": false,
1006
+ "normalized": true,
1007
+ "rstrip": false,
1008
+ "single_word": false,
1009
+ "special": false
1010
+ },
1011
+ "32123": {
1012
+ "content": "[new_id_23]",
1013
+ "lstrip": false,
1014
+ "normalized": true,
1015
+ "rstrip": false,
1016
+ "single_word": false,
1017
+ "special": false
1018
+ },
1019
+ "32124": {
1020
+ "content": "[new_id_24]",
1021
+ "lstrip": false,
1022
+ "normalized": true,
1023
+ "rstrip": false,
1024
+ "single_word": false,
1025
+ "special": false
1026
+ },
1027
+ "32125": {
1028
+ "content": "[new_id_25]",
1029
+ "lstrip": false,
1030
+ "normalized": true,
1031
+ "rstrip": false,
1032
+ "single_word": false,
1033
+ "special": false
1034
+ },
1035
+ "32126": {
1036
+ "content": "[new_id_26]",
1037
+ "lstrip": false,
1038
+ "normalized": true,
1039
+ "rstrip": false,
1040
+ "single_word": false,
1041
+ "special": false
1042
+ },
1043
+ "32127": {
1044
+ "content": "[new_id_27]",
1045
+ "lstrip": false,
1046
+ "normalized": true,
1047
+ "rstrip": false,
1048
+ "single_word": false,
1049
+ "special": false
1050
+ }
1051
+ },
1052
  "additional_special_tokens": [
1053
  "<extra_id_0>",
1054
  "<extra_id_1>",
 
1154
  "clean_up_tokenization_spaces": true,
1155
  "eos_token": "</s>",
1156
  "extra_ids": 100,
1157
+ "legacy": true,
1158
  "model_max_length": 2048,
1159
  "pad_token": "<pad>",
1160
  "sp_model_kwargs": {},
unet/config.json CHANGED
@@ -1,18 +1,17 @@
1
- {
2
- "_class_name": "UNet2DConditionModel",
3
- "_diffusers_version": "0.17.0.dev0",
4
- "model_channels": 384,
5
- "num_channels": 4,
6
- "init_channels": 192,
7
- "time_embed_dim": 1536,
8
- "context_dim": 4096,
9
- "model_dim": 4096,
10
- "groups": 32,
11
- "head_dim": 64,
12
- "expansion_ratio": 4,
13
- "compression_ratio": 2,
14
- "dim_mult": [1, 2, 4, 8],
15
- "num_blocks": [3, 3, 3, 3],
16
- "add_cross_attention": [false, true, true, true],
17
- "add_self_attention": [false, true, true, true]
18
- }
 
1
+ {
2
+ "_class_name": "Kandinsky3UNet",
3
+ "_diffusers_version": "0.24.0.dev0",
4
+ "attention_head_dim": 64,
5
+ "block_out_channels": [
6
+ 384,
7
+ 768,
8
+ 1536,
9
+ 3072
10
+ ],
11
+ "cross_attention_dim": 4096,
12
+ "encoder_hid_dim": 4096,
13
+ "groups": 32,
14
+ "in_channels": 4,
15
+ "layers_per_block": 3,
16
+ "time_embedding_dim": 1536
17
+ }
 
unet/diffusion_pytorch_model.fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:805179fe9c10cd1e01c59057f0c2bb07ce57834ad343f721e50ca16bef6952f6
3
+ size 6110842296