ynhe commited on
Commit
04a5f76
β€’
1 Parent(s): 1a86f8b

Update configs/config.json

Browse files
Files changed (1) hide show
  1. configs/config.json +2 -2
configs/config.json CHANGED
@@ -3,8 +3,8 @@
3
  "vit_model": "eva_clip_g",
4
  "vit_model_path": "model/eva_vit_g.pth",
5
  "q_former_model_path": "model/blip2_pretrained_flant5xxl.pth",
6
- "llama_model_path": "ynhe/stable-vicuna-13b",
7
- "videochat_model_path": "model/videochat.pth",
8
  "img_size": 224,
9
  "num_query_token": 32,
10
  "drop_path_rate": 0.0,
 
3
  "vit_model": "eva_clip_g",
4
  "vit_model_path": "model/eva_vit_g.pth",
5
  "q_former_model_path": "model/blip2_pretrained_flant5xxl.pth",
6
+ "llama_model_path": "ynhe/vicuna-7b-v0",
7
+ "videochat_model_path": "model/videochat_7b.pth",
8
  "img_size": 224,
9
  "num_query_token": 32,
10
  "drop_path_rate": 0.0,