albertvillanova HF staff commited on
Commit
fd9f31e
1 Parent(s): e095b32

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -65
dataset_infos.json DELETED
@@ -1,65 +0,0 @@
1
- {
2
- "default": {
3
- "description": "\nThe ASSIN 2 corpus is composed of rather simple sentences. Following the procedures of SemEval 2014 Task 1.\nThe training and validation data are composed, respectively, of 6,500 and 500 sentence pairs in Brazilian Portuguese,\nannotated for entailment and semantic similarity. Semantic similarity values range from 1 to 5, and text entailment\nclasses are either entailment or none. The test data are composed of approximately 3,000 sentence pairs with the same\nannotation. All data were manually annotated.\n",
4
- "citation": "\n@inproceedings{real2020assin,\n title={The assin 2 shared task: a quick overview},\n author={Real, Livy and Fonseca, Erick and Oliveira, Hugo Goncalo},\n booktitle={International Conference on Computational Processing of the Portuguese Language},\n pages={406--412},\n year={2020},\n organization={Springer}\n}\n",
5
- "homepage": "https://sites.google.com/view/assin2",
6
- "license": "",
7
- "features": {
8
- "sentence_pair_id": {
9
- "dtype": "int64",
10
- "_type": "Value"
11
- },
12
- "premise": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "hypothesis": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- },
20
- "relatedness_score": {
21
- "dtype": "float32",
22
- "_type": "Value"
23
- },
24
- "entailment_judgment": {
25
- "names": [
26
- "NONE",
27
- "ENTAILMENT"
28
- ],
29
- "_type": "ClassLabel"
30
- }
31
- },
32
- "builder_name": "parquet",
33
- "dataset_name": "assin2",
34
- "config_name": "default",
35
- "version": {
36
- "version_str": "1.0.0",
37
- "major": 1,
38
- "minor": 0,
39
- "patch": 0
40
- },
41
- "splits": {
42
- "train": {
43
- "name": "train",
44
- "num_bytes": 863995,
45
- "num_examples": 6500,
46
- "dataset_name": null
47
- },
48
- "test": {
49
- "name": "test",
50
- "num_bytes": 339266,
51
- "num_examples": 2448,
52
- "dataset_name": null
53
- },
54
- "validation": {
55
- "name": "validation",
56
- "num_bytes": 66824,
57
- "num_examples": 500,
58
- "dataset_name": null
59
- }
60
- },
61
- "download_size": 566733,
62
- "dataset_size": 1270085,
63
- "size_in_bytes": 1836818
64
- }
65
- }