art-from-the-machine
commited on
Commit
•
fb5113d
1
Parent(s):
b2f24fe
Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,19 @@ base_model: unsloth/llama-3-8b-Instruct-bnb-4bit
|
|
17 |
## Introduction
|
18 |
This fine-tune of Meta's Llama 3 8B Instruct model is intended to be used as a custom-tailored model for the [Mantella Skyrim mod](https://art-from-the-machine.github.io/Mantella/).
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
## Specifications
|
21 |
- **Developed by:** art-from-the-machine
|
22 |
- **License:** apache-2.0
|
|
|
17 |
## Introduction
|
18 |
This fine-tune of Meta's Llama 3 8B Instruct model is intended to be used as a custom-tailored model for the [Mantella Skyrim mod](https://art-from-the-machine.github.io/Mantella/).
|
19 |
|
20 |
+
## Dataset
|
21 |
+
An Alpaca-style dataset of 8,800+ player <-> NPC interactions has been used in this fine-tune. Details on this dataset can be found in the [Mantella LLM Fine-Tuning](https://github.com/art-from-the-machine/Mantella-LLM-Fine-Tuning) repo.
|
22 |
+
|
23 |
+
Example:
|
24 |
+
|
25 |
+
```json
|
26 |
+
{
|
27 |
+
"instruction": "Generate dialogue in the style of Skyrim.",
|
28 |
+
"input": "Where can I find fire salts?",
|
29 |
+
"output": "A flame atronach's body might provide fire salt. They're dangerous creatures that can be summoned by wizards. Of course, it would be much easier to check with an alchemist. They occasionally have them for sale."
|
30 |
+
}
|
31 |
+
```
|
32 |
+
|
33 |
## Specifications
|
34 |
- **Developed by:** art-from-the-machine
|
35 |
- **License:** apache-2.0
|