Update README.md
Browse filesUNCENSORED-TinyLlama-1.1B-intermediate-step-1431k-3T-Q5_K_M-GGUF
README.md
CHANGED
@@ -9,9 +9,13 @@ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
|
9 |
datasets:
|
10 |
- cerebras/SlimPajama-627B
|
11 |
- bigcode/starcoderdata
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
-
#
|
|
|
15 |
This model was converted to GGUF format from [`TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T`](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
16 |
Refer to the [original model card](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) for more details on the model.
|
17 |
|
@@ -53,4 +57,4 @@ Step 3: Run inference through the main binary.
|
|
53 |
or
|
54 |
```
|
55 |
./server --hf-repo v8karlo/TinyLlama-1.1B-intermediate-step-1431k-3T-Q5_K_M-GGUF --hf-file tinyllama-1.1b-intermediate-step-1431k-3t-q5_k_m.gguf -c 2048
|
56 |
-
```
|
|
|
9 |
datasets:
|
10 |
- cerebras/SlimPajama-627B
|
11 |
- bigcode/starcoderdata
|
12 |
+
metrics:
|
13 |
+
- accuracy
|
14 |
+
library_name: adapter-transformers
|
15 |
---
|
16 |
|
17 |
+
# UNCENSORED-TinyLlama-1.1B-intermediate-step-1431k-3T-Q5_K_M-GGUF
|
18 |
+
|
19 |
This model was converted to GGUF format from [`TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T`](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
20 |
Refer to the [original model card](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) for more details on the model.
|
21 |
|
|
|
57 |
or
|
58 |
```
|
59 |
./server --hf-repo v8karlo/TinyLlama-1.1B-intermediate-step-1431k-3T-Q5_K_M-GGUF --hf-file tinyllama-1.1b-intermediate-step-1431k-3t-q5_k_m.gguf -c 2048
|
60 |
+
```
|