robinsyihab
commited on
Commit
•
7cf4f99
1
Parent(s):
13b40e5
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# LLM Model for Bahasa Indonesia Dialog
|
2 |
|
3 |
Sidrap-7B-v1 is a Large Language Model (LLM) trained and fine-tuned on a Indonesian public dataset. It is designed to enable conversations and dialogues in bahasa Indonesia. The base model used for fine-tuning is [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1).
|
@@ -61,5 +70,4 @@ If you use the Sidrap-7B-v1 model in your research or project, please cite it as
|
|
61 |
journal={Hugging Face Repository},
|
62 |
year={2023}
|
63 |
}
|
64 |
-
```
|
65 |
-
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- id
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
tags:
|
8 |
+
- code
|
9 |
+
---
|
10 |
# LLM Model for Bahasa Indonesia Dialog
|
11 |
|
12 |
Sidrap-7B-v1 is a Large Language Model (LLM) trained and fine-tuned on a Indonesian public dataset. It is designed to enable conversations and dialogues in bahasa Indonesia. The base model used for fine-tuning is [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1).
|
|
|
70 |
journal={Hugging Face Repository},
|
71 |
year={2023}
|
72 |
}
|
73 |
+
```
|
|