Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ license: cc-by-nc-4.0
|
|
6 |
This is [Jamba-v0.1](https://huggingface.co/ai21labs/Jamba-v0.1) fine-tuned using QLoRA (4-bit precision) on my [claude_multiround_chat_1k](https://huggingface.co/datasets/Norquinal/claude_multiround_chat_1k) dataset, which is a randomized subset of ~1000 samples from my [claude_multiround_chat_30k](https://huggingface.co/datasets/Norquinal/claude_multiround_chat_30k) dataset.
|
7 |
|
8 |
## Prompt Format
|
9 |
-
The model was finetuned with
|
10 |
```
|
11 |
### Instruction
|
12 |
A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
|
|
|
6 |
This is [Jamba-v0.1](https://huggingface.co/ai21labs/Jamba-v0.1) fine-tuned using QLoRA (4-bit precision) on my [claude_multiround_chat_1k](https://huggingface.co/datasets/Norquinal/claude_multiround_chat_1k) dataset, which is a randomized subset of ~1000 samples from my [claude_multiround_chat_30k](https://huggingface.co/datasets/Norquinal/claude_multiround_chat_30k) dataset.
|
7 |
|
8 |
## Prompt Format
|
9 |
+
The model was finetuned with a pseudo-Alpaca format:
|
10 |
```
|
11 |
### Instruction
|
12 |
A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
|