Afrizal Hasbi Azizy
commited on
Commit
•
571b69b
1
Parent(s):
607ee93
Update README.md
Browse files
README.md
CHANGED
@@ -53,17 +53,15 @@ This model was fine-tuned with QLoRA using the amazing Unsloth framework! It was
|
|
53 |
|
54 |
### Uses
|
55 |
|
56 |
-
## Direct Use
|
57 |
-
|
58 |
This model is developed with research purposes for researchers or general AI hobbyists. However, it has one big application: You can have lots of fun with it!
|
59 |
|
60 |
-
|
61 |
|
62 |
This is a research preview model with minimal safety curation. Do not use this model for commercial or practical applications.
|
63 |
|
64 |
You are also not allowed to use this model without having fun.
|
65 |
|
66 |
-
|
67 |
|
68 |
As mentioned, this model was trained with Unsloth. Please use its code for better experience.
|
69 |
|
@@ -118,7 +116,7 @@ print(tokenizer.batch_decode(outputs)[0].replace('\\n', '\n'))
|
|
118 |
|
119 |
**Note:** For Version 0 there is an issue with the dataset where the newline characters are interpreted as literal strings. Very sorry about this! 😔 Please keep the .replace() method to fix newline errors.
|
120 |
|
121 |
-
|
122 |
|
123 |
- **Developed by:** Afrizal Hasbi Azizy
|
124 |
- **Funded by:** [DF Labs](dflabs.id)
|
|
|
53 |
|
54 |
### Uses
|
55 |
|
|
|
|
|
56 |
This model is developed with research purposes for researchers or general AI hobbyists. However, it has one big application: You can have lots of fun with it!
|
57 |
|
58 |
+
### Out-of-Scope Use
|
59 |
|
60 |
This is a research preview model with minimal safety curation. Do not use this model for commercial or practical applications.
|
61 |
|
62 |
You are also not allowed to use this model without having fun.
|
63 |
|
64 |
+
### Getting started
|
65 |
|
66 |
As mentioned, this model was trained with Unsloth. Please use its code for better experience.
|
67 |
|
|
|
116 |
|
117 |
**Note:** For Version 0 there is an issue with the dataset where the newline characters are interpreted as literal strings. Very sorry about this! 😔 Please keep the .replace() method to fix newline errors.
|
118 |
|
119 |
+
### Acknowledgments
|
120 |
|
121 |
- **Developed by:** Afrizal Hasbi Azizy
|
122 |
- **Funded by:** [DF Labs](dflabs.id)
|