hafidhsoekma
commited on
Commit
β’
61c30f6
1
Parent(s):
22f789f
Update README.md
Browse files
README.md
CHANGED
@@ -12,9 +12,9 @@ tags:
|
|
12 |
- instruct
|
13 |
- alpaca
|
14 |
---
|
15 |
-
# DukunLM - Indonesian Language Model π§ββοΈ
|
16 |
|
17 |
-
π Welcome to the DukunLM repository! DukunLM is an open-source language model trained to generate Indonesian text using the power of AI. DukunLM, meaning "WizardLM" in Indonesian, is here to revolutionize language generation
|
18 |
|
19 |
## Model Details
|
20 |
|
@@ -251,6 +251,10 @@ outputs = model.generate(
|
|
251 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
252 |
```
|
253 |
|
|
|
|
|
|
|
|
|
254 |
## Limitations
|
255 |
|
256 |
- The base model language is English and fine-tuned to Indonesia
|
@@ -262,7 +266,7 @@ DukunLM is licensed under the [Creative Commons NonCommercial (CC BY-NC 4.0) lic
|
|
262 |
|
263 |
## Contributing
|
264 |
|
265 |
-
We welcome contributions to enhance and improve DukunLM. If you have any suggestions or find any issues, please feel free to open an issue or submit a pull request.
|
266 |
|
267 |
## Contact Us
|
268 |
|
|
|
12 |
- instruct
|
13 |
- alpaca
|
14 |
---
|
15 |
+
# DukunLM V1.0 - Indonesian Language Model π§ββοΈ
|
16 |
|
17 |
+
π Welcome to the DukunLM V1.0 repository! DukunLM V1.0 is an open-source language model trained to generate Indonesian text using the power of AI. DukunLM, meaning "WizardLM" in Indonesian, is here to revolutionize language generation π. This is an updated version from [azale-ai/DukunLM-Uncensored-7B](https://huggingface.co/azale-ai/DukunLM-Uncensored-7B) with full model release, not only adapter model like before π½.
|
18 |
|
19 |
## Model Details
|
20 |
|
|
|
251 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
252 |
```
|
253 |
|
254 |
+
## Benchmark
|
255 |
+
|
256 |
+
Coming Soon, stay tune ππ.
|
257 |
+
|
258 |
## Limitations
|
259 |
|
260 |
- The base model language is English and fine-tuned to Indonesia
|
|
|
266 |
|
267 |
## Contributing
|
268 |
|
269 |
+
We welcome contributions to enhance and improve DukunLM. If you have any suggestions or find any issues, please feel free to open an issue or submit a pull request. Also we're open to sponsor for compute power.
|
270 |
|
271 |
## Contact Us
|
272 |
|