qingy2024 commited on
Commit
63e5733
1 Parent(s): e51ad29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -9,6 +9,8 @@ tags:
9
  license: apache-2.0
10
  language:
11
  - en
 
 
12
  ---
13
 
14
  # Uploaded model
@@ -17,6 +19,14 @@ language:
17
  - **License:** apache-2.0
18
  - **Finetuned from model :** unsloth/gemma-2-2b-bnb-4bit
19
 
20
- This gemma2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
9
  license: apache-2.0
10
  language:
11
  - en
12
+ datasets:
13
+ - qingy2024/grmr-162k
14
  ---
15
 
16
  # Uploaded model
 
19
  - **License:** apache-2.0
20
  - **Finetuned from model :** unsloth/gemma-2-2b-bnb-4bit
21
 
22
+ This fine-tune of Gemma 2 2B is trained to take any input text and repeat it (with fixed grammar).
23
 
24
+ Example:
25
+
26
+
27
+ **User**: Find a clip from a professional production of any musical within the past 50 years. The Tony awards have a lot of great options of performances of Tony nominated performances in the archives on their websites.
28
+
29
+ **GRMR-2B-Instruct**: Find a clip from a professional production of any musical within the past 50 years. The Tony Awards have a lot of great options of performances of Tony-nominated performances in their archives on their websites.
30
+
31
+
32
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)