gokaygokay commited on
Commit
6b2a025
1 Parent(s): 2883fa4

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +16 -0
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "phi_config": {
12
+ "model_type": "phi"
13
+ },
14
+ "torch_dtype": "float16",
15
+ "transformers_version": "4.38.2"
16
+ }