Specify right model card metadata (#1)
Browse files- Specify right model card metadata (b6625994177369d81fdc0e68d2ff65f1d92f8cf8)
Co-authored-by: Omar Sanseviero <[email protected]>
README.md
CHANGED
|
@@ -4,9 +4,11 @@ library_name: peft
|
|
| 4 |
tags:
|
| 5 |
- finetuned
|
| 6 |
- multimodal
|
|
|
|
| 7 |
base_model: mistralai/Mistral-7B-Instruct-v0.1
|
| 8 |
dataset: sshh12/llava-finetune
|
| 9 |
inference: false
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
These are weights for a version of `mistralai/Mistral-7B-Instruct-v0.1` finetuned for multimodal applications.
|
|
|
|
| 4 |
tags:
|
| 5 |
- finetuned
|
| 6 |
- multimodal
|
| 7 |
+
- llava
|
| 8 |
base_model: mistralai/Mistral-7B-Instruct-v0.1
|
| 9 |
dataset: sshh12/llava-finetune
|
| 10 |
inference: false
|
| 11 |
+
pipeline_tag: image-text-to-text
|
| 12 |
---
|
| 13 |
|
| 14 |
These are weights for a version of `mistralai/Mistral-7B-Instruct-v0.1` finetuned for multimodal applications.
|