Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- README.md +29 -0
- fp16/model.pte +3 -0
- int4/model.pte +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
fp16/model.pte filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
int4/model.pte filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: executorch
|
| 3 |
+
base_model: google/gemma-3-270m-it
|
| 4 |
+
tags:
|
| 5 |
+
- executorch
|
| 6 |
+
- on-device
|
| 7 |
+
- mobile
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# gemma-3-270m (ExecuTorch)
|
| 11 |
+
|
| 12 |
+
This model is a derivative of [google/gemma-3-270m-it](https://huggingface.co/google/gemma-3-270m-it) converted to **ExecuTorch (.pte)** format for mobile/edge deployment.
|
| 13 |
+
|
| 14 |
+
## Variants Available
|
| 15 |
+
|
| 16 |
+
| Folder | Quantization | Size | Description |
|
| 17 |
+
|---|---|---|---|
|
| 18 |
+
| `int4/` | 8-bit Act / 4-bit Wgt | Small | **Best for Mobile** |
|
| 19 |
+
| `fp16/` | Float16 | Large | High Precision |
|
| 20 |
+
|
| 21 |
+
## License & Terms
|
| 22 |
+
|
| 23 |
+
This model derivative is subject to the original model's license terms:
|
| 24 |
+
- **Source:** [google/gemma-3-270m-it](https://huggingface.co/google/gemma-3-270m-it)
|
| 25 |
+
|
| 26 |
+
### Gemma Terms of Use
|
| 27 |
+
Gemma is provided under and subject to the [Gemma Terms of Use](https://ai.google.dev/gemma/terms).
|
| 28 |
+
By using this model, you agree to the Gemma Terms of Use and the [Prohibited Use Policy](https://ai.google.dev/gemma/prohibited_use_policy).
|
| 29 |
+
This is a Model Derivative of Gemma.
|
fp16/model.pte
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45d1b6bb738c1e5a89261a8f357863aa5a1f98b0405afbd83c6da29eabcc3c8c
|
| 3 |
+
size 872557696
|
int4/model.pte
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf7bca3878a760d54deb8b0e8c753f6cae7c6abd638a5c902febb220a5b243da
|
| 3 |
+
size 320428032
|