File size: 1,006 Bytes
0fc40ef 82081d3 0fc40ef 82081d3 0fc40ef |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
license: apache-2.0
datasets:
- norygano/TRACHI
language:
- en
---
# dolphin-mistral-TRACHI-7b
<!-- Provide a quick summary of what the model is/does. -->
Quantized versions of the fine-tuned [
dolphin-2.2.1-mistral-7b ](https://huggingface.co/cognitivecomputations/dolphin-2.2.1-mistral-7b) on TRACHI datasets.
## Model Details
This model aims to facilitate conversations with individual TRACHI characters. Prototyping [Discord Bots](https://discord.gg/mcRke7vB7X) running on Ollama.
### Model Description
Characters are prompted by including their name in the system role within the prompt:
```plaintext
<|im_start|>system
{character}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
```
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
Like the base model ([
dolphin-2.2.1-mistral-7b ](https://huggingface.co/cognitivecomputations/dolphin-2.2.1-mistral-7b)), this fine-tune is unbiased and uncensored. |