albertvillanova HF staff commited on
Commit
d623732
1 Parent(s): 56ded24

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -60
dataset_infos.json DELETED
@@ -1,60 +0,0 @@
1
- {
2
- "allocine": {
3
- "description": " Allocine Dataset: A Large-Scale French Movie Reviews Dataset.\n This is a dataset for binary sentiment classification, made of user reviews scraped from Allocine.fr.\n It contains 100k positive and 100k negative reviews divided into 3 balanced splits: train (160k reviews), val (20k) and test (20k).\n",
4
- "citation": "@misc{blard2019allocine,\n author = {Blard, Theophile},\n title = {french-sentiment-analysis-with-bert},\n year = {2020},\n publisher = {GitHub},\n journal = {GitHub repository},\n howpublished={\\url{https://github.com/TheophileBlard/french-sentiment-analysis-with-bert}},\n}\n",
5
- "homepage": "https://github.com/TheophileBlard/french-sentiment-analysis-with-bert",
6
- "license": "",
7
- "features": {
8
- "review": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "label": {
13
- "names": [
14
- "neg",
15
- "pos"
16
- ],
17
- "_type": "ClassLabel"
18
- }
19
- },
20
- "task_templates": [
21
- {
22
- "task": "text-classification",
23
- "text_column": "review",
24
- "label_column": "label"
25
- }
26
- ],
27
- "builder_name": "allocine",
28
- "dataset_name": "allocine",
29
- "config_name": "allocine",
30
- "version": {
31
- "version_str": "1.0.0",
32
- "major": 1,
33
- "minor": 0,
34
- "patch": 0
35
- },
36
- "splits": {
37
- "train": {
38
- "name": "train",
39
- "num_bytes": 91330632,
40
- "num_examples": 160000,
41
- "dataset_name": null
42
- },
43
- "validation": {
44
- "name": "validation",
45
- "num_bytes": 11546242,
46
- "num_examples": 20000,
47
- "dataset_name": null
48
- },
49
- "test": {
50
- "name": "test",
51
- "num_bytes": 11547689,
52
- "num_examples": 20000,
53
- "dataset_name": null
54
- }
55
- },
56
- "download_size": 75125954,
57
- "dataset_size": 114424563,
58
- "size_in_bytes": 189550517
59
- }
60
- }