Afrizal Hasbi Azizy
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -2,10 +2,7 @@
|
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
- unsloth
|
5 |
-
- trl
|
6 |
-
- sft
|
7 |
- llama3
|
8 |
-
- llama
|
9 |
- indonesia
|
10 |
license: llama3
|
11 |
datasets:
|
@@ -48,7 +45,7 @@ How did I go about it?
|
|
48 |
|
49 |
This is the very first working prototype, Kancil V0. It supports basic QA functionalities only. Currently, you cannot chat with it.
|
50 |
|
51 |
-
This model was fine-tuned with QLoRA using the amazing Unsloth framework! It was built on top of [unsloth/llama-3-8b-bnb-4bit](https://huggingface.co/unsloth/llama-3-8b-bnb-4bit) and subsequently merged back to 4 bit (no visible difference with merging back to fp 16).
|
52 |
|
53 |
## Uses
|
54 |
|
@@ -122,4 +119,4 @@ print(tokenizer.batch_decode(outputs)[0])
|
|
122 |
|
123 |
- **Developed by:** Afrizal Hasbi Azizy
|
124 |
- **Funded by [optional]:** DF Labs (dflabs.id)
|
125 |
-
- **License:** Llama 3 Community License
|
|
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
- unsloth
|
|
|
|
|
5 |
- llama3
|
|
|
6 |
- indonesia
|
7 |
license: llama3
|
8 |
datasets:
|
|
|
45 |
|
46 |
This is the very first working prototype, Kancil V0. It supports basic QA functionalities only. Currently, you cannot chat with it.
|
47 |
|
48 |
+
This model was fine-tuned with QLoRA using the amazing Unsloth framework! It was built on top of [unsloth/llama-3-8b-bnb-4bit](https://huggingface.co/unsloth/llama-3-8b-bnb-4bit) and subsequently merged with the adapter back to 4 bit (no visible difference with merging back to fp 16).
|
49 |
|
50 |
## Uses
|
51 |
|
|
|
119 |
|
120 |
- **Developed by:** Afrizal Hasbi Azizy
|
121 |
- **Funded by [optional]:** DF Labs (dflabs.id)
|
122 |
+
- **License:** Llama 3 Community License Agreement
|