File size: 3,032 Bytes
8e322df | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 | {
"architectures": [
"Emu3ForConditionalGeneration"
],
"dtype": "float32",
"image_token_id": 3,
"model_type": "emu3",
"text_config": {
"attention_dropout": 0.1,
"bos_token_id": 151849,
"eos_token_id": 151850,
"hidden_act": "silu",
"hidden_size": 32,
"initializer_range": 0.02,
"intermediate_size": 37,
"max_position_embeddings": 512,
"model_type": "emu3_text_model",
"num_attention_heads": 2,
"num_hidden_layers": 2,
"num_key_value_heads": 2,
"pad_token_id": 151643,
"rms_norm_eps": 1e-05,
"rope_parameters": {
"rope_theta": 1000000.0,
"rope_type": "default"
},
"tie_word_embeddings": false,
"use_cache": true,
"vocab_size": 184622
},
"tie_word_embeddings": false,
"transformers_version": "5.16.0.dev0",
"vocabulary_map": {
"\u0000": 0,
"\u0001": 1,
"\u0002": 2,
"\u0017": 23,
"\u0018": 24,
"\u0019": 25,
"\u001a": 26,
"\u001b": 27,
"\u001c": 28,
"\u001d": 29,
"\u001e": 30,
"\u001f": 31,
" ": 32,
"!": 33,
"\"": 34,
"#": 35,
"$": 36,
"%": 37,
"&": 38,
"'": 39,
"(": 40,
")": 41,
"*": 42,
"+": 43,
",": 44,
"-": 45,
".": 46,
"/": 47,
"0": 48,
"1": 49,
"2": 50,
"3": 51,
"4": 52,
"5": 53,
"6": 54,
"7": 55,
"8": 56,
"9": 57,
":": 58,
";": 59,
"<": 60,
"<image>": 3,
"<|extra_200|>": 4,
"<|visual token000005|>": 5,
"<|visual token000006|>": 6,
"<|visual token000007|>": 7,
"<|visual token000008|>": 8,
"<|visual token000009|>": 9,
"<|visual token000010|>": 10,
"<|visual token000011|>": 11,
"<|visual token000012|>": 12,
"<|visual token000013|>": 13,
"<|visual token000014|>": 14,
"<|visual token000015|>": 15,
"<|visual token000016|>": 16,
"<|visual token000017|>": 17,
"<|visual token000018|>": 18,
"<|visual token000019|>": 19,
"<|visual token000020|>": 20,
"<|visual token000021|>": 21,
"<|visual token000022|>": 22,
"=": 61,
">": 62,
"?": 63,
"@": 64,
"A": 65,
"B": 66,
"C": 67,
"D": 68,
"E": 69,
"F": 70,
"G": 71,
"H": 72,
"I": 73,
"J": 74,
"K": 75,
"L": 76,
"M": 77,
"N": 78,
"O": 79,
"P": 80,
"Q": 81,
"R": 82,
"S": 83,
"T": 84,
"U": 85,
"V": 86,
"W": 87,
"X": 88,
"Y": 89,
"Z": 90,
"[": 91,
"\\": 92,
"]": 93,
"^": 94,
"_": 95,
"`": 96,
"a": 97,
"b": 98
},
"vq_config": {
"attention_dropout": 0.0,
"attn_resolutions": [],
"base_channels": 32,
"channel_multiplier": [
1,
2,
1
],
"codebook_size": 20,
"double_latent": false,
"embed_dim": 4,
"hidden_size": 32,
"in_channels": 3,
"latent_channels": 4,
"model_type": "emu3_vqgan",
"num_attention_heads": 1,
"num_res_blocks": 2,
"out_channels": 3,
"temporal_downsample_factor": 1
}
}
|