Update README.md
Browse filesthis PR will add the library, also adding a button on the top right corner with a code snippet on how to load the model
README.md
CHANGED
@@ -5,6 +5,7 @@ language:
|
|
5 |
base_model:
|
6 |
- meta-llama/Llama-3.2-11B-Vision-Instruct
|
7 |
pipeline_tag: visual-question-answering
|
|
|
8 |
---
|
9 |
# Model Card for Model ID
|
10 |
|
@@ -91,4 +92,4 @@ Using the same setting should accurately reproduce our results.
|
|
91 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
92 |
|
93 |
The model may generate biased or offensive content, similar to other VLMs, due to limitations in the training data.
|
94 |
-
Technically, the model's performance in aspects like instruction following still falls short of leading industry models.
|
|
|
5 |
base_model:
|
6 |
- meta-llama/Llama-3.2-11B-Vision-Instruct
|
7 |
pipeline_tag: visual-question-answering
|
8 |
+
library_name: transformers
|
9 |
---
|
10 |
# Model Card for Model ID
|
11 |
|
|
|
92 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
93 |
|
94 |
The model may generate biased or offensive content, similar to other VLMs, due to limitations in the training data.
|
95 |
+
Technically, the model's performance in aspects like instruction following still falls short of leading industry models.
|