alexgusevski commited on
Commit
2b9eaa3
·
verified ·
1 Parent(s): f74f089

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
2
  license: gemma
3
  library_name: transformers
4
- pipeline_tag: image-text-to-text
5
  extra_gated_heading: Access Gemma on Hugging Face
6
- extra_gated_prompt: To access Gemma on Hugging Face, you’re required to review and
7
- agree to Google’s usage license. To do this, please ensure you’re logged in to Hugging
 
8
  Face and click below. Requests are processed immediately.
9
  extra_gated_button_content: Acknowledge license
10
  base_model: google/gemma-3-4b-it
@@ -38,4 +39,4 @@ if tokenizer.chat_template is not None:
38
  )
39
 
40
  response = generate(model, tokenizer, prompt=prompt, verbose=True)
41
- ```
 
1
  ---
2
  license: gemma
3
  library_name: transformers
4
+ pipeline_tag: text-generation
5
  extra_gated_heading: Access Gemma on Hugging Face
6
+ extra_gated_prompt: >-
7
+ To access Gemma on Hugging Face, you’re required to review and agree to
8
+ Google’s usage license. To do this, please ensure you’re logged in to Hugging
9
  Face and click below. Requests are processed immediately.
10
  extra_gated_button_content: Acknowledge license
11
  base_model: google/gemma-3-4b-it
 
39
  )
40
 
41
  response = generate(model, tokenizer, prompt=prompt, verbose=True)
42
+ ```