Datasets:
Update README.md
Browse files
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",
|
| 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
|