art-from-the-machine
commited on
Commit
•
687fc3b
1
Parent(s):
dd99600
Update README.md
Browse files
README.md
CHANGED
@@ -11,12 +11,22 @@ tags:
|
|
11 |
base_model: unsloth/llama-3-8b-Instruct-bnb-4bit
|
12 |
---
|
13 |
|
14 |
-
#
|
|
|
15 |
|
|
|
|
|
|
|
|
|
16 |
- **Developed by:** art-from-the-machine
|
17 |
- **License:** apache-2.0
|
18 |
-
- **
|
|
|
|
|
|
|
|
|
19 |
|
|
|
20 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
|
22 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
11 |
base_model: unsloth/llama-3-8b-Instruct-bnb-4bit
|
12 |
---
|
13 |
|
14 |
+
# Skyrim Fine-Tune for Meta Llama 3 8B Instruct
|
15 |
+
https://art-from-the-machine.github.io/Mantella/_images/mantella_banner.png
|
16 |
|
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
|
23 |
+
- **Fine-tuned from model:** unsloth/llama-3-8b-Instruct-bnb-4bit
|
24 |
+
- **Context length:** 8,192
|
25 |
+
|
26 |
+
## How to use with Mantella
|
27 |
+
See [here](https://art-from-the-machine.github.io/Mantella/pages/installation.html#local-models) for full instructions on how to run Mantella with a local LLM.
|
28 |
|
29 |
+
## Notes
|
30 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
31 |
|
32 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|