Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,24 @@
|
|
| 1 |
---
|
| 2 |
inference: false
|
| 3 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
<!-- header start -->
|
|
@@ -32,7 +50,15 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
|
|
| 32 |
|
| 33 |
* [4-bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/minotaur-13B-fixed-GPTQ)
|
| 34 |
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML)
|
| 35 |
-
* [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
<!-- compatibility_ggml start -->
|
| 38 |
## Compatibility
|
|
|
|
| 1 |
---
|
| 2 |
inference: false
|
| 3 |
license: other
|
| 4 |
+
tags:
|
| 5 |
+
- OpenAccess AI Collective
|
| 6 |
+
- MPT
|
| 7 |
+
- axolotl
|
| 8 |
+
datasets:
|
| 9 |
+
- ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered
|
| 10 |
+
- QingyiSi/Alpaca-CoT
|
| 11 |
+
- teknium/GPTeacher-General-Instruct
|
| 12 |
+
- metaeval/ScienceQA_text_only
|
| 13 |
+
- hellaswag
|
| 14 |
+
- openai/summarize_from_feedback
|
| 15 |
+
- riddle_sense
|
| 16 |
+
- gsm8k
|
| 17 |
+
- camel-ai/math
|
| 18 |
+
- camel-ai/biology
|
| 19 |
+
- camel-ai/physics
|
| 20 |
+
- camel-ai/chemistry
|
| 21 |
+
- winglian/evals
|
| 22 |
---
|
| 23 |
|
| 24 |
<!-- header start -->
|
|
|
|
| 50 |
|
| 51 |
* [4-bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/minotaur-13B-fixed-GPTQ)
|
| 52 |
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML)
|
| 53 |
+
* [OpenAccess AI Collective's unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/openaccess-ai-collective/minotaur-13b-fixed)
|
| 54 |
+
|
| 55 |
+
## Prompt template
|
| 56 |
+
|
| 57 |
+
```
|
| 58 |
+
The following is a chat between a USER and a friendly and helpful ASSISTANT.
|
| 59 |
+
USER: prompt
|
| 60 |
+
ASSISTANT:
|
| 61 |
+
```
|
| 62 |
|
| 63 |
<!-- compatibility_ggml start -->
|
| 64 |
## Compatibility
|