Updating model files
Browse files
README.md
CHANGED
@@ -15,6 +15,17 @@ language:
|
|
15 |
library_name: transformers
|
16 |
pipeline_tag: text-generation
|
17 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
# Manticore 13B GGML
|
20 |
|
@@ -67,6 +78,17 @@ GGML models can be loaded into text-generation-webui by installing the llama.cpp
|
|
67 |
|
68 |
Further instructions here: [text-generation-webui/docs/llama.cpp-models.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/llama.cpp-models.md).
|
69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
# Original Model Card: Manticore 13B - Preview Release (previously Wizard Mega)
|
71 |
|
72 |
Manticore 13B is a Llama 13B model fine-tuned on the following datasets:
|
@@ -99,8 +121,8 @@ Try out the model in HF Spaces. The demo uses a quantized GGML version of the mo
|
|
99 |
|
100 |
## Build
|
101 |
|
102 |
-
Manticore was built with [Axolotl](https://github.com/OpenAccess-AI-Collective/axolotl) on 8xA100 80GB
|
103 |
-
- Preview Release: 1 epoch taking 8 hours.
|
104 |
- The configuration to duplicate this build is provided in this repo's [/config folder](https://huggingface.co/openaccess-ai-collective/manticore-13b/tree/main/configs).
|
105 |
|
106 |
## Bias, Risks, and Limitations
|
@@ -112,11 +134,11 @@ Manticore was fine-tuned from the base model LlaMa 13B, please refer to its mode
|
|
112 |
````
|
113 |
### Instruction: write Python code that returns the first n numbers of the Fibonacci sequence using memoization.
|
114 |
|
115 |
-
### Assistant:
|
116 |
````
|
117 |
|
118 |
```
|
119 |
-
### Instruction: Finish the joke, a mechanic and a car salesman walk into a bar...
|
120 |
|
121 |
### Assistant:
|
122 |
```
|
|
|
15 |
library_name: transformers
|
16 |
pipeline_tag: text-generation
|
17 |
---
|
18 |
+
<div style="width: 100%;">
|
19 |
+
<img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
20 |
+
</div>
|
21 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
22 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
23 |
+
<p><a href="https://discord.gg/UBgz4VXf">Chat & support: my new Discord server</a></p>
|
24 |
+
</div>
|
25 |
+
<div style="display: flex; flex-direction: column; align-items: flex-end;">
|
26 |
+
<p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? Patreon coming soon!</a></p>
|
27 |
+
</div>
|
28 |
+
</div>
|
29 |
|
30 |
# Manticore 13B GGML
|
31 |
|
|
|
78 |
|
79 |
Further instructions here: [text-generation-webui/docs/llama.cpp-models.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/llama.cpp-models.md).
|
80 |
|
81 |
+
## Want to support my work?
|
82 |
+
|
83 |
+
I've had a lot of people ask if they can contribute. I love providing models and helping people, but it is starting to rack up pretty big cloud computing bills.
|
84 |
+
|
85 |
+
So if you're able and willing to contribute, it'd be most gratefully received and will help me to keep providing models, and work on various AI projects.
|
86 |
+
|
87 |
+
Donaters will get priority support on any and all AI/LLM/model questions, and I'll gladly quantise any model you'd like to try.
|
88 |
+
|
89 |
+
* Patreon: coming soon! (just awaiting approval)
|
90 |
+
* Ko-Fi: https://ko-fi.com/TheBlokeAI
|
91 |
+
* Discord: https://discord.gg/UBgz4VXf
|
92 |
# Original Model Card: Manticore 13B - Preview Release (previously Wizard Mega)
|
93 |
|
94 |
Manticore 13B is a Llama 13B model fine-tuned on the following datasets:
|
|
|
121 |
|
122 |
## Build
|
123 |
|
124 |
+
Manticore was built with [Axolotl](https://github.com/OpenAccess-AI-Collective/axolotl) on 8xA100 80GB
|
125 |
+
- Preview Release: 1 epoch taking 8 hours.
|
126 |
- The configuration to duplicate this build is provided in this repo's [/config folder](https://huggingface.co/openaccess-ai-collective/manticore-13b/tree/main/configs).
|
127 |
|
128 |
## Bias, Risks, and Limitations
|
|
|
134 |
````
|
135 |
### Instruction: write Python code that returns the first n numbers of the Fibonacci sequence using memoization.
|
136 |
|
137 |
+
### Assistant:
|
138 |
````
|
139 |
|
140 |
```
|
141 |
+
### Instruction: Finish the joke, a mechanic and a car salesman walk into a bar...
|
142 |
|
143 |
### Assistant:
|
144 |
```
|