Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-class-classification
Size:
10K - 100K
ArXiv:
Tags:
causal-reasoning
License:
Update README.md
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ task_ids:
|
|
64 |
Loading Russian Simple task:
|
65 |
```python
|
66 |
from datasets import load_dataset
|
67 |
-
|
68 |
```
|
69 |
|
70 |
### Supported Tasks and Leaderboards
|
|
|
64 |
Loading Russian Simple task:
|
65 |
```python
|
66 |
from datasets import load_dataset
|
67 |
+
dataset = load_dataset("IlyaGusev/headline_cause", "ru_simple")
|
68 |
```
|
69 |
|
70 |
### Supported Tasks and Leaderboards
|