NikolayKozloff
commited on
Commit
•
ace3665
1
Parent(s):
30f97cd
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,10 @@ tags:
|
|
5 |
- gguf-my-repo
|
6 |
base_model: AI-Sweden-Models/Llama-3-8B-instruct
|
7 |
datasets: teknium/OpenHermes-2.5
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# NikolayKozloff/Llama-3-8B-instruct-Q8_0-GGUF
|
@@ -49,4 +53,4 @@ Step 3: Run inference through the main binary.
|
|
49 |
or
|
50 |
```
|
51 |
./server --hf-repo NikolayKozloff/Llama-3-8B-instruct-Q8_0-GGUF --hf-file llama-3-8b-instruct-q8_0.gguf -c 2048
|
52 |
-
```
|
|
|
5 |
- gguf-my-repo
|
6 |
base_model: AI-Sweden-Models/Llama-3-8B-instruct
|
7 |
datasets: teknium/OpenHermes-2.5
|
8 |
+
language:
|
9 |
+
- sv
|
10 |
+
- 'no'
|
11 |
+
- da
|
12 |
---
|
13 |
|
14 |
# NikolayKozloff/Llama-3-8B-instruct-Q8_0-GGUF
|
|
|
53 |
or
|
54 |
```
|
55 |
./server --hf-repo NikolayKozloff/Llama-3-8B-instruct-Q8_0-GGUF --hf-file llama-3-8b-instruct-q8_0.gguf -c 2048
|
56 |
+
```
|