Commit
•
b6b2c6f
1
Parent(s):
4158d11
Fix Citation Information section in dataset cards (#4879)
Browse filesCommit from https://github.com/huggingface/datasets/commit/60bdf3005d1dc0b26da8e5949721b20d932eaad6
README.md
CHANGED
@@ -161,7 +161,14 @@ The dataset is splitted in to train, validation and test sets.
|
|
161 |
|
162 |
### Citation Information
|
163 |
|
164 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
165 |
|
166 |
### Contributions
|
167 |
|
|
|
161 |
|
162 |
### Citation Information
|
163 |
|
164 |
+
```
|
165 |
+
@inproceedings{id_panl_bppt,
|
166 |
+
author = {PAN Localization - BPPT},
|
167 |
+
title = {Parallel Text Corpora, English Indonesian},
|
168 |
+
year = {2009},
|
169 |
+
url = {http://digilib.bppt.go.id/sampul/p92-budiono.pdf},
|
170 |
+
}
|
171 |
+
```
|
172 |
|
173 |
### Contributions
|
174 |
|