zhwl2117 commited on
Commit
c3c03ba
1 Parent(s): a532a29

update config

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "_name_or_path": "/home/wlzhong/project/representation_instruct_tune/checkpoints/fromage_llava_phi35_lora_llava_pretrain_merged",
3
  "architectures": [
4
- "FromageLlavaPhi35ForConditionalGeneration"
5
  ],
6
  "ignore_index": -100,
7
  "image_token_index": 32011,
8
- "model_type": "fromage_llava_phi35",
9
  "pad_token_id": 32012,
10
  "projector_hidden_act": "gelu",
11
  "text_config": {
 
1
  {
2
+ "_name_or_path": "/home/wlzhong/project/representation_instruct_tune/checkpoints/instructcir_llava_phi35_clip224_lp",
3
  "architectures": [
4
+ "InstructCIRLlavaPhi35ForConditionalGeneration"
5
  ],
6
  "ignore_index": -100,
7
  "image_token_index": 32011,
8
+ "model_type": "instructcir_llava_phi35",
9
  "pad_token_id": 32012,
10
  "projector_hidden_act": "gelu",
11
  "text_config": {