Update base model checkpoint files to new version
Browse filesThe 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).
- config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/home/chunyl/projects/models/
|
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 |
],
|