Update README.md
Browse files
README.md
CHANGED
@@ -21,6 +21,7 @@ tags:
|
|
21 |
- q6_k
|
22 |
- q8_0
|
23 |
---
|
|
|
24 |
# Tensoic/Tiny-Llama-openhermes-1.1B-step-715k-1.5T-GGUF
|
25 |
|
26 |
Quantized GGUF model files for [Tiny-Llama-openhermes-1.1B-step-715k-1.5T](https://huggingface.co/Tensoic/Tiny-Llama-openhermes-1.1B-step-715k-1.5T) from [Tensoic](https://huggingface.co/Tensoic)
|
@@ -35,7 +36,27 @@ Quantized GGUF model files for [Tiny-Llama-openhermes-1.1B-step-715k-1.5T](https
|
|
35 |
| [tiny-llama-openhermes-1.1b-step-715k-1.5t.q6_k.gguf](https://huggingface.co/afrideva/Tiny-Llama-openhermes-1.1B-step-715k-1.5T-GGUF/resolve/main/tiny-llama-openhermes-1.1b-step-715k-1.5t.q6_k.gguf) | q6_k | 903.41 MB |
|
36 |
| [tiny-llama-openhermes-1.1b-step-715k-1.5t.q8_0.gguf](https://huggingface.co/afrideva/Tiny-Llama-openhermes-1.1B-step-715k-1.5T-GGUF/resolve/main/tiny-llama-openhermes-1.1b-step-715k-1.5t.q8_0.gguf) | q8_0 | 1.17 GB |
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
|
|
|
39 |
|
40 |
## Original Model Card:
|
41 |
This model is a fine-tuned version of [PY007/TinyLlama-1.1B-intermediate-step-715k-1.5T](https://huggingface.co/PY007/TinyLlama-1.1B-intermediate-step-715k-1.5T) on the [openhermes](https://huggingface.co/datasets/teknium/openhermes) dataset.
|
|
|
21 |
- q6_k
|
22 |
- q8_0
|
23 |
---
|
24 |
+
|
25 |
# Tensoic/Tiny-Llama-openhermes-1.1B-step-715k-1.5T-GGUF
|
26 |
|
27 |
Quantized GGUF model files for [Tiny-Llama-openhermes-1.1B-step-715k-1.5T](https://huggingface.co/Tensoic/Tiny-Llama-openhermes-1.1B-step-715k-1.5T) from [Tensoic](https://huggingface.co/Tensoic)
|
|
|
36 |
| [tiny-llama-openhermes-1.1b-step-715k-1.5t.q6_k.gguf](https://huggingface.co/afrideva/Tiny-Llama-openhermes-1.1B-step-715k-1.5T-GGUF/resolve/main/tiny-llama-openhermes-1.1b-step-715k-1.5t.q6_k.gguf) | q6_k | 903.41 MB |
|
37 |
| [tiny-llama-openhermes-1.1b-step-715k-1.5t.q8_0.gguf](https://huggingface.co/afrideva/Tiny-Llama-openhermes-1.1B-step-715k-1.5T-GGUF/resolve/main/tiny-llama-openhermes-1.1b-step-715k-1.5t.q8_0.gguf) | q8_0 | 1.17 GB |
|
38 |
|
39 |
+
# Prompt Format: Alpaca
|
40 |
+
```
|
41 |
+
### Instruction:
|
42 |
+
{Instruction/Question}
|
43 |
+
|
44 |
+
### Response:
|
45 |
+
|
46 |
+
```
|
47 |
+
|
48 |
+
or
|
49 |
+
|
50 |
+
```
|
51 |
+
### Instruction:
|
52 |
+
{Instruction/Question}
|
53 |
+
|
54 |
+
### Input:
|
55 |
+
{Additional Context}
|
56 |
+
|
57 |
+
### Response:
|
58 |
|
59 |
+
```
|
60 |
|
61 |
## Original Model Card:
|
62 |
This model is a fine-tuned version of [PY007/TinyLlama-1.1B-intermediate-step-715k-1.5T](https://huggingface.co/PY007/TinyLlama-1.1B-intermediate-step-715k-1.5T) on the [openhermes](https://huggingface.co/datasets/teknium/openhermes) dataset.
|