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
CHANGED
@@ -13,12 +13,8 @@ size_categories:
|
|
13 |
- 10K<n<100K
|
14 |
dictionary:
|
15 |
- 100K<n<1M
|
16 |
-
phrases:
|
17 |
-
- 100K<n<1M
|
18 |
ptb:
|
19 |
- 10K<n<100K
|
20 |
-
sentences:
|
21 |
-
- 10K<n<100K
|
22 |
source_datasets: []
|
23 |
task_categories:
|
24 |
- text-classification
|
|
|
13 |
- 10K<n<100K
|
14 |
dictionary:
|
15 |
- 100K<n<1M
|
|
|
|
|
16 |
ptb:
|
17 |
- 10K<n<100K
|
|
|
|
|
18 |
source_datasets: []
|
19 |
task_categories:
|
20 |
- text-classification
|
sst.py
CHANGED
@@ -14,7 +14,6 @@
|
|
14 |
# limitations under the License.
|
15 |
"""TODO: Add a description here."""
|
16 |
|
17 |
-
from __future__ import absolute_import, division, print_function
|
18 |
|
19 |
import csv
|
20 |
import os
|
|
|
14 |
# limitations under the License.
|
15 |
"""TODO: Add a description here."""
|
16 |
|
|
|
17 |
|
18 |
import csv
|
19 |
import os
|