Update files from the datasets library (from 1.6.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.0
- README.md +3 -2
- cail2018.py +0 -2
README.md
CHANGED
@@ -10,13 +10,14 @@ licenses:
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
13 |
-
- n
|
14 |
source_datasets:
|
15 |
- original
|
16 |
task_categories:
|
17 |
- other
|
18 |
task_ids:
|
19 |
-
- other-other-judgement-prediction
|
|
|
20 |
---
|
21 |
# Dataset Card for CAIL 2018
|
22 |
|
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
13 |
+
- 1M<n<10M
|
14 |
source_datasets:
|
15 |
- original
|
16 |
task_categories:
|
17 |
- other
|
18 |
task_ids:
|
19 |
+
- other-other-judgement-prediction
|
20 |
+
---
|
21 |
---
|
22 |
# Dataset Card for CAIL 2018
|
23 |
|
cail2018.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
from __future__ import absolute_import, division, print_function
|
2 |
-
|
3 |
import json
|
4 |
import os
|
5 |
|
|
|
|
|
|
|
1 |
import json
|
2 |
import os
|
3 |
|