Sweaterdog
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -47,21 +47,23 @@ This model is built and designed to play Minecraft via the extension named "[Min
|
|
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 |
#
|
50 |
-
1.Download the .gguf Model u want. For this example it is in the standard Windows "Download" Folder
|
51 |
|
52 |
-
2.Download the Modelfile
|
53 |
|
54 |
-
3.Open the Modelfile with / in notepad, or you can rename it to Modelfile.txt, and change the GGUF path, for example, this is my PATH "C:\Users\SweaterDog\OneDrive\Documents\Raw GGUF Files\Hermes-1.0\Hermes-1.Q8_0.gguf"
|
55 |
|
56 |
-
4.Safe + Close Modelfile
|
57 |
|
58 |
-
5.Rename "Modelfile.txt" into "Modelfile" if you changed it before-hand
|
59 |
|
60 |
-
6.Open CMD and type in "ollama create Hermes1 -f Modelfile" (You can change the name to anything you'd like, for this example, I am just using the same name as the GGUF)
|
61 |
|
62 |
-
7.Wait until finished
|
63 |
|
64 |
-
8.In the CMD window, type "ollama run Hermes1" (replace the
|
|
|
|
|
65 |
|
66 |
# How to fine tune a Gemini Model
|
67 |
1. Download the CSV for [MindCraft-LLM-tuning](https://huggingface.co/datasets/Sweaterdog/MindCraft-LLM-tuning)
|
|
|
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 |
#
|
50 |
+
1. Download the .gguf Model u want. For this example it is in the standard Windows "Download" Folder
|
51 |
|
52 |
+
2. Download the Modelfile
|
53 |
|
54 |
+
3. Open the Modelfile with / in notepad, or you can rename it to Modelfile.txt, and change the GGUF path, for example, this is my PATH "C:\Users\SweaterDog\OneDrive\Documents\Raw GGUF Files\Hermes-1.0\Hermes-1.Q8_0.gguf"
|
55 |
|
56 |
+
4. Safe + Close Modelfile
|
57 |
|
58 |
+
5. Rename "Modelfile.txt" into "Modelfile" if you changed it before-hand
|
59 |
|
60 |
+
6. Open CMD and type in "ollama create Hermes1 -f Modelfile" (You can change the name to anything you'd like, for this example, I am just using the same name as the GGUF)
|
61 |
|
62 |
+
7. Wait until finished
|
63 |
|
64 |
+
8. In the CMD window, type "ollama run Hermes1" (replace the name with whatever you called it)
|
65 |
+
|
66 |
+
9. (Optional, needed for versions after the 11/15/24 update) If you downloaded a model that was tuned from Qwen, and in the model name you kept Qwen, you need to go into the file "prompter.js" and remove the qwen section, if you named it something that doesn't include qwen in the name, you can skip this step.
|
67 |
|
68 |
# How to fine tune a Gemini Model
|
69 |
1. Download the CSV for [MindCraft-LLM-tuning](https://huggingface.co/datasets/Sweaterdog/MindCraft-LLM-tuning)
|