Update README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,14 @@ license: gemma
|
|
3 |
base_model:
|
4 |
- google/gemma-3n-E2B-it-litert-preview
|
5 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
6 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
base_model:
|
4 |
- google/gemma-3n-E2B-it-litert-preview
|
5 |
pipeline_tag: text-generation
|
6 |
+
tags:
|
7 |
+
- incomplete
|
8 |
+
- experimental
|
9 |
---
|
10 |
+
This upload is for experimentation, and it is not readily functional.
|
11 |
+
|
12 |
+
Converted without the vision components and includes some generic values. Inference is unlikely at this point as it is a raw conversion. I will continue working on this when I have the time even after the official HF version gets released.
|
13 |
+
|
14 |
+
Feel free to contribute or modify from this point.
|
15 |
+
|
16 |
+
Original Model: https://huggingface.co/google/gemma-3n-E2B-it-litert-preview
|