GGUF
English
llama
gaming
minecraft
mindcraft
conversational
Sweaterdog commited on
Commit
8751991
·
verified ·
1 Parent(s): 197fed8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -3
README.md CHANGED
@@ -28,11 +28,15 @@ tags:
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
 
@@ -41,7 +45,7 @@ tags:
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
  ```
@@ -54,6 +58,42 @@ tags:
54
 
55
  }
56
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  </details>
58
 
59
  ## DO NOT SKIP THIS SECTION IF YOU INTEND ON INSTALLING OFF OF HUGGINGFACE
 
28
  ## If you are downloading on Huggingface, follow these directions!
29
  ## DO NOT Use the `Use This Model` feature in Huggingface!
30
  <details>
31
+ <summary>Andy-4 Huggingface Install Directions</summary>
32
+
33
+ Method One:
34
+
35
+ 1. Select the model you would like to use
36
 
37
  2. Download the Modelfile
38
 
39
+ 3. Once downloaded, open Modelfile in a text editor, and change the `FROM` parameter from `YOUR/PATH/HERE` to the download location of the gguf file, this has to be exact!
40
 
41
  4. When changed, save the file, and open command terminal
42
 
 
45
  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
46
 
47
  7. Go to a profile in MindCraft
48
+ 8. Change the model to be `sweaterdog/Andy-4` *Or whatever you named your model*
49
 
50
  9. Ensure you have the emdedding tag set to Ollama, like below
51
  ```
 
58
 
59
  }
60
  ```
61
+
62
+ Method Two:
63
+
64
+ 1. Download the Modelfile
65
+
66
+ 2. Once downloaded, open Modelfile in a text editor, and change the `FROM` parameter from `YOUR/PATH/HERE` To one of the models listed here in the `Use This Model` tab under ollama, here are the options:
67
+ ```
68
+ hf.co/Sweaterdog/Andy-4:Q2_K
69
+ hf.co/Sweaterdog/Andy-4:Q3_K_M
70
+ hf.co/Sweaterdog/Andy-4:Q4_K_M
71
+ hf.co/Sweaterdog/Andy-4:Q5_K_M
72
+ hf.co/Sweaterdog/Andy-4:Q8_0
73
+ hf.co/Sweaterdog/Andy-4:F16
74
+ ```
75
+
76
+ 3. When changed, save the file, and open command terminal
77
+
78
+ 4. *(Optional if CMD isn't opened via file explorer)* Navigate to the correct directory using "cd"
79
+
80
+ 5. 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
81
+
82
+ 6. Go to a profile in MindCraft
83
+
84
+ 7. Change the model to be `sweaterdog/Andy-4` *Or whatever you named your model*
85
+
86
+ 8. Ensure you have the emdedding tag set to Ollama, like below
87
+ ```
88
+ {
89
+ "name": "andy-4",
90
+
91
+ "model": "Sweaterdog/Andy-4",
92
+
93
+ "embedding": "ollama"
94
+
95
+ }
96
+ ```
97
  </details>
98
 
99
  ## DO NOT SKIP THIS SECTION IF YOU INTEND ON INSTALLING OFF OF HUGGINGFACE