Downloads · 30 days
1.3K
9% of all-time downloads
Sweaterdog/Andy-4
Andy-4 is a machine learning model from Sweaterdog. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
Andy‑4 is an 8 billion‑parameter specialist model tuned for Minecraft gameplay via the Mindcraft framework. Trained on a single RTX 3090 over three weeks, Andy‑4 delivers advanced reasoning, multi‑step planning, and r…
Downloads · 30 days
1.3K
9% of all-time downloads
All-time downloads
14.6K
Public
Repo size
42.5 GB
Likes
17
Public
Click a slice to open those files.
.gguf42.5 GB · 100%
From the Hugging Face model README
Andy‑4 is an 8 billion‑parameter specialist model tuned for Minecraft gameplay via the Mindcraft framework. Trained on a single RTX 3090 over three weeks, Andy‑4 delivers advanced reasoning, multi‑step planning, and robust in‑game decision‑making.
The Current version of Andy-4 is Andy-4-0516, this was the date training finished.
(Good all around model for anyone with less than 16GB of VRAM)
(Great model to fit inside of laptops or low-end PCs)
(Generally not recommended due to low performance, but great for edge-case scenarios like phones)
Andy-4-tiny has yet to be released, but is in training
Use This Model feature in Huggingface!Method One:
Select the model you would like to use
Download the Modelfile
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!
When changed, save the file, and open command terminal
(Optional if CMD isn't opened via file explorer) Navigate to the correct directory using "cd"
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
Go to a profile in MindCraft
Change the model to be sweaterdog/Andy-4 Or whatever you named your model
Ensure you have the emdedding tag set to Ollama, like below
{
"name": "andy-4",
"model": "Sweaterdog/Andy-4",
"embedding": "ollama"
}
Method Two:
Download the Modelfile
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:
```
hf.co/Sweaterdog/Andy-4:Q2_K
hf.co/Sweaterdog/Andy-4:Q3_K_M
hf.co/Sweaterdog/Andy-4:Q4_K_M
hf.co/Sweaterdog/Andy-4:Q5_K_M
hf.co/Sweaterdog/Andy-4:Q8_0
hf.co/Sweaterdog/Andy-4:F16
3. When changed, save the file, and open command terminal
(Optional if CMD isn't opened via file explorer) Navigate to the correct directory using "cd"
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
Go to a profile in MindCraft
Change the model to be sweaterdog/Andy-4 Or whatever you named your model
Ensure you have the emdedding tag set to Ollama, like below
{
"name": "andy-4",
"model": "Sweaterdog/Andy-4",
"embedding": "ollama"
}
</details>
Parameters: 8 B
Training Hardware: 1 × NVIDIA RTX 3090
Duration: ~3 weeks total
Data Volumes:
Base Architecture: Deepseek-R1-LLaMA
License: Andy 1.0 License
Repository: https://huggingface.co/Sweaterdog/Andy‑4
Andy‑4‑base‑1 dataset
Andy‑4‑base-2 dataset
Fine‑tune (FT) dataset
bnb-4bit) for inferenceFirst, you need to choose your quantization, this chart is with the base of 8192 set as the context window
| Quantization | VRAM Required |
|---|---|
| F16 | 20 GB+ |
| Q8_0 | 12 GB |
| Q5_K_M | 8 GB+ |
| Q4_K_M | 6–8 GB |
| Q3_K_M | 6 GB (low) |
| Q2_K | 4–6 GB (ultra low) |
ollama/sweaterdog/andy-4:latestDownload
.GGUF quant weights (e.g. Andy-4.Q4_K_M.gguf).Modelfile.Edit
Change
FROM YOUR/PATH/HERE
to
FROM /path/to/Andy-4.Q4_K_M.gguf
Optional:
Increase the parameter num_ctx to a higher value for longer conversations if you:
A. Have extra VRAM
B. Quantized the context window
C. Can use a smaller model
ollama create andy-4 -f Modelfile
This registers the Andy‑4 model locally.
If you lack a GPU, check the Mindcraft Discord guide for free cloud setups.
To lower VRAM use for context windows:
OLLAMA_FLASH_ATTENTION=1
OLLAMA_KV_CACHE_TYPE=q8_0 # or q4_0 for extra savings, but far more unstable
export OLLAMA_FLASH_ATTENTION=1
export OLLAMA_KV_CACHE_TYPE="q8_0" # or "q4_0", but far more unstable
ollama serve
Thank you to Freeload101 for providing the compute for this model: https://github.com/freeload101
See Andy 1.0 License.
This work uses data and models created by @Sweaterdog.