guipenedo HF staff commited on
Commit
e834a3f
·
verified ·
1 Parent(s): 4892ec6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1518,7 +1518,7 @@ dataset = load_dataset("data-is-better-together/fineweb-c")
1518
  To download a specific language, you can use the following code:
1519
 
1520
  ```python
1521
- dataset = load_dataset("data-is-better-together/fineweb-c", language="cmn_Hani")
1522
  ```
1523
 
1524
  You can also download the dataset using Pandas
 
1518
  To download a specific language, you can use the following code:
1519
 
1520
  ```python
1521
+ dataset = load_dataset("data-is-better-together/fineweb-c", name="cmn_Hani")
1522
  ```
1523
 
1524
  You can also download the dataset using Pandas