Sweaterdog
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -2,12 +2,14 @@
|
|
2 |
base_model:
|
3 |
- unsloth/Qwen2.5-7B-bnb-4bit
|
4 |
- unsloth/gemma-2-9b-it-bnb-4bit
|
|
|
5 |
tags:
|
6 |
- text-generation-inference
|
7 |
- transformers
|
8 |
- unsloth
|
9 |
- qwen2
|
10 |
- gemma2
|
|
|
11 |
- trl
|
12 |
license: apache-2.0
|
13 |
language:
|
@@ -20,7 +22,7 @@ datasets:
|
|
20 |
|
21 |
- **Developed by:** Sweaterdog
|
22 |
- **License:** apache-2.0
|
23 |
-
- **Finetuned from model :** unsloth/Qwen2.5-7B-bnb-4bit and unsloth/gemma-2-9b-it-bnb-4bit
|
24 |
|
25 |
The MindCraft LLM tuning CSV file can be found here, this can be tweaked as needed. [MindCraft-LLM](https://huggingface.co/datasets/Sweaterdog/MindCraft-LLM-tuning/raw/main/Gemini-Minecraft%20-%20training_data_minecraft_updated.csv)
|
26 |
|
|
|
2 |
base_model:
|
3 |
- unsloth/Qwen2.5-7B-bnb-4bit
|
4 |
- unsloth/gemma-2-9b-it-bnb-4bit
|
5 |
+
- unsloth/Llama-3.2-3B-Instruct
|
6 |
tags:
|
7 |
- text-generation-inference
|
8 |
- transformers
|
9 |
- unsloth
|
10 |
- qwen2
|
11 |
- gemma2
|
12 |
+
- llama3
|
13 |
- trl
|
14 |
license: apache-2.0
|
15 |
language:
|
|
|
22 |
|
23 |
- **Developed by:** Sweaterdog
|
24 |
- **License:** apache-2.0
|
25 |
+
- **Finetuned from model :** unsloth/Qwen2.5-7B-bnb-4bit and unsloth/gemma-2-9b-it-bnb-4bit and unsloth/Llama-3.2-3B-Instruct
|
26 |
|
27 |
The MindCraft LLM tuning CSV file can be found here, this can be tweaked as needed. [MindCraft-LLM](https://huggingface.co/datasets/Sweaterdog/MindCraft-LLM-tuning/raw/main/Gemini-Minecraft%20-%20training_data_minecraft_updated.csv)
|
28 |
|