nie10 commited on
Commit
450348e
·
verified ·
1 Parent(s): a3ecfe2

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. README.md +9 -0
  2. adapter_config.json +25 -0
  3. adapter_model.bin +3 -0
  4. config.json +45 -0
  5. non_lora_trainables.bin +3 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+ ### Framework versions
7
+
8
+
9
+ - PEFT 0.4.0
adapter_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "/data2/luyt/Finegrianed_VLM/checkpoints-pretrain/Bunny-v1_0-3B/",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 256,
11
+ "lora_dropout": 0.05,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 128,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "k_proj",
18
+ "fc2",
19
+ "v_proj",
20
+ "dense",
21
+ "q_proj",
22
+ "fc1"
23
+ ],
24
+ "task_type": "CAUSAL_LM"
25
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a35bb440cf257b8d9eaa359250f0890c3c167920da8a7b018451f7e4945a4e47
3
+ size 496358365
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/data2/luyt/Finegrianed_VLM/checkpoints-pretrain/Bunny-v1_0-3B/",
3
+ "architectures": [
4
+ "BunnyPhiForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "auto_map": {
8
+ "AutoConfig": "configuration_bunny_phi.BunnyPhiConfig",
9
+ "AutoModelForCausalLM": "modeling_bunny_phi.BunnyPhiForCausalLM"
10
+ },
11
+ "bos_token_id": 50256,
12
+ "embd_pdrop": 0.0,
13
+ "eos_token_id": 50256,
14
+ "freeze_mm_mlp_adapter": false,
15
+ "hidden_act": "gelu_new",
16
+ "hidden_size": 2560,
17
+ "image_aspect_ratio": "pad",
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 10240,
20
+ "layer_norm_eps": 1e-05,
21
+ "max_position_embeddings": 2048,
22
+ "mm_hidden_size": 1152,
23
+ "mm_projector_lr": 2e-05,
24
+ "mm_projector_type": "mlp2x_gelu",
25
+ "mm_vision_tower": "/path/to/siglip-so400m-patch14-384",
26
+ "model_type": "bunny-phi",
27
+ "num_attention_heads": 32,
28
+ "num_hidden_layers": 32,
29
+ "num_key_value_heads": 32,
30
+ "pad_token_id": 50256,
31
+ "partial_rotary_factor": 0.4,
32
+ "qk_layernorm": false,
33
+ "resid_pdrop": 0.1,
34
+ "rope_scaling": null,
35
+ "rope_theta": 10000.0,
36
+ "tie_word_embeddings": false,
37
+ "tokenizer_model_max_length": 2048,
38
+ "tokenizer_padding_side": "right",
39
+ "torch_dtype": "float16",
40
+ "transformers_version": "4.39.0.dev0",
41
+ "tune_mm_mlp_adapter": false,
42
+ "use_cache": true,
43
+ "use_mm_proj": true,
44
+ "vocab_size": 50295
45
+ }
non_lora_trainables.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40315755b53e11c89b66c12b8cd0ecb9d608c480dd8418bbf8ad800b563b4d71
3
+ size 19017447