ayoubkirouane
commited on
Commit
•
664660a
1
Parent(s):
f61ce7e
Upload folder using huggingface_hub
Browse files- config.json +4 -3
- generation_config.json +1 -1
config.json
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"Moondream"
|
4 |
],
|
5 |
"auto_map": {
|
6 |
-
"AutoConfig": "configuration_moondream.MoondreamConfig",
|
7 |
-
"AutoModelForCausalLM": "moondream.Moondream"
|
8 |
},
|
9 |
"model_type": "moondream1",
|
10 |
"text_config": {
|
11 |
"model_type": "phi"
|
12 |
},
|
13 |
"torch_dtype": "float16",
|
14 |
-
"transformers_version": "4.
|
15 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "vikhyatk/moondream2",
|
3 |
"architectures": [
|
4 |
"Moondream"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
+
"AutoConfig": "vikhyatk/moondream2--configuration_moondream.MoondreamConfig",
|
8 |
+
"AutoModelForCausalLM": "vikhyatk/moondream2--moondream.Moondream"
|
9 |
},
|
10 |
"model_type": "moondream1",
|
11 |
"text_config": {
|
12 |
"model_type": "phi"
|
13 |
},
|
14 |
"torch_dtype": "float16",
|
15 |
+
"transformers_version": "4.41.0"
|
16 |
}
|
generation_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
5 |
-
"transformers_version": "4.
|
6 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.41.0"
|
6 |
}
|