Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
language:
|
4 |
- en
|
5 |
license: apache-2.0
|
@@ -11,6 +11,15 @@ tags:
|
|
11 |
- trl
|
12 |
- sft
|
13 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
# Uploaded model
|
16 |
|
|
|
1 |
---
|
2 |
+
base_model: mistralai/Mistral-Nemo-Base-2407
|
3 |
language:
|
4 |
- en
|
5 |
license: apache-2.0
|
|
|
11 |
- trl
|
12 |
- sft
|
13 |
---
|
14 |
+
LoRA trained in 4-bit with 8k context using [mistralai/Mistral-Nemo-Base-2407](https://huggingface.co/mistralai/Mistral-Nemo-Base-2407/) as the base model for 1 epoch.
|
15 |
+
|
16 |
+
Dataset used is [mpasila/LimaRP-PIPPA-freedom-rp-Mix-8K](https://huggingface.co/datasets/mpasila/LimaRP-PIPPA-freedom-rp-Mix-8K) which was made using [grimulkan/LimaRP-augmented](https://huggingface.co/datasets/grimulkan/LimaRP-augmented), [KaraKaraWitch/PIPPA-ShareGPT-formatted](https://huggingface.co/datasets/KaraKaraWitch/PIPPA-ShareGPT-formatted) and [openerotica/freedom-rp](https://huggingface.co/datasets/openerotica/freedom-rp).
|
17 |
+
|
18 |
+
Merged from this LoRA: [mpasila/Mistral-freeLiPPA-12B](https://huggingface.co/mpasila/Mistral-freeLiPPA-12B)
|
19 |
+
|
20 |
+
### Prompt format: ChatML
|
21 |
+
|
22 |
+
Changed to ChatML since it might be confusing to use Llama 3 Instruct template on a Mistral model...
|
23 |
|
24 |
# Uploaded model
|
25 |
|