Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
-
base_model:
|
|
|
|
|
3 |
language:
|
4 |
- en
|
5 |
license: apache-2.0
|
@@ -9,6 +11,10 @@ tags:
|
|
9 |
- unsloth
|
10 |
- llama
|
11 |
- gguf
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Uploaded model
|
@@ -19,4 +25,4 @@ tags:
|
|
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)
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- unsloth/meta-llama-3.1-8b-bnb-4bit
|
4 |
+
- ljcamargo/tachiwin_tutunaku
|
5 |
language:
|
6 |
- en
|
7 |
license: apache-2.0
|
|
|
11 |
- unsloth
|
12 |
- llama
|
13 |
- gguf
|
14 |
+
datasets:
|
15 |
+
- ljcamargo/tachiwin_translate
|
16 |
+
pipeline_tag: text-generation
|
17 |
+
library_name: transformers
|
18 |
---
|
19 |
|
20 |
# Uploaded model
|
|
|
25 |
|
26 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
27 |
|
28 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|