shellzero commited on
Commit
266853d
·
verified ·
1 Parent(s): 5af08c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -7,4 +7,23 @@ language:
7
  pipeline_tag: text-generation
8
  tags:
9
  - mlx
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
 
7
  pipeline_tag: text-generation
8
  tags:
9
  - mlx
10
+ library_name: transformers
11
+ inference:
12
+ parameters:
13
+ max_new_tokens: 200
14
+ extra_gated_heading: Access Gemma on Hugging Face
15
+ extra_gated_prompt: >-
16
+ To access Gemma on Hugging Face, you’re required to review and agree to
17
+ Google’s usage license. To do this, please ensure you’re logged-in to Hugging
18
+ Face and click below. Requests are processed immediately.
19
+ extra_gated_button_content: Acknowledge license
20
+ license_link: https://ai.google.dev/gemma/terms
21
+ widget:
22
+ - text: |
23
+ <start_of_turn>user
24
+ ## Instructions
25
+ You are a helpful AI assistant.
26
+ ## User
27
+ How to make scrambled eggs?<end_of_turn>
28
+ <start_of_turn>model
29
  ---