Update README.md
Browse files
README.md
CHANGED
@@ -8,8 +8,17 @@ tags:
|
|
8 |
- unsloth
|
9 |
- llama
|
10 |
- trl
|
|
|
11 |
base_model: unsloth/llama-3-8b-bnb-4bit
|
|
|
|
|
|
|
12 |
---
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
# Uploaded model
|
15 |
|
@@ -19,4 +28,4 @@ base_model: unsloth/llama-3-8b-bnb-4bit
|
|
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)
|
|
|
8 |
- unsloth
|
9 |
- llama
|
10 |
- trl
|
11 |
+
- not-for-all-audiences
|
12 |
base_model: unsloth/llama-3-8b-bnb-4bit
|
13 |
+
datasets:
|
14 |
+
- grimulkan/LimaRP-augmented
|
15 |
+
- mpasila/LimaRP-augmented-8k-context
|
16 |
---
|
17 |
+
LoRA trained in 4-bit with 8k context using [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B/) as the base model for 1 epoch.
|
18 |
+
|
19 |
+
Dataset used is [a modified](https://huggingface.co/datasets/mpasila/LimaRP-augmented-8k-context) version of [grimulkan/LimaRP-augmented](https://huggingface.co/datasets/grimulkan/LimaRP-augmented).
|
20 |
+
|
21 |
+
### Prompt format: ChatML
|
22 |
|
23 |
# Uploaded model
|
24 |
|
|
|
28 |
|
29 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
30 |
|
31 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|