Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1M<n<10M
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
1b5f364
1 Parent(s): 7a396a7

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -51
dataset_infos.json DELETED
@@ -1,51 +0,0 @@
1
- {
2
- "amazon_polarity": {
3
- "description": "The Amazon reviews dataset consists of reviews from amazon.\nThe data span a period of 18 years, including ~35 million reviews up to March 2013.\nReviews include product and user information, ratings, and a plaintext review.\n",
4
- "citation": "@inproceedings{mcauley2013hidden,\n title={Hidden factors and hidden topics: understanding rating dimensions with review text},\n author={McAuley, Julian and Leskovec, Jure},\n booktitle={Proceedings of the 7th ACM conference on Recommender systems},\n pages={165--172},\n year={2013}\n}\n",
5
- "homepage": "https://registry.opendata.aws/",
6
- "license": "Apache License 2.0",
7
- "features": {
8
- "label": {
9
- "names": [
10
- "negative",
11
- "positive"
12
- ],
13
- "_type": "ClassLabel"
14
- },
15
- "title": {
16
- "dtype": "string",
17
- "_type": "Value"
18
- },
19
- "content": {
20
- "dtype": "string",
21
- "_type": "Value"
22
- }
23
- },
24
- "builder_name": "parquet",
25
- "dataset_name": "amazon_polarity",
26
- "config_name": "amazon_polarity",
27
- "version": {
28
- "version_str": "3.0.0",
29
- "major": 3,
30
- "minor": 0,
31
- "patch": 0
32
- },
33
- "splits": {
34
- "train": {
35
- "name": "train",
36
- "num_bytes": 1604364432,
37
- "num_examples": 3600000,
38
- "dataset_name": null
39
- },
40
- "test": {
41
- "name": "test",
42
- "num_bytes": 178176193,
43
- "num_examples": 400000,
44
- "dataset_name": null
45
- }
46
- },
47
- "download_size": 1145430497,
48
- "dataset_size": 1782540625,
49
- "size_in_bytes": 2927971122
50
- }
51
- }