Update README.md
Browse files
README.md
CHANGED
|
@@ -32,4 +32,11 @@ dataset_info:
|
|
| 32 |
---
|
| 33 |
# Dataset Card for "THUCNewsText"
|
| 34 |
|
| 35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
---
|
| 33 |
# Dataset Card for "THUCNewsText"
|
| 34 |
|
| 35 |
+
这是一份https://huggingface.co/datasets/seamew/THUCNewsText的克隆,试图解决谷歌硬盘国内无法访问的问题443
|
| 36 |
+
|
| 37 |
+
```python
|
| 38 |
+
from datasets import load_dataset
|
| 39 |
+
datasets = load_dataset("seamew/THUCNewsText")
|
| 40 |
+
|
| 41 |
+
datasets.push_to_hub("oyxy2019/THUCNewsText")
|
| 42 |
+
```
|