Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ How to use:
|
|
| 14 |
```py
|
| 15 |
from transformers import AutoModelForImageTextToText, AutoProcessor
|
| 16 |
|
| 17 |
-
model_id = "ngxson/
|
| 18 |
|
| 19 |
model = AutoModelForImageTextToText.from_pretrained(model_id).to("cuda")
|
| 20 |
processor = AutoProcessor.from_pretrained(model_id)
|
|
|
|
| 14 |
```py
|
| 15 |
from transformers import AutoModelForImageTextToText, AutoProcessor
|
| 16 |
|
| 17 |
+
model_id = "ngxson/tinygemma3_cifar"
|
| 18 |
|
| 19 |
model = AutoModelForImageTextToText.from_pretrained(model_id).to("cuda")
|
| 20 |
processor = AutoProcessor.from_pretrained(model_id)
|