Datasets:
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 +1 -1
- interpress_news_category_tr_lite.py +0 -1
README.md
CHANGED
@@ -10,7 +10,7 @@ licenses:
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
13 |
-
-
|
14 |
source_datasets:
|
15 |
- extended|interpress_news_category_tr
|
16 |
task_categories:
|
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
13 |
+
- 100K<n<1M
|
14 |
source_datasets:
|
15 |
- extended|interpress_news_category_tr
|
16 |
task_categories:
|
interpress_news_category_tr_lite.py
CHANGED
@@ -15,7 +15,6 @@
|
|
15 |
# Lint as: python3
|
16 |
"""Turkish News Category Dataset (270K - Lite Version) - Interpress Media Monitoring Company"""
|
17 |
|
18 |
-
from __future__ import absolute_import, division, print_function
|
19 |
|
20 |
import csv
|
21 |
import os
|
|
|
15 |
# Lint as: python3
|
16 |
"""Turkish News Category Dataset (270K - Lite Version) - Interpress Media Monitoring Company"""
|
17 |
|
|
|
18 |
|
19 |
import csv
|
20 |
import os
|