Instructions to use UserLogin/Gemini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use UserLogin/Gemini with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("UserLogin/Gemini", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: unknown
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: unknown
|
| 3 |
+
datasets:
|
| 4 |
+
- open-thoughts/OpenThoughts3-1.2M
|
| 5 |
+
language:
|
| 6 |
+
- aa
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
base_model:
|
| 10 |
+
- google/gemma-3n-E4B-it-litert-preview
|
| 11 |
+
new_version: google/gemma-3n-E4B-it-litert-preview
|
| 12 |
+
library_name: fasttext
|
| 13 |
+
---
|