abdiharyadi
commited on
Commit
•
175aac3
1
Parent(s):
3cdc520
Add dataset, language, and how-to-use information on README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,10 @@ tags:
|
|
6 |
model-index:
|
7 |
- name: chat-indogpt
|
8 |
results: []
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -13,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# chat-indogpt
|
15 |
|
16 |
-
This model is a fine-tuned version of [indobenchmark/indogpt](https://huggingface.co/indobenchmark/indogpt) on
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -21,7 +25,9 @@ More information needed
|
|
21 |
|
22 |
## Intended uses & limitations
|
23 |
|
24 |
-
|
|
|
|
|
25 |
|
26 |
## Training and evaluation data
|
27 |
|
@@ -49,4 +55,4 @@ The following hyperparameters were used during training:
|
|
49 |
- Transformers 4.40.2
|
50 |
- Pytorch 2.3.0+cu121
|
51 |
- Datasets 2.19.1
|
52 |
-
- Tokenizers 0.19.1
|
|
|
6 |
model-index:
|
7 |
- name: chat-indogpt
|
8 |
results: []
|
9 |
+
datasets:
|
10 |
+
- indonesian-nlp/eli5_id
|
11 |
+
language:
|
12 |
+
- id
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
17 |
|
18 |
# chat-indogpt
|
19 |
|
20 |
+
This model is a fine-tuned version of [indobenchmark/indogpt](https://huggingface.co/indobenchmark/indogpt) on [indonesian-nlp/eli5_id](https://huggingface.co/datasets/indonesian-nlp/eli5_id) dataset.
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
28 |
+
Please use [this repository](https://github.com/AbdiHaryadi/indogpt-chat) to use this model.
|
29 |
+
|
30 |
+
Limitation: This model can't understand the prompt well enough.
|
31 |
|
32 |
## Training and evaluation data
|
33 |
|
|
|
55 |
- Transformers 4.40.2
|
56 |
- Pytorch 2.3.0+cu121
|
57 |
- Datasets 2.19.1
|
58 |
+
- Tokenizers 0.19.1
|