Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,41 @@ tags:
|
|
25 |
|
26 |
---
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
## 🔍 Model Specifications
|
29 |
|
30 |
- **Parameters:** 8 B
|
|
|
25 |
|
26 |
---
|
27 |
|
28 |
+
## If you are downloading on Huggingface, follow these directions!
|
29 |
+
## DO NOT Use the `Use This Model` feature in Huggingface!
|
30 |
+
<details>
|
31 |
+
1. Select the model you would like to use *(The regular model, as well as the small model is recommended)*
|
32 |
+
|
33 |
+
2. Download the Modelfile
|
34 |
+
|
35 |
+
3. Once downloaded, open Modelfile in a text editor, and change the path to the download location of the gguf file
|
36 |
+
|
37 |
+
4. When changed, save the file, and open command terminal
|
38 |
+
|
39 |
+
5. *(Optional if CMD isn't opened via file explorer)* Navigate to the correct directory using "cd"
|
40 |
+
|
41 |
+
6. Run the command `ollama create sweaterdog/Andy-4 -f Modelfile` If you want multiple models, include a tag afterwards. Example: sweaterdog/Andy-4:micro-fp16 or sweaterdog/Andy-4:q2_k
|
42 |
+
|
43 |
+
7. Go to a profile in MindCraft
|
44 |
+
8. Change the model to be `sweaterdog/Andy-3.5` *Or whatever you named your model*
|
45 |
+
|
46 |
+
9. Ensure you have the emdedding tag set to Ollama, like below
|
47 |
+
```
|
48 |
+
{
|
49 |
+
"name": "andy-4",
|
50 |
+
|
51 |
+
"model": "Sweaterdog/Andy-4",
|
52 |
+
|
53 |
+
"embedding": "ollama"
|
54 |
+
|
55 |
+
}
|
56 |
+
```
|
57 |
+
</details>
|
58 |
+
|
59 |
+
## DO NOT SKIP THIS SECTION IF YOU INTEND ON INSTALLING OFF OF HUGGINGFACE
|
60 |
+
|
61 |
+
---
|
62 |
+
|
63 |
## 🔍 Model Specifications
|
64 |
|
65 |
- **Parameters:** 8 B
|