Zorro123444 commited on
Commit
6dec3cf
1 Parent(s): b38c83c

Upload MiniCPMV

Browse files
adapter_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "MiniCPMV",
5
+ "parent_library": "transformers_modules.openbmb.MiniCPM-Llama3-V-2_5.ce88284a74330b80903e070ca57c6e232e5fb348.modeling_minicpmv"
6
+ },
7
+ "base_model_name_or_path": "openbmb/MiniCPM-Llama3-V-2_5",
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 64,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": [
21
+ "embed_tokens",
22
+ "resampler",
23
+ "vpm"
24
+ ],
25
+ "peft_type": "LORA",
26
+ "r": 64,
27
+ "rank_pattern": {},
28
+ "revision": null,
29
+ "target_modules": "llm\\..*layers\\.\\d+\\.self_attn\\.(q_proj|k_proj|v_proj|o_proj)",
30
+ "task_type": null,
31
+ "use_dora": false,
32
+ "use_rslora": false
33
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:898b9f9729781ab2429d03e2eae47fed1392cdf02c42a2e29103b3d920b5b30d
3
+ size 2173483872
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 128000,
4
+ "eos_token_id": 128001,
5
+ "transformers_version": "4.44.2"
6
+ }