Sweaterdog
commited on
Commit
•
5d9fe91
1
Parent(s):
3689add
Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,6 @@ tags:
|
|
7 |
- transformers
|
8 |
- unsloth
|
9 |
- qwen2
|
10 |
-
- gemma2
|
11 |
- llama3
|
12 |
- trl
|
13 |
license: apache-2.0
|
@@ -42,8 +41,12 @@ This model is built and designed to play Minecraft via the extension named "[Min
|
|
42 |
That is a great question, I know since Llama 3.2 3b has low amounts of parameters, it is dumb, and doesn't play minecraft well without fine tuning, but, it is a lot smaller than other models which are for people with less powerful computers, and the hope is, once the model is tuned, it will become much better at minecraft.
|
43 |
|
44 |
- Why is it taking so long to release more tuned models?
|
45 |
-
#
|
46 |
Well, you see, I do not have the most powerful computer, and Unsloth, the thing I'm using for fine tuning, has a google colab set up, so I am waiting for GPU time to tune the models, but they will be released ASAP, I promise.
|
|
|
|
|
|
|
|
|
47 |
# How to Use
|
48 |
In order to use this model, A, download the GGUF file of the version you want, either a Qwen, or Llama model, and then the Modelfile, after you download both, in the Modelfile, change the directory of the model, to your model. Here is a simple guide if needed for the rest:
|
49 |
#
|
|
|
7 |
- transformers
|
8 |
- unsloth
|
9 |
- qwen2
|
|
|
10 |
- llama3
|
11 |
- trl
|
12 |
license: apache-2.0
|
|
|
41 |
That is a great question, I know since Llama 3.2 3b has low amounts of parameters, it is dumb, and doesn't play minecraft well without fine tuning, but, it is a lot smaller than other models which are for people with less powerful computers, and the hope is, once the model is tuned, it will become much better at minecraft.
|
42 |
|
43 |
- Why is it taking so long to release more tuned models?
|
44 |
+
#
|
45 |
Well, you see, I do not have the most powerful computer, and Unsloth, the thing I'm using for fine tuning, has a google colab set up, so I am waiting for GPU time to tune the models, but they will be released ASAP, I promise.
|
46 |
+
|
47 |
+
- Will there ever be vision fine tuning?
|
48 |
+
#
|
49 |
+
Yes! In MindCraft there will be vision support for VLM's *(vision language models)*, Most likely, the model will be Qwen2-VL-7b, or LLaMa3.2-11b-vision since they are relatively new, yes, I am still holding out hope for llama3.2
|
50 |
# How to Use
|
51 |
In order to use this model, A, download the GGUF file of the version you want, either a Qwen, or Llama model, and then the Modelfile, after you download both, in the Modelfile, change the directory of the model, to your model. Here is a simple guide if needed for the rest:
|
52 |
#
|