albertvillanova HF staff commited on
Commit
d655ba9
1 Parent(s): 488eaa9

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -46
dataset_infos.json DELETED
@@ -1,46 +0,0 @@
1
- {
2
- "default": {
3
- "description": "It is a large dataset of Android applications belonging to 23 differentapps categories, which provides an overview of the types of feedback users report on the apps and documents the evolution of the related code metrics. The dataset contains about 395 applications of the F-Droid repository, including around 600 versions, 280,000 user reviews (extracted with specific text mining approaches)\n",
4
- "citation": "@InProceedings{Zurich Open Repository and\nArchive:dataset,\ntitle = {Software Applications User Reviews},\nauthors={Grano, Giovanni; Di Sorbo, Andrea; Mercaldo, Francesco; Visaggio, Corrado A; Canfora, Gerardo;\nPanichella, Sebastiano},\nyear={2017}\n}\n",
5
- "homepage": "https://giograno.me/assets/pdf/workshop/wama17.pdf",
6
- "license": "",
7
- "features": {
8
- "package_name": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "review": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "date": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- },
20
- "star": {
21
- "dtype": "int8",
22
- "_type": "Value"
23
- }
24
- },
25
- "builder_name": "parquet",
26
- "dataset_name": "app_reviews",
27
- "config_name": "default",
28
- "version": {
29
- "version_str": "0.0.0",
30
- "major": 0,
31
- "minor": 0,
32
- "patch": 0
33
- },
34
- "splits": {
35
- "train": {
36
- "name": "train",
37
- "num_bytes": 32768731,
38
- "num_examples": 288065,
39
- "dataset_name": null
40
- }
41
- },
42
- "download_size": 13207727,
43
- "dataset_size": 32768731,
44
- "size_in_bytes": 45976458
45
- }
46
- }