Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- ggml-org/SmolVLM-500M-Instruct-GGUF
|
7 |
+
- HuggingFaceTB/SmolVLM-500M-Instruct
|
8 |
+
pipeline_tag: image-text-to-text
|
9 |
+
library_name: transformers
|
10 |
+
---
|
11 |
+
|
12 |
+
# Model Information
|
13 |
+
|
14 |
+
SmolVLM-500M is a tiny multimodal model by HuggingFace. It was converted to the GGUF format by ggml-org.
|
15 |
+
|
16 |
+
I converted it to a big-endian format and uploaded for use on IBM z/OS machines.
|
17 |
+
|
18 |
+
**Model developer**: HuggingFace
|
19 |
+
|
20 |
+
**Model Architecture**: Based on Idefics3
|
21 |
+
|
22 |
+
**License**: Apache 2.0
|
23 |
+
|
24 |
+
For more details on the model, please go to Meta's original [model card](https://huggingface.co/HuggingFaceTB/SmolVLM-500M-Instruct)
|