add model card + Gemma license notice
Browse files
README.md
CHANGED
|
@@ -1,32 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: gemma
|
| 3 |
-
library_name: pytorch
|
| 4 |
-
pipeline_tag: tabular-regression
|
| 5 |
-
tags:
|
| 6 |
-
- regression
|
| 7 |
-
- text-to-number
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
| 11 |
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
## License & use restrictions
|
| 16 |
-
|
| 17 |
-
This checkpoint is built on a **T5Gemma** encoder and is therefore a
|
| 18 |
-
**derivative of Gemma**. Use of these weights is governed by the **Gemma Terms
|
| 19 |
-
of Use** and the **Gemma Prohibited Use Policy**:
|
| 20 |
-
|
| 21 |
-
- Gemma Terms of Use — <https://ai.google.dev/gemma/terms>
|
| 22 |
-
- Gemma Prohibited Use Policy — <https://ai.google.dev/gemma/prohibited_use_policy>
|
| 23 |
|
| 24 |
> Gemma is provided under and subject to the Gemma Terms of Use found at
|
| 25 |
> <https://ai.google.dev/gemma/terms>
|
| 26 |
|
| 27 |
-
|
| 28 |
-
use restrictions. If you redistribute the weights or any derivative, you must
|
| 29 |
-
pass these terms on.
|
| 30 |
-
|
| 31 |
-
The accompanying model code is derived from RegressLM
|
| 32 |
-
(<https://github.com/google-deepmind/regress-lm>), licensed under Apache-2.0.
|
|
|
|
| 1 |
---
|
| 2 |
license: gemma
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
+
These weights are derived from Gemma (T5Gemma encoder). Your use is governed by
|
| 6 |
+
the Gemma Terms of Use and the Gemma Prohibited Use Policy:
|
| 7 |
|
| 8 |
+
- <https://ai.google.dev/gemma/terms>
|
| 9 |
+
- <https://ai.google.dev/gemma/prohibited_use_policy>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
> Gemma is provided under and subject to the Gemma Terms of Use found at
|
| 12 |
> <https://ai.google.dev/gemma/terms>
|
| 13 |
|
| 14 |
+
If you redistribute these weights or any derivative, you must pass on these terms.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|