Datasets:

Modalities:
Text
ArXiv:
Libraries:
Datasets
License:
Sean MacAvaney commited on
Commit
75bf364
1 Parent(s): a713a17

update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -59,6 +59,17 @@ are Web pages from Common Crawl in Chinese, Persian, and Russian.
59
  - `text`: extracted article body
60
  - `url`: source URL
61
 
 
 
 
 
 
 
 
 
 
 
 
62
  ### Citation Information
63
 
64
  ```
 
59
  - `text`: extracted article body
60
  - `url`: source URL
61
 
62
+ ## Dataset Usage
63
+
64
+ ```python
65
+ from datasets import load_dataset
66
+
67
+ dataset = load_dataset('neuclir/hc4')
68
+ dataset['fas'] # Persian documents
69
+ dataset['rus'] # Russian documents
70
+ dataset['zho'] # Chinese documents
71
+ ```
72
+
73
  ### Citation Information
74
 
75
  ```