Vision-CAIR
commited on
Commit
•
ebec5e6
1
Parent(s):
a9d215d
Push model using huggingface_hub.
Browse files- config.json +29 -0
- generation_config.json +4 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +0 -0
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"arch": "mini_gpt4_llama_v2",
|
3 |
+
"architectures": [
|
4 |
+
"MiniGPT4_llama_v2"
|
5 |
+
],
|
6 |
+
"chat_template": true,
|
7 |
+
"ckpt": "checkpoints/video_llama_checkpoint_last.pth",
|
8 |
+
"device": "cuda",
|
9 |
+
"drop_path_rate": 0,
|
10 |
+
"end_sym": "</s>",
|
11 |
+
"freeze_qformer": true,
|
12 |
+
"freeze_vit": true,
|
13 |
+
"image_size": 224,
|
14 |
+
"length": 50,
|
15 |
+
"llama_model": "meta-llama/Llama-2-7b-chat-hf",
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_r": 64,
|
18 |
+
"low_resource": true,
|
19 |
+
"max_context_len": 3600,
|
20 |
+
"max_txt_len": 256,
|
21 |
+
"model_type": "minigpt4_video",
|
22 |
+
"num_query_token": 32,
|
23 |
+
"prompt": "",
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.42.3",
|
26 |
+
"use_grad_checkpoint": true,
|
27 |
+
"use_grad_checkpoint_llm": true,
|
28 |
+
"vit_precision": "fp16"
|
29 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"transformers_version": "4.42.3"
|
4 |
+
}
|
model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f77e8554aeac739a5d9b03c03e690d349a6b4bd6d30a9a5b3cda1590dc4da710
|
3 |
+
size 4997735717
|
model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4dfbf4199165e98f156263195d1838178977a3288d74cd8b45314c0f0cfed72
|
3 |
+
size 4733227363
|
model.safetensors.index.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|