Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ language:
|
|
| 7 |
- nb
|
| 8 |
- nn
|
| 9 |
base_model: NbAiLab/borealis-1B-instruct-preview
|
| 10 |
-
pipeline_tag:
|
| 11 |
library_name: transformers
|
| 12 |
tags:
|
| 13 |
- conversational
|
|
@@ -98,5 +98,4 @@ llama-cli --hf "NbAiLab/borealis-1B-instruct-preview-gguf:BF16" -p "The meaning
|
|
| 98 |
**llama.cpp Server:**
|
| 99 |
```bash
|
| 100 |
llama-server --hf "NbAiLab/borealis-1B-instruct-preview-gguf:BF16" -c 4096
|
| 101 |
-
```
|
| 102 |
-
|
|
|
|
| 7 |
- nb
|
| 8 |
- nn
|
| 9 |
base_model: NbAiLab/borealis-1B-instruct-preview
|
| 10 |
+
pipeline_tag: text-generation
|
| 11 |
library_name: transformers
|
| 12 |
tags:
|
| 13 |
- conversational
|
|
|
|
| 98 |
**llama.cpp Server:**
|
| 99 |
```bash
|
| 100 |
llama-server --hf "NbAiLab/borealis-1B-instruct-preview-gguf:BF16" -c 4096
|
| 101 |
+
```
|
|
|