Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
datasets:
|
4 |
+
- KnutJaegersberg/trilobite
|
5 |
+
---
|
6 |
+
Some GGUF v2 quantizations of the model [KnutJaegersberg/deacon-3b](https://huggingface.co/KnutJaegersberg/deacon-3b)
|
7 |
+
Which is based on [conceptofmind/Open-LLongMA-3b](https://huggingface.co/conceptofmind/Open-LLongMA-3b) so you will need to set linear rope_scaling to 0.25.
|
8 |
+
|
9 |
+
Prompt Example:
|
10 |
+
```
|
11 |
+
### System:
|
12 |
+
|
13 |
+
You are an AI assistant. User will you give you a task. Your goal is to complete the task as faithfully as you can. While performing the task think step-by-step and justify your steps.
|
14 |
+
|
15 |
+
|
16 |
+
### Instruction:
|
17 |
+
|
18 |
+
How do you fine tune a large language model?
|
19 |
+
|
20 |
+
### Response:
|
21 |
+
```
|