BramVanroy
commited on
Commit
•
266b007
1
Parent(s):
a389b6c
Update README.md
Browse files
README.md
CHANGED
@@ -106,7 +106,7 @@ from datasets import load_dataset
|
|
106 |
|
107 |
|
108 |
ds = load_dataset(
|
109 |
-
"
|
110 |
"ky",
|
111 |
# or "ky_deduplicated",
|
112 |
# or "ky_cleaned",
|
@@ -200,8 +200,8 @@ ds = load_dataset(
|
|
200 |
|
201 |
- `id`: Document ID
|
202 |
- `document_lang`: Document language identified by CLD2 during the WARC extraction process.
|
203 |
-
- `scores`:
|
204 |
-
- `langs`: Language with highest
|
205 |
- `text`: The document's text (a concatenation of newline-separated paragraphs).
|
206 |
- `url`: Document URL.
|
207 |
- `collection`: Collection name.
|
|
|
106 |
|
107 |
|
108 |
ds = load_dataset(
|
109 |
+
"HPLT/hplt_monolingual_v1_2",
|
110 |
"ky",
|
111 |
# or "ky_deduplicated",
|
112 |
# or "ky_cleaned",
|
|
|
200 |
|
201 |
- `id`: Document ID
|
202 |
- `document_lang`: Document language identified by CLD2 during the WARC extraction process.
|
203 |
+
- `scores`: Fluency scores for each paragraph in the document.
|
204 |
+
- `langs`: Language with highest detected probability for each paragraph in the document.
|
205 |
- `text`: The document's text (a concatenation of newline-separated paragraphs).
|
206 |
- `url`: Document URL.
|
207 |
- `collection`: Collection name.
|