Upload VideoLlavaForConditionalGeneration
Browse files- README.md +1 -1
- adapter_config.json +37 -0
- adapter_model.safetensors +3 -0
- generation_config.json +7 -0
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
datasets:
|
4 |
- tomg-group-umd/cinepile
|
5 |
language:
|
6 |
- en
|
|
|
7 |
---
|
8 |
# Model Card for Video-LLaVA - CinePile fine tune
|
9 |
|
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- tomg-group-umd/cinepile
|
4 |
language:
|
5 |
- en
|
6 |
+
license: apache-2.0
|
7 |
---
|
8 |
# Model Card for Video-LLaVA - CinePile fine tune
|
9 |
|
adapter_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "VideoLlavaForConditionalGeneration",
|
5 |
+
"parent_library": "transformers.models.video_llava.modeling_video_llava"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": "LanguageBind/Video-LLaVA-7B-hf",
|
8 |
+
"bias": "none",
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": "gaussian",
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 8,
|
17 |
+
"lora_dropout": 0.1,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 8,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"down_proj",
|
27 |
+
"k_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"up_proj",
|
30 |
+
"v_proj",
|
31 |
+
"o_proj",
|
32 |
+
"q_proj"
|
33 |
+
],
|
34 |
+
"task_type": null,
|
35 |
+
"use_dora": false,
|
36 |
+
"use_rslora": false
|
37 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb2c7495edb749854988da952bc21a0d17829ed5179ecd6a5ac038ce1562a796
|
3 |
+
size 89502984
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"pad_token_id": 32002,
|
6 |
+
"transformers_version": "4.42.4"
|
7 |
+
}
|