Datasets:
minor fixes
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ size_categories:
|
|
19 |
|
20 |
# zh-tw-articles-2k
|
21 |
|
22 |
-
🐣English • [🇹🇼 繁體中文](https://
|
23 |
|
24 |
This dataset contains Taiwan news articles scraped from (https://www.storm.mg) on March 2024.
|
25 |
|
@@ -41,5 +41,5 @@ Use [🤗 Datasets](https://pypi.org/project/datasets) to download, use or modif
|
|
41 |
```python
|
42 |
from datasets import load_dataset
|
43 |
|
44 |
-
dataset = load_dataset("
|
45 |
```
|
|
|
19 |
|
20 |
# zh-tw-articles-2k
|
21 |
|
22 |
+
🐣English • [🇹🇼 繁體中文](https://huggingface.co/datasets/AWeirdDev/zh-tw-articles-2k/blob/main/README-zhTW.md)
|
23 |
|
24 |
This dataset contains Taiwan news articles scraped from (https://www.storm.mg) on March 2024.
|
25 |
|
|
|
41 |
```python
|
42 |
from datasets import load_dataset
|
43 |
|
44 |
+
dataset = load_dataset("AWeirdDev/zh-tw-articles-2k")
|
45 |
```
|