Update README.md
Browse files
README.md
CHANGED
@@ -53,10 +53,10 @@ tags:
|
|
53 |
|
54 |
10. Enjoy playing with an AI that you are hosting!
|
55 |
|
56 |
-
> #
|
57 |
-
>
|
58 |
-
>
|
59 |
-
>
|
60 |
|
61 |
|
62 |
# How was model trained?
|
@@ -70,11 +70,10 @@ Andy-3.5 also knows how to build / use !newAction to perform commands, it was tr
|
|
70 |
|
71 |
# What models can I choose?
|
72 |
|
73 |
-
There are going to be 3
|
74 |
* Regular is a 7B parameter model, tuned from [Deepseek-R1 Distilled](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B)
|
75 |
* Small is a 3B parameter model, tuned from [Qwen2.5 3B](Qwen/Qwen2.5-3B-Instruct)
|
76 |
* Mini is a 1.5B parameter model, also tuned from [Deepseek-R1 Distilled](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B)
|
77 |
-
* Large *(Might)* be a 32b parameter model, again tuned from [Deepseek-R1 Distilled](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B) *- This model may not exist,* ***ever***
|
78 |
|
79 |
Small has a dedicated **"reasoning"** version released, Regular won't have a reasoning tune, Andy-3.6 will have built in case-by-case reasoning.
|
80 |
|
@@ -83,28 +82,24 @@ Out of all of the models, Teensy had the largest percent of parameters tuned, be
|
|
83 |
# Safety and FAQ
|
84 |
|
85 |
Q: Is this model safe to use?
|
|
|
86 |
A. Yes, this model is non-volatile, and cannot generate malicous content
|
87 |
|
88 |
Q. Can this model be used on a server?
|
|
|
89 |
A. Yes, In theory and practice the model is only capable of building and performing manual tasks via newAction
|
90 |
|
91 |
Q. Who is responsible if this model does generate malicous content?
|
|
|
92 |
A. You are responsible, even though the model was never trained to be able to make malicous content, there is a ***very very slight chance*** it still generates malicous code.
|
93 |
|
94 |
Q. If I make media based on this model, like photos / videos, do I have to mention the Creator?
|
95 |
-
A. No, if you are making a post about MindCraft, and using this model, you only have to mention the creator if you mention the model being used.
|
96 |
|
97 |
-
|
98 |
-
|
99 |
-
The preview model of Andy-3.5, is Andy-3.5-teensy, a small model and tune with only 360 million parameters, it ***"understand Minecraft"***.
|
100 |
-
I would not recommend Andy-3.5-teensy, I felt like making a joke, and a joke was made, *(The Andy-3.5-teensy model was a big hope, but it sucks, try out the q2_k model!)*
|
101 |
-
|
102 |
-
|
103 |
-
The full versions of Andy-3.5, Andy-3.5-small, Andy-3.5-mini *(And possibly Andy-3.5-large)* have been released, and they all have a context length of 32,000 to ensure proper usage during playing.
|
104 |
|
105 |
# 🔥UPDATE🔥
|
106 |
|
107 |
-
**All models
|
108 |
|
109 |
To find models such as reasoning or mini, go into files and search inside the folder
|
110 |
|
@@ -116,6 +111,11 @@ When the full Andy-3.5-reasoning model is released, there will be the regular 7B
|
|
116 |
|
117 |
For future updates and generations there will **not** be a mini and a teensy version, of course the name may stay, but there wil **not** be a 1.5B **nor** a 360M model
|
118 |
|
|
|
|
|
|
|
|
|
|
|
119 |
# Performance Metrics
|
120 |
|
121 |
These benchmarks are a-typical, since most standard benchmarks don't apply to Minecraft
|
|
|
53 |
|
54 |
10. Enjoy playing with an AI that you are hosting!
|
55 |
|
56 |
+
> # Ollama Support [!NOTE]
|
57 |
+
> On Huggingface, there is an option to download GGUF models via Ollama
|
58 |
+
>
|
59 |
+
> However, this method **DOES NOT WORK** for models other than the base model of Andy-3.5!
|
60 |
|
61 |
|
62 |
# How was model trained?
|
|
|
70 |
|
71 |
# What models can I choose?
|
72 |
|
73 |
+
There are going to be 3 odel sizes avaliable, Regular, Small, and Mini
|
74 |
* Regular is a 7B parameter model, tuned from [Deepseek-R1 Distilled](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B)
|
75 |
* Small is a 3B parameter model, tuned from [Qwen2.5 3B](Qwen/Qwen2.5-3B-Instruct)
|
76 |
* Mini is a 1.5B parameter model, also tuned from [Deepseek-R1 Distilled](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B)
|
|
|
77 |
|
78 |
Small has a dedicated **"reasoning"** version released, Regular won't have a reasoning tune, Andy-3.6 will have built in case-by-case reasoning.
|
79 |
|
|
|
82 |
# Safety and FAQ
|
83 |
|
84 |
Q: Is this model safe to use?
|
85 |
+
|
86 |
A. Yes, this model is non-volatile, and cannot generate malicous content
|
87 |
|
88 |
Q. Can this model be used on a server?
|
89 |
+
|
90 |
A. Yes, In theory and practice the model is only capable of building and performing manual tasks via newAction
|
91 |
|
92 |
Q. Who is responsible if this model does generate malicous content?
|
93 |
+
|
94 |
A. You are responsible, even though the model was never trained to be able to make malicous content, there is a ***very very slight chance*** it still generates malicous code.
|
95 |
|
96 |
Q. If I make media based on this model, like photos / videos, do I have to mention the Creator?
|
|
|
97 |
|
98 |
+
A. No, if you are making a post about MindCraft, and using this model, you only have to mention the creator if you mention the model being used.
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
|
100 |
# 🔥UPDATE🔥
|
101 |
|
102 |
+
**All models have their own folder, besides the main version of Andy-3.5**
|
103 |
|
104 |
To find models such as reasoning or mini, go into files and search inside the folder
|
105 |
|
|
|
111 |
|
112 |
For future updates and generations there will **not** be a mini and a teensy version, of course the name may stay, but there wil **not** be a 1.5B **nor** a 360M model
|
113 |
|
114 |
+
> # I want to thank all supporters! [!NOTE]
|
115 |
+
> I would love to thank everyone who supported this project, there is a list of supporters in the files section.
|
116 |
+
>
|
117 |
+
> You can find all of the supporters [here](https://huggingface.co/Sweaterdog/Andy-3.5/blob/main/Supporters.txt)
|
118 |
+
|
119 |
# Performance Metrics
|
120 |
|
121 |
These benchmarks are a-typical, since most standard benchmarks don't apply to Minecraft
|