Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
base_model: unsloth/Meta-Llama-3.1-8B
|
3 |
language:
|
4 |
- en
|
5 |
-
license:
|
6 |
tags:
|
7 |
- text-generation-inference
|
8 |
- transformers
|
@@ -10,14 +10,22 @@ tags:
|
|
10 |
- llama
|
11 |
- trl
|
12 |
- sft
|
|
|
|
|
|
|
13 |
---
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
# Uploaded model
|
16 |
|
17 |
- **Developed by:** mpasila
|
18 |
-
- **License:**
|
19 |
- **Finetuned from model :** unsloth/Meta-Llama-3.1-8B
|
20 |
|
21 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
22 |
|
23 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
2 |
base_model: unsloth/Meta-Llama-3.1-8B
|
3 |
language:
|
4 |
- en
|
5 |
+
license: llama3.1
|
6 |
tags:
|
7 |
- text-generation-inference
|
8 |
- transformers
|
|
|
10 |
- llama
|
11 |
- trl
|
12 |
- sft
|
13 |
+
datasets:
|
14 |
+
- mpasila/Discord-short-sharegpt
|
15 |
+
library_name: peft
|
16 |
---
|
17 |
+
Trained on Discord chatlogs from this [dataset](https://huggingface.co/datasets/mpasila/Discord-short-sharegpt).
|
18 |
+
|
19 |
+
Uses Llama 3.1 formatting.
|
20 |
+
|
21 |
+
LoRA: [mpasila/Llama-3.1-Discord-Short-LoRA-8B](https://huggingface.co/mpasila/Llama-3.1-Discord-Short-LoRA-8B)
|
22 |
|
23 |
# Uploaded model
|
24 |
|
25 |
- **Developed by:** mpasila
|
26 |
+
- **License:** Llama 3.1 Community License Agreement
|
27 |
- **Finetuned from model :** unsloth/Meta-Llama-3.1-8B
|
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)
|