Update link to terms (#48)
Browse files- Update link to terms (b0cabcb8cda414aac2576eddbfd1ecb182d5e905)
Co-authored-by: Simon Brandeis <[email protected]>
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
3 |
widget:
|
4 |
- messages:
|
5 |
- role: user
|
@@ -8,12 +9,10 @@ inference:
|
|
8 |
parameters:
|
9 |
max_new_tokens: 200
|
10 |
extra_gated_heading: Access Gemma on Hugging Face
|
11 |
-
extra_gated_prompt:
|
12 |
-
|
13 |
-
Google’s usage license. To do this, please ensure you’re logged-in to Hugging
|
14 |
Face and click below. Requests are processed immediately.
|
15 |
extra_gated_button_content: Acknowledge license
|
16 |
-
license: gemma
|
17 |
---
|
18 |
|
19 |
# Gemma Model Card
|
@@ -28,7 +27,7 @@ This model card corresponds to the 2B instruct version of the Gemma model. You c
|
|
28 |
* [Gemma on Kaggle](https://www.kaggle.com/models/google/gemma)
|
29 |
* [Gemma on Vertex Model Garden](https://console.cloud.google.com/vertex-ai/publishers/google/model-garden/335?version=gemma-2b-it-gg-hf)
|
30 |
|
31 |
-
**Terms of Use**: [Terms](https://www.kaggle.com/models/google/gemma/license/consent)
|
32 |
|
33 |
**Authors**: Google
|
34 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: gemma
|
4 |
widget:
|
5 |
- messages:
|
6 |
- role: user
|
|
|
9 |
parameters:
|
10 |
max_new_tokens: 200
|
11 |
extra_gated_heading: Access Gemma on Hugging Face
|
12 |
+
extra_gated_prompt: To access Gemma on Hugging Face, you’re required to review and
|
13 |
+
agree to Google’s usage license. To do this, please ensure you’re logged-in to Hugging
|
|
|
14 |
Face and click below. Requests are processed immediately.
|
15 |
extra_gated_button_content: Acknowledge license
|
|
|
16 |
---
|
17 |
|
18 |
# Gemma Model Card
|
|
|
27 |
* [Gemma on Kaggle](https://www.kaggle.com/models/google/gemma)
|
28 |
* [Gemma on Vertex Model Garden](https://console.cloud.google.com/vertex-ai/publishers/google/model-garden/335?version=gemma-2b-it-gg-hf)
|
29 |
|
30 |
+
**Terms of Use**: [Terms](https://www.kaggle.com/models/google/gemma/license/consent/verify/huggingface?returnModelRepoId=google/gemma-2b-it)
|
31 |
|
32 |
**Authors**: Google
|
33 |
|