Sweaterdog
commited on
Commit
•
738c024
1
Parent(s):
fbf188a
Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,24 @@ This model is built and designed to play Minecraft via the extension named "[Min
|
|
36 |
Here is the link to the Google Colab notebook for fine tuning your own model, in case you want to use a different one, such as Llama-3-8b, or if you want to change the hyperparameters
|
37 |
[Google Colab](https://colab.research.google.com/drive/1qO2-9v4iwD5OvIdjewcCsp2QksoE5T_D?usp=sharing)
|
38 |
|
39 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
41 |
|
42 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
36 |
Here is the link to the Google Colab notebook for fine tuning your own model, in case you want to use a different one, such as Llama-3-8b, or if you want to change the hyperparameters
|
37 |
[Google Colab](https://colab.research.google.com/drive/1qO2-9v4iwD5OvIdjewcCsp2QksoE5T_D?usp=sharing)
|
38 |
|
39 |
+
# How to Use
|
40 |
+
In order to use this model, A, download the GGUF file of the version you want, either a Qwen, or Gemma 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:
|
41 |
+
#
|
42 |
+
1.Download the .gguf Model u want. For this example it is in the standard Windows "Download" Folder
|
43 |
+
|
44 |
+
2.Create a Modelfile.txt File in C:/Users/YourWindowsName
|
45 |
+
|
46 |
+
3.Open the Modelfile.txt and insert "from C:\Users\YourWindowsName\Downloads\MODELNAME.gguf"
|
47 |
+
|
48 |
+
4.Safe+Close Modelfile.txt
|
49 |
+
|
50 |
+
5.Rename "Modelfile.txt" into "Modelfile"
|
51 |
+
|
52 |
+
6.Open CMD and type in "ollama create NAMEYOUWANT -f Modelfile"
|
53 |
+
|
54 |
+
7.Wait until finished
|
55 |
+
|
56 |
+
8.In the CMD window, type "ollama run Hermes1" (replace the 1 in Hermes with whatever version you downloaded)
|
57 |
This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
58 |
|
59 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|