munish0838 commited on
Commit
a50529d
1 Parent(s): 8e5005f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ base_model: unsloth/gemma-2-2b-bnb-4bit
5
+ tags:
6
+ - text-generation-inference
7
+ - transformers
8
+ - unsloth
9
+ - gemma2
10
+ - trl
11
+ license: apache-2.0
12
+ language:
13
+ - en
14
+
15
+ ---
16
+
17
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
18
+
19
+
20
+ # QuantFactory/GRMR-2B-Instruct-old-GGUF
21
+ This is quantized version of [qingy2024/GRMR-2B-Instruct-old](https://huggingface.co/qingy2024/GRMR-2B-Instruct-old) created using llama.cpp
22
+
23
+ # Original Model Card
24
+
25
+
26
+ # Uploaded model
27
+
28
+ - **Developed by:** qingy2024
29
+ - **License:** apache-2.0
30
+ - **Finetuned from model :** unsloth/gemma-2-2b-bnb-4bit
31
+
32
+ This fine-tune of Gemma 2 2B is trained to take any input text and repeat it (with fixed grammar). *Now fine tuned for 300 steps*
33
+
34
+ Example:
35
+
36
+
37
+ **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.
38
+
39
+ **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.
40
+
41
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
42
+