katielink commited on
Commit
c2e341e
1 Parent(s): 305b38d

Update base model checkpoint files to new version

Browse files

The checkpoints were recently updated by the Microsoft team on their Github repo. These new checkpoints represent the base model for the finetuned versions (also being uploaded in separate repos).

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/home/chunyl/projects/models/llava_med_in_text_60k",
3
  "architectures": [
4
  "LlavaLlamaForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "/home/chunyl/projects/models/llava_med_in_text_60k_ckpt2",
3
  "architectures": [
4
  "LlavaLlamaForCausalLM"
5
  ],