fix: license gemma (not apache-2.0) per Gemma Terms of Use
Browse files
README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
-
license:
|
| 4 |
-
library_name: onnx
|
| 5 |
base_model: google/embeddinggemma-300m
|
| 6 |
tags:
|
| 7 |
- sentence-transformers
|
|
@@ -17,6 +16,8 @@ pipeline_tag: sentence-similarity
|
|
| 17 |
|
| 18 |
Fine-tuned [EmbeddingGemma-300M](https://huggingface.co/google/embeddinggemma-300m) for personalized content scoring with [Sift](https://github.com/shreyaskarnik/Sift).
|
| 19 |
|
|
|
|
|
|
|
| 20 |
## What is this?
|
| 21 |
|
| 22 |
This is a sentence embedding model fine-tuned on personal browsing labels collected with the Sift Chrome extension. It scores feed items (Hacker News, Reddit, X) against interest categories using cosine similarity, running entirely in the browser via [Transformers.js](https://huggingface.co/docs/transformers.js).
|
|
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
+
license: gemma
|
|
|
|
| 4 |
base_model: google/embeddinggemma-300m
|
| 5 |
tags:
|
| 6 |
- sentence-transformers
|
|
|
|
| 16 |
|
| 17 |
Fine-tuned [EmbeddingGemma-300M](https://huggingface.co/google/embeddinggemma-300m) for personalized content scoring with [Sift](https://github.com/shreyaskarnik/Sift).
|
| 18 |
|
| 19 |
+
> **License:** This model is a derivative of Google's Gemma and is subject to the [Gemma Terms of Use](https://ai.google.dev/gemma/terms). By using this model, you agree to those terms.
|
| 20 |
+
|
| 21 |
## What is this?
|
| 22 |
|
| 23 |
This is a sentence embedding model fine-tuned on personal browsing labels collected with the Sift Chrome extension. It scores feed items (Hacker News, Reddit, X) against interest categories using cosine similarity, running entirely in the browser via [Transformers.js](https://huggingface.co/docs/transformers.js).
|