Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -9,9 +9,11 @@ tags:
|
|
| 9 |
- Vision language model (VLM)
|
| 10 |
- Slovenian
|
| 11 |
---
|
| 12 |
-
#
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
-
## The model is based on google/gemma-3-4b-it and was fine-tuned using SFT trainer.
|
| 15 |
|
| 16 |
## How to use it: ##
|
| 17 |
|
|
@@ -20,7 +22,7 @@ from transformers import AutoProcessor, Gemma3ForConditionalGeneration
|
|
| 20 |
import torch
|
| 21 |
|
| 22 |
|
| 23 |
-
model_id = "GaMS-Beta/
|
| 24 |
model = Gemma3ForConditionalGeneration.from_pretrained(
|
| 25 |
model_id, device_map="auto"
|
| 26 |
).eval()
|
|
|
|
| 9 |
- Vision language model (VLM)
|
| 10 |
- Slovenian
|
| 11 |
---
|
| 12 |
+
# SVILA - Slovenian Vision Language Assistant - is a Vision Language Model for Slovenian.#
|
| 13 |
+
|
| 14 |
+
## The model is based on google/gemma-3-4b-it and was fine-tuned on curated instruction-tuning text-image Slovenian dataset using a custom SFT trainer.
|
| 15 |
+
## Dataset is available here: https://clarin.si/repository/xmlui/handle/11356/2050
|
| 16 |
|
|
|
|
| 17 |
|
| 18 |
## How to use it: ##
|
| 19 |
|
|
|
|
| 22 |
import torch
|
| 23 |
|
| 24 |
|
| 25 |
+
model_id = "GaMS-Beta/SVILA-1-4B"
|
| 26 |
model = Gemma3ForConditionalGeneration.from_pretrained(
|
| 27 |
model_id, device_map="auto"
|
| 28 |
).eval()
|