add model
Browse files- transformer/config.json → config.json +0 -0
- transformer/pytorch_model.bin → pytorch_model.bin +0 -0
- text_encoder/config.json +0 -25
- text_encoder/merges.txt +0 -0
- text_encoder/pytorch_model.bin +0 -3
- text_encoder/special_tokens_map.json +0 -24
- text_encoder/tokenizer.json +0 -0
- text_encoder/tokenizer_config.json +0 -33
- text_encoder/vocab.json +0 -0
- vae/config.json +0 -24
- vae/pytorch_model.bin +0 -3
transformer/config.json → config.json
RENAMED
|
File without changes
|
transformer/pytorch_model.bin → pytorch_model.bin
RENAMED
|
File without changes
|
text_encoder/config.json
DELETED
|
@@ -1,25 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_name_or_path": "openMUSE/clip-vit-large-patch14-text-enc",
|
| 3 |
-
"architectures": [
|
| 4 |
-
"CLIPTextModelWithProjection"
|
| 5 |
-
],
|
| 6 |
-
"attention_dropout": 0.0,
|
| 7 |
-
"bos_token_id": 0,
|
| 8 |
-
"dropout": 0.0,
|
| 9 |
-
"eos_token_id": 2,
|
| 10 |
-
"hidden_act": "quick_gelu",
|
| 11 |
-
"hidden_size": 768,
|
| 12 |
-
"initializer_factor": 1.0,
|
| 13 |
-
"initializer_range": 0.02,
|
| 14 |
-
"intermediate_size": 3072,
|
| 15 |
-
"layer_norm_eps": 1e-05,
|
| 16 |
-
"max_position_embeddings": 77,
|
| 17 |
-
"model_type": "clip_text_model",
|
| 18 |
-
"num_attention_heads": 12,
|
| 19 |
-
"num_hidden_layers": 12,
|
| 20 |
-
"pad_token_id": 1,
|
| 21 |
-
"projection_dim": 768,
|
| 22 |
-
"torch_dtype": "float16",
|
| 23 |
-
"transformers_version": "4.29.2",
|
| 24 |
-
"vocab_size": 49408
|
| 25 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
text_encoder/merges.txt
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
text_encoder/pytorch_model.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:95397de1a082dd0f90f1a7c93b1aaf8408c11d41d11f2a7dbdd4c32595b59bb3
|
| 3 |
-
size 247368805
|
|
|
|
|
|
|
|
|
|
|
|
text_encoder/special_tokens_map.json
DELETED
|
@@ -1,24 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"bos_token": {
|
| 3 |
-
"content": "<|startoftext|>",
|
| 4 |
-
"lstrip": false,
|
| 5 |
-
"normalized": true,
|
| 6 |
-
"rstrip": false,
|
| 7 |
-
"single_word": false
|
| 8 |
-
},
|
| 9 |
-
"eos_token": {
|
| 10 |
-
"content": "<|endoftext|>",
|
| 11 |
-
"lstrip": false,
|
| 12 |
-
"normalized": true,
|
| 13 |
-
"rstrip": false,
|
| 14 |
-
"single_word": false
|
| 15 |
-
},
|
| 16 |
-
"pad_token": "<|endoftext|>",
|
| 17 |
-
"unk_token": {
|
| 18 |
-
"content": "<|endoftext|>",
|
| 19 |
-
"lstrip": false,
|
| 20 |
-
"normalized": true,
|
| 21 |
-
"rstrip": false,
|
| 22 |
-
"single_word": false
|
| 23 |
-
}
|
| 24 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
text_encoder/tokenizer.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
text_encoder/tokenizer_config.json
DELETED
|
@@ -1,33 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"add_prefix_space": false,
|
| 3 |
-
"bos_token": {
|
| 4 |
-
"__type": "AddedToken",
|
| 5 |
-
"content": "<|startoftext|>",
|
| 6 |
-
"lstrip": false,
|
| 7 |
-
"normalized": true,
|
| 8 |
-
"rstrip": false,
|
| 9 |
-
"single_word": false
|
| 10 |
-
},
|
| 11 |
-
"clean_up_tokenization_spaces": true,
|
| 12 |
-
"do_lower_case": true,
|
| 13 |
-
"eos_token": {
|
| 14 |
-
"__type": "AddedToken",
|
| 15 |
-
"content": "<|endoftext|>",
|
| 16 |
-
"lstrip": false,
|
| 17 |
-
"normalized": true,
|
| 18 |
-
"rstrip": false,
|
| 19 |
-
"single_word": false
|
| 20 |
-
},
|
| 21 |
-
"errors": "replace",
|
| 22 |
-
"model_max_length": 77,
|
| 23 |
-
"pad_token": "<|endoftext|>",
|
| 24 |
-
"tokenizer_class": "CLIPTokenizer",
|
| 25 |
-
"unk_token": {
|
| 26 |
-
"__type": "AddedToken",
|
| 27 |
-
"content": "<|endoftext|>",
|
| 28 |
-
"lstrip": false,
|
| 29 |
-
"normalized": true,
|
| 30 |
-
"rstrip": false,
|
| 31 |
-
"single_word": false
|
| 32 |
-
}
|
| 33 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
text_encoder/vocab.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vae/config.json
DELETED
|
@@ -1,24 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_class_name": "VQGANModel",
|
| 3 |
-
"_name_or_path": "openMUSE/vqgan-f16-8192-laion",
|
| 4 |
-
"_version": "0.0.1",
|
| 5 |
-
"attn_resolutions": [],
|
| 6 |
-
"channel_mult": [
|
| 7 |
-
1,
|
| 8 |
-
2,
|
| 9 |
-
2,
|
| 10 |
-
4,
|
| 11 |
-
6
|
| 12 |
-
],
|
| 13 |
-
"commitment_cost": 0.25,
|
| 14 |
-
"dropout": 0.0,
|
| 15 |
-
"hidden_channels": 128,
|
| 16 |
-
"no_attn_mid_block": true,
|
| 17 |
-
"num_channels": 3,
|
| 18 |
-
"num_embeddings": 8192,
|
| 19 |
-
"num_res_blocks": 2,
|
| 20 |
-
"quantized_embed_dim": 64,
|
| 21 |
-
"resample_with_conv": true,
|
| 22 |
-
"resolution": 256,
|
| 23 |
-
"z_channels": 64
|
| 24 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vae/pytorch_model.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4c64762c56326dcd7de00706cc12e739327961ea9cf0de4913fa5b638e876793
|
| 3 |
-
size 585081633
|
|
|
|
|
|
|
|
|
|
|
|