Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,6 @@ license: gemma
|
|
3 |
library_name: transformers
|
4 |
tags:
|
5 |
- llama-cpp
|
6 |
-
- gguf-my-repo
|
7 |
widget:
|
8 |
- messages:
|
9 |
- role: user
|
@@ -12,8 +11,9 @@ inference:
|
|
12 |
parameters:
|
13 |
max_new_tokens: 200
|
14 |
extra_gated_heading: Access Gemma on Hugging Face
|
15 |
-
extra_gated_prompt:
|
16 |
-
|
|
|
17 |
Face and click below. Requests are processed immediately.
|
18 |
extra_gated_button_content: Acknowledge license
|
19 |
---
|
@@ -41,4 +41,4 @@ git clone https://github.com/ggerganov/llama.cpp && \
|
|
41 |
cd llama.cpp && \
|
42 |
make && \
|
43 |
./main -m gemma-2b-it-q4_k_m.gguf -n 128
|
44 |
-
```
|
|
|
3 |
library_name: transformers
|
4 |
tags:
|
5 |
- llama-cpp
|
|
|
6 |
widget:
|
7 |
- messages:
|
8 |
- role: user
|
|
|
11 |
parameters:
|
12 |
max_new_tokens: 200
|
13 |
extra_gated_heading: Access Gemma on Hugging Face
|
14 |
+
extra_gated_prompt: >-
|
15 |
+
To access Gemma on Hugging Face, you’re required to review and agree to
|
16 |
+
Google’s usage license. To do this, please ensure you’re logged-in to Hugging
|
17 |
Face and click below. Requests are processed immediately.
|
18 |
extra_gated_button_content: Acknowledge license
|
19 |
---
|
|
|
41 |
cd llama.cpp && \
|
42 |
make && \
|
43 |
./main -m gemma-2b-it-q4_k_m.gguf -n 128
|
44 |
+
```
|