Text Generation
Transformers
Safetensors
English
llama
text-generation-inference
4-bit precision
gptq
TheBloke commited on
Commit
0e8bf88
1 Parent(s): 5ab5488

Updating model files

Browse files
Files changed (1) hide show
  1. README.md +26 -4
README.md CHANGED
@@ -15,6 +15,17 @@ language:
15
  library_name: transformers
16
  pipeline_tag: text-generation
17
  ---
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  # Manticore 13B GPTQ
20
 
@@ -62,6 +73,17 @@ It was created without `--act-order` to ensure compatibility with all UIs out th
62
  ```
63
 
64
 
 
 
 
 
 
 
 
 
 
 
 
65
  # Original Model Card: Manticore 13B - Preview Release (previously Wizard Mega)
66
 
67
  Manticore 13B is a Llama 13B model fine-tuned on the following datasets:
@@ -94,8 +116,8 @@ Try out the model in HF Spaces. The demo uses a quantized GGML version of the mo
94
 
95
  ## Build
96
 
97
- Manticore was built with [Axolotl](https://github.com/OpenAccess-AI-Collective/axolotl) on 8xA100 80GB
98
- - Preview Release: 1 epoch taking 8 hours.
99
  - 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).
100
 
101
  ## Bias, Risks, and Limitations
@@ -107,11 +129,11 @@ Manticore was fine-tuned from the base model LlaMa 13B, please refer to its mode
107
  ````
108
  ### Instruction: write Python code that returns the first n numbers of the Fibonacci sequence using memoization.
109
 
110
- ### Assistant:
111
  ````
112
 
113
  ```
114
- ### Instruction: Finish the joke, a mechanic and a car salesman walk into a bar...
115
 
116
  ### Assistant:
117
  ```
 
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 GPTQ
31
 
 
73
  ```
74
 
75
 
76
+ ## Want to support my work?
77
+
78
+ 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.
79
+
80
+ 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.
81
+
82
+ 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.
83
+
84
+ * Patreon: coming soon! (just awaiting approval)
85
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
86
+ * Discord: https://discord.gg/UBgz4VXf
87
  # Original Model Card: Manticore 13B - Preview Release (previously Wizard Mega)
88
 
89
  Manticore 13B is a Llama 13B model fine-tuned on the following datasets:
 
116
 
117
  ## Build
118
 
119
+ Manticore was built with [Axolotl](https://github.com/OpenAccess-AI-Collective/axolotl) on 8xA100 80GB
120
+ - Preview Release: 1 epoch taking 8 hours.
121
  - 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).
122
 
123
  ## Bias, Risks, and Limitations
 
129
  ````
130
  ### Instruction: write Python code that returns the first n numbers of the Fibonacci sequence using memoization.
131
 
132
+ ### Assistant:
133
  ````
134
 
135
  ```
136
+ ### Instruction: Finish the joke, a mechanic and a car salesman walk into a bar...
137
 
138
  ### Assistant:
139
  ```