PahaII commited on
Commit
a7e04d8
1 Parent(s): 5199b36

Upload folder using huggingface_hub

Browse files
adapter_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "openllmplayground/openalpaca_3b_600bt_preview",
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "lora_alpha": 16,
8
+ "lora_dropout": 0.05,
9
+ "modules_to_save": null,
10
+ "peft_type": "LORA",
11
+ "r": 64,
12
+ "target_modules": [
13
+ "k_proj",
14
+ "gate_proj",
15
+ "v_proj",
16
+ "up_proj",
17
+ "o_proj",
18
+ "down_proj",
19
+ "q_proj"
20
+ ],
21
+ "task_type": "CAUSAL_LM"
22
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f3bb95ce5d392fe629493f965f74a3436e4b9df8eb118ca9bfa8f3a24ab8788
3
+ size 203533437
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openllmplayground/openalpaca_3b_600bt_preview",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "freeze_mm_mlp_adapter": false,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 3200,
11
+ "image_aspect_ratio": "square",
12
+ "image_grid_pinpoints": null,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 8640,
15
+ "max_position_embeddings": 2048,
16
+ "mm_hidden_size": 1024,
17
+ "mm_use_im_patch_token": true,
18
+ "mm_use_im_start_end": true,
19
+ "mm_vision_select_feature": "patch",
20
+ "mm_vision_select_layer": -2,
21
+ "mm_vision_tower": "openai/clip-vit-large-patch14",
22
+ "model_type": "llava",
23
+ "num_attention_heads": 32,
24
+ "num_hidden_layers": 26,
25
+ "pad_token_id": 0,
26
+ "rms_norm_eps": 1e-06,
27
+ "tie_word_embeddings": false,
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.28.1",
30
+ "tune_mm_mlp_adapter": false,
31
+ "use_cache": true,
32
+ "use_mm_proj": true,
33
+ "vocab_size": 32003
34
+ }
non_lora_trainables.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f97197c87ec4b36abe7ff461e770c9494cd59f266cc99e364c6b557b7840627
3
+ size 416200167
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff