Update README.md (#6)
Browse files- Update README.md (ae6254f3c7d8ddab9ed5e5db4b046fd47292ac50)
Co-authored-by: Mishig Davaadorj <[email protected]>
README.md
CHANGED
@@ -53,7 +53,7 @@ Primarily English, though the Wikipedia slice contains multiple languages.
|
|
53 |
|
54 |
The dataset structure is as follows:
|
55 |
|
56 |
-
```
|
57 |
{
|
58 |
"text": ...,
|
59 |
"meta": {"url": "...", "timestamp": "...", "source": "...", "language": "...", ...},
|
|
|
53 |
|
54 |
The dataset structure is as follows:
|
55 |
|
56 |
+
```json
|
57 |
{
|
58 |
"text": ...,
|
59 |
"meta": {"url": "...", "timestamp": "...", "source": "...", "language": "...", ...},
|