Oysiyl commited on
Commit
59ce601
·
verified ·
1 Parent(s): a05c519

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -3,14 +3,17 @@ license: gemma
3
  library_name: mlx
4
  pipeline_tag: text-generation
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
  tags:
11
  - conversational
12
  - mlx
13
  base_model: google/gemma-2-2b-it
 
 
14
  ---
15
 
16
  # Oysiyl/gemma-2-2b-it-lora
@@ -40,4 +43,4 @@ if tokenizer.chat_template is not None:
40
  )
41
 
42
  response = generate(model, tokenizer, prompt=prompt, verbose=True)
43
- ```
 
3
  library_name: mlx
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
  tags:
12
  - conversational
13
  - mlx
14
  base_model: google/gemma-2-2b-it
15
+ datasets:
16
+ - win-wang/Machine_Learning_QA_Collection
17
  ---
18
 
19
  # Oysiyl/gemma-2-2b-it-lora
 
43
  )
44
 
45
  response = generate(model, tokenizer, prompt=prompt, verbose=True)
46
+ ```