Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,26 @@
|
|
1 |
---
|
2 |
-
thumbnail: Finetune Llama3 🦙 - Generate Python Code
|
3 |
-
license: mit
|
4 |
-
datasets:
|
5 |
-
- flytech/python-codes-25k
|
6 |
language:
|
7 |
- en
|
8 |
-
|
9 |
tags:
|
10 |
-
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: llama3
|
5 |
tags:
|
6 |
+
- text-generation-inference
|
7 |
+
- transformers
|
8 |
+
- unsloth
|
9 |
+
- llama
|
10 |
+
- trl
|
11 |
+
- sft
|
12 |
+
base_model: unsloth/llama-3-8b-bnb-4bit
|
13 |
+
datasets:
|
14 |
+
- flytech/python-codes-25k
|
15 |
+
---
|
16 |
+
**Finetune-Llama3🦙-genertate-python-code**
|
17 |
+
|
18 |
+
# Uploaded model
|
19 |
+
|
20 |
+
- **Developed by:** Wittawat Kitipatthavorn
|
21 |
+
- **License:** llama 3 https://llama.meta.com/llama3/license/
|
22 |
+
- **Finetuned from model :** unsloth/llama-3-8b-bnb-4bit
|
23 |
+
|
24 |
+
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
25 |
+
|
26 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|