Update README.md
Browse files
README.md
CHANGED
@@ -25,10 +25,14 @@ It is a full finetune for one epoch.
|
|
25 |
|
26 |
* Original model [**Here**](https://huggingface.co/timpal0l/Mistral-7B-v0.1-flashback-v2)
|
27 |
|
28 |
-
## How to use:
|
29 |
```bash
|
30 |
ollama run timpal0l/mistral-swedish-flashback "Hejsan!"
|
31 |
```
|
|
|
|
|
|
|
|
|
32 |
## Data Format:
|
33 |
To mimic the data format used in pre-training it has the following structure:
|
34 |
```html
|
|
|
25 |
|
26 |
* Original model [**Here**](https://huggingface.co/timpal0l/Mistral-7B-v0.1-flashback-v2)
|
27 |
|
28 |
+
## How to use (16bit):
|
29 |
```bash
|
30 |
ollama run timpal0l/mistral-swedish-flashback "Hejsan!"
|
31 |
```
|
32 |
+
## How to use (8bit):
|
33 |
+
```bash
|
34 |
+
ollama run timpal0l/mistral-swedish-flashback:q8_0 "Hejsan!"
|
35 |
+
```
|
36 |
## Data Format:
|
37 |
To mimic the data format used in pre-training it has the following structure:
|
38 |
```html
|