Upload tokenizer
Browse files
README.md
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- multilingual
|
4 |
-
license: apache-2.0
|
5 |
library_name: transformers
|
|
|
|
|
6 |
tags:
|
7 |
- nlp
|
8 |
- code
|
@@ -13,9 +16,6 @@ tags:
|
|
13 |
- bio-inspired
|
14 |
- text-generation-inference
|
15 |
- materials science
|
16 |
-
base_model:
|
17 |
-
- meta-llama/Llama-3.2-11B-Vision-Instruct
|
18 |
-
pipeline_tag: image-text-to-text
|
19 |
inference:
|
20 |
parameters:
|
21 |
temperature: 0.3
|
@@ -23,7 +23,6 @@ widget:
|
|
23 |
- messages:
|
24 |
- role: user
|
25 |
content: <|image_1|>Can you describe what you see in the image?
|
26 |
-
|
27 |
---
|
28 |
## Model Summary
|
29 |
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- meta-llama/Llama-3.2-11B-Vision-Instruct
|
4 |
language:
|
5 |
- multilingual
|
|
|
6 |
library_name: transformers
|
7 |
+
license: apache-2.0
|
8 |
+
pipeline_tag: image-text-to-text
|
9 |
tags:
|
10 |
- nlp
|
11 |
- code
|
|
|
16 |
- bio-inspired
|
17 |
- text-generation-inference
|
18 |
- materials science
|
|
|
|
|
|
|
19 |
inference:
|
20 |
parameters:
|
21 |
temperature: 0.3
|
|
|
23 |
- messages:
|
24 |
- role: user
|
25 |
content: <|image_1|>Can you describe what you see in the image?
|
|
|
26 |
---
|
27 |
## Model Summary
|
28 |
|