Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
-
base_model:
|
|
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
@@ -10,14 +11,11 @@ tags:
|
|
10 |
license: apache-2.0
|
11 |
language:
|
12 |
- en
|
|
|
|
|
13 |
---
|
14 |
|
15 |
-
# Uploaded model
|
16 |
|
17 |
-
- **Developed by:** lparkourer10
|
18 |
-
- **License:** apache-2.0
|
19 |
-
- **Finetuned from model :** unsloth/llama-3.2-1b-instruct-bnb-4bit
|
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)
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- meta-llama/Llama-3.2-1B-Instruct
|
4 |
tags:
|
5 |
- text-generation-inference
|
6 |
- transformers
|
|
|
11 |
license: apache-2.0
|
12 |
language:
|
13 |
- en
|
14 |
+
datasets:
|
15 |
+
- lparkourer10/minecraft-wiki
|
16 |
---
|
17 |
|
|
|
18 |
|
|
|
|
|
|
|
19 |
|
|
|
20 |
|
21 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|