Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
-
---
|
2 |
-
license: wtfpl
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: wtfpl
|
3 |
+
base_model:
|
4 |
+
- ngxson/tinygemma3_cifar
|
5 |
+
---
|
6 |
+
|
7 |
+
# tinygemma3 with vision
|
8 |
+
|
9 |
+
This is trained on [CIFAR-10](https://huggingface.co/datasets/uoft-cs/cifar10) dataset.
|
10 |
+
|
11 |
+
Used by llama.cpp CI test
|