sadrasabouri commited on
Commit
77eed8e
1 Parent(s): ea4f6ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -57,11 +57,11 @@ from datasets import load_dataset
57
  dataset = load_dataset("SLPL/naab-raw")
58
  ```
59
 
60
- If you wanted to download a specific part of the corpus you can set the config name to the dataset name:
61
  ```python
62
  from datasets import load_dataset
63
 
64
- dataset = load_dataset("SLPL/naab-raw", "DATASET_NAME")
65
  ```
66
 
67
  ### Supported Tasks and Leaderboards
 
57
  dataset = load_dataset("SLPL/naab-raw")
58
  ```
59
 
60
+ If you wanted to download a specific part of the corpus you can set the config name to the specific corpus name:
61
  ```python
62
  from datasets import load_dataset
63
 
64
+ dataset = load_dataset("SLPL/naab-raw", "CC-fa")
65
  ```
66
 
67
  ### Supported Tasks and Leaderboards