Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
base_model: unsloth/gemma-1.1-7b-it-bnb-4bit
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
base_model: unsloth/gemma-1.1-7b-it-bnb-4bit
|
4 |
+
datasets:
|
5 |
+
- naklecha/minecraft-question-answer-700k
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
---
|
9 |
+
|
10 |
+
# Gemma 1.1 7B Minecraft QA Model
|
11 |
+
This fine-tuned Gemma 7B Instruct model from Unsloth using data from naklecha/minecraft-question-answer-700k to enhance its understanding and generation of Minecraft-related content. This specialized model is now better equipped to provide detailed information and support for Minecraft players and developers.
|
12 |
+
|
13 |
+
## Model Info
|
14 |
+
Fine-tuned with NVIDIA A100 with 100 steps, took 5 minutes to train using TRL, QLoRA and quantized.
|
15 |
+
|
16 |
+
Note that since the model is quantized, you have to use it with a GPU.
|