Upload folder using huggingface_hub
Browse files- config.json +26 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"in_channels": 128,
|
14 |
+
"intermediate_size": 4096,
|
15 |
+
"layer_norm_eps": 1e-06,
|
16 |
+
"mask_token_id": 8255,
|
17 |
+
"micro_cond_embed_dim": 1024,
|
18 |
+
"micro_cond_encode_dim": 256,
|
19 |
+
"num_attention_heads": 16,
|
20 |
+
"num_hidden_layers": 24,
|
21 |
+
"patch_size": 2,
|
22 |
+
"use_bias": false,
|
23 |
+
"use_fused_mlp": true,
|
24 |
+
"use_fused_residual_norm": true,
|
25 |
+
"vocab_size": 8256
|
26 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abc0c9a53c9539ca61fdee6c108218046825e8d0f46b68cf0983b0f92128506e
|
3 |
+
size 2050093541
|