Sweaterdog
commited on
Commit
•
58f44e1
1
Parent(s):
738c024
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,7 @@ tags:
|
|
5 |
- transformers
|
6 |
- unsloth
|
7 |
- qwen2
|
|
|
8 |
- trl
|
9 |
license: apache-2.0
|
10 |
language:
|
@@ -38,7 +39,7 @@ Here is the link to the Google Colab notebook for fine tuning your own model, in
|
|
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
|
@@ -54,6 +55,8 @@ In order to use this model, A, download the GGUF file of the version you want, e
|
|
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 |
-
|
|
|
|
|
58 |
|
59 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
5 |
- transformers
|
6 |
- unsloth
|
7 |
- qwen2
|
8 |
+
- gemma2
|
9 |
- trl
|
10 |
license: apache-2.0
|
11 |
language:
|
|
|
39 |
|
40 |
# How to Use
|
41 |
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:
|
42 |
+
#
|
43 |
1.Download the .gguf Model u want. For this example it is in the standard Windows "Download" Folder
|
44 |
|
45 |
2.Create a Modelfile.txt File in C:/Users/YourWindowsName
|
|
|
55 |
7.Wait until finished
|
56 |
|
57 |
8.In the CMD window, type "ollama run Hermes1" (replace the 1 in Hermes with whatever version you downloaded)
|
58 |
+
|
59 |
+
#
|
60 |
+
This qwen2 and gemma2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
61 |
|
62 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|