Add dataset, prompt, and language information on README.md
Browse files
README.md
CHANGED
@@ -2,9 +2,13 @@
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
base_model: cahya/gpt2-large-indonesian-522M
|
|
|
|
|
5 |
model-index:
|
6 |
- name: my-random-gpt-ft-3
|
7 |
results: []
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -12,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# my-random-gpt-ft-3
|
14 |
|
15 |
-
This model is a fine-tuned version of [cahya/gpt2-large-indonesian-522M](https://huggingface.co/cahya/gpt2-large-indonesian-522M) on
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -20,7 +24,14 @@ More information needed
|
|
20 |
|
21 |
## Intended uses & limitations
|
22 |
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
## Training and evaluation data
|
26 |
|
@@ -48,4 +59,4 @@ The following hyperparameters were used during training:
|
|
48 |
- Transformers 4.39.3
|
49 |
- Pytorch 2.3.0+cu121
|
50 |
- Datasets 2.19.0
|
51 |
-
- Tokenizers 0.15.2
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
base_model: cahya/gpt2-large-indonesian-522M
|
5 |
+
datasets:
|
6 |
+
- cahya/alpaca-id-cleaned
|
7 |
model-index:
|
8 |
- name: my-random-gpt-ft-3
|
9 |
results: []
|
10 |
+
language:
|
11 |
+
- id
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
16 |
|
17 |
# my-random-gpt-ft-3
|
18 |
|
19 |
+
This model is a fine-tuned version of [cahya/gpt2-large-indonesian-522M](https://huggingface.co/cahya/gpt2-large-indonesian-522M) on [cahya/alpaca-id-cleaned](https://huggingface.co/datasets/cahya/alpaca-id-cleaned) dataset.
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
27 |
+
Prompt format:
|
28 |
+
```
|
29 |
+
Pengguna: <insert user prompt here>
|
30 |
+
|
31 |
+
Asisten:
|
32 |
+
```
|
33 |
+
|
34 |
+
Limitation: This model can't understand the prompt well enough.
|
35 |
|
36 |
## Training and evaluation data
|
37 |
|
|
|
59 |
- Transformers 4.39.3
|
60 |
- Pytorch 2.3.0+cu121
|
61 |
- Datasets 2.19.0
|
62 |
+
- Tokenizers 0.15.2
|