Upload config.json
Browse files- config.json +18 -11
config.json
CHANGED
@@ -1,7 +1,13 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
2 |
"architectures": [
|
3 |
"LLaNA"
|
4 |
],
|
|
|
|
|
5 |
"bos_token_id": 1,
|
6 |
"eos_token_id": 2,
|
7 |
"hidden_act": "silu",
|
@@ -9,22 +15,23 @@
|
|
9 |
"initializer_range": 0.02,
|
10 |
"intermediate_size": 11008,
|
11 |
"max_position_embeddings": 2048,
|
|
|
12 |
"model_type": "llana",
|
|
|
13 |
"num_attention_heads": 32,
|
14 |
"num_hidden_layers": 32,
|
|
|
15 |
"pad_token_id": 0,
|
16 |
-
"rms_norm_eps": 1e-06,
|
17 |
-
"tie_word_embeddings": false,
|
18 |
-
"torch_dtype": "float16",
|
19 |
-
"transformers_version": "4.28.1",
|
20 |
-
"use_cache": true,
|
21 |
-
"vocab_size": 32000,
|
22 |
"point_backbone": "nf2vec",
|
23 |
"point_backbone_ckpt": "",
|
24 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
"use_color": true,
|
26 |
-
"
|
27 |
-
"DEFAULT_POINT_PATCH_TOKEN": "<point_patch>",
|
28 |
-
"DEFAULT_POINT_START_TOKEN": "<point_start>",
|
29 |
-
"DEFAULT_POINT_END_TOKEN": "<point_end>"
|
30 |
}
|
|
|
1 |
{
|
2 |
+
"DEFAULT_POINT_END_TOKEN": "<point_end>",
|
3 |
+
"DEFAULT_POINT_PATCH_TOKEN": "<point_patch>",
|
4 |
+
"DEFAULT_POINT_START_TOKEN": "<point_start>",
|
5 |
+
"_name_or_path": "outputs/LLaNA_train_stage1/LLaNA_train_stage1_realmadrid",
|
6 |
"architectures": [
|
7 |
"LLaNA"
|
8 |
],
|
9 |
+
"attention_bias": false,
|
10 |
+
"attention_dropout": 0.0,
|
11 |
"bos_token_id": 1,
|
12 |
"eos_token_id": 2,
|
13 |
"hidden_act": "silu",
|
|
|
15 |
"initializer_range": 0.02,
|
16 |
"intermediate_size": 11008,
|
17 |
"max_position_embeddings": 2048,
|
18 |
+
"mm_use_point_start_end": true,
|
19 |
"model_type": "llana",
|
20 |
+
"nf2vec_config_name": "nf2vec_2layer",
|
21 |
"num_attention_heads": 32,
|
22 |
"num_hidden_layers": 32,
|
23 |
+
"num_key_value_heads": 32,
|
24 |
"pad_token_id": 0,
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
"point_backbone": "nf2vec",
|
26 |
"point_backbone_ckpt": "",
|
27 |
+
"pretraining_tp": 1,
|
28 |
+
"rms_norm_eps": 1e-06,
|
29 |
+
"rope_scaling": null,
|
30 |
+
"rope_theta": 10000.0,
|
31 |
+
"tie_word_embeddings": false,
|
32 |
+
"torch_dtype": "float32",
|
33 |
+
"transformers_version": "4.39.3",
|
34 |
+
"use_cache": false,
|
35 |
"use_color": true,
|
36 |
+
"vocab_size": 32003
|
|
|
|
|
|
|
37 |
}
|