Update config.json
Browse files- config.json +7 -1
config.json
CHANGED
@@ -1,8 +1,14 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
3 |
"architectures": [
|
4 |
"MPLUGOwl2LlamaForCausalLM"
|
5 |
],
|
|
|
|
|
|
|
|
|
|
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 1,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "VQA-CityU/Compare2Score_1",
|
3 |
+
"model_type": "mplug_owl2",
|
4 |
"architectures": [
|
5 |
"MPLUGOwl2LlamaForCausalLM"
|
6 |
],
|
7 |
+
"auto_map": {
|
8 |
+
"AutoConfig": "configuration_mplug_owl2.MPLUGOwl2Config",
|
9 |
+
"AutoModel": "modeling_mplug_owl2.MPLUGOwl2LlamaForCausalLM",
|
10 |
+
"AutoModelForCausalLM": "modeling_mplug_owl2.MPLUGOwl2LlamaForCausalLM"
|
11 |
+
},
|
12 |
"attention_bias": false,
|
13 |
"attention_dropout": 0.0,
|
14 |
"bos_token_id": 1,
|