Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
| 1 |
---
|
| 2 |
inference: false
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
<!-- header start -->
|
|
@@ -34,6 +43,16 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
|
|
| 34 |
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/SuperPlatty-30B-GGML)
|
| 35 |
* [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/ariellee/SuperPlatty-30B)
|
| 36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
<!-- compatibility_ggml start -->
|
| 38 |
## Compatibility
|
| 39 |
|
|
|
|
| 1 |
---
|
| 2 |
inference: false
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- llama
|
| 7 |
license: other
|
| 8 |
+
metrics:
|
| 9 |
+
- MMLU
|
| 10 |
+
- ARC
|
| 11 |
+
- HellaSwag
|
| 12 |
+
- TruthfulQA
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- header start -->
|
|
|
|
| 43 |
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/SuperPlatty-30B-GGML)
|
| 44 |
* [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/ariellee/SuperPlatty-30B)
|
| 45 |
|
| 46 |
+
## Prompt template: Alpaca
|
| 47 |
+
|
| 48 |
+
```
|
| 49 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request
|
| 50 |
+
|
| 51 |
+
### Instruction: prompt
|
| 52 |
+
|
| 53 |
+
### Response:
|
| 54 |
+
```
|
| 55 |
+
|
| 56 |
<!-- compatibility_ggml start -->
|
| 57 |
## Compatibility
|
| 58 |
|