Upload folder using huggingface_hub
Browse files- config.json +25 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "MaskGitTransformer",
|
| 3 |
+
"_version": "0.0.1",
|
| 4 |
+
"add_cond_embeds": true,
|
| 5 |
+
"add_micro_cond_embeds": true,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"codebook_size": 8192,
|
| 8 |
+
"cond_embed_dim": 768,
|
| 9 |
+
"encoder_hidden_size": 768,
|
| 10 |
+
"fmap_size": 16,
|
| 11 |
+
"hidden_dropout": 0.1,
|
| 12 |
+
"hidden_size": 1024,
|
| 13 |
+
"intermediate_size": 4096,
|
| 14 |
+
"layer_norm_eps": 1e-06,
|
| 15 |
+
"mask_token_id": 8255,
|
| 16 |
+
"micro_cond_embed_dim": 1024,
|
| 17 |
+
"micro_cond_encode_dim": 256,
|
| 18 |
+
"num_attention_heads": 16,
|
| 19 |
+
"num_hidden_layers": 24,
|
| 20 |
+
"patch_size": 2,
|
| 21 |
+
"use_bias": false,
|
| 22 |
+
"use_fused_mlp": true,
|
| 23 |
+
"use_fused_residual_norm": true,
|
| 24 |
+
"vocab_size": 8256
|
| 25 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1cf6407fd493e542a08df7f89df60c00a50942118c0407ad5645aa42315007e9
|
| 3 |
+
size 2423964829
|