iohadrubin commited on
Commit
fa48306
1 Parent(s): 87bf389

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +88 -0
dataset_infos.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"iohadrubin--wikitext_neighbors_t5__bert-uncase": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "text": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "input_ids": {
13
+ "feature": {
14
+ "dtype": "int64",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "length": -1,
19
+ "id": null,
20
+ "_type": "Sequence"
21
+ },
22
+ "idx": {
23
+ "dtype": "string",
24
+ "id": null,
25
+ "_type": "Value"
26
+ },
27
+ "bert_input_ids": {
28
+ "feature": {
29
+ "dtype": "int64",
30
+ "id": null,
31
+ "_type": "Value"
32
+ },
33
+ "length": -1,
34
+ "id": null,
35
+ "_type": "Sequence"
36
+ },
37
+ "bert_attention_mask": {
38
+ "feature": {
39
+ "dtype": "int64",
40
+ "id": null,
41
+ "_type": "Value"
42
+ },
43
+ "length": -1,
44
+ "id": null,
45
+ "_type": "Sequence"
46
+ },
47
+ "neighbors": {
48
+ "chunks": [
49
+ {
50
+ "distance": {
51
+ "dtype": "float32",
52
+ "id": null,
53
+ "_type": "Value"
54
+ },
55
+ "nid": {
56
+ "dtype": "string",
57
+ "id": null,
58
+ "_type": "Value"
59
+ }
60
+ }
61
+ ],
62
+ "idx": {
63
+ "dtype": "string",
64
+ "id": null,
65
+ "_type": "Value"
66
+ }
67
+ }
68
+ },
69
+ "post_processed": null,
70
+ "supervised_keys": null,
71
+ "task_templates": null,
72
+ "builder_name": null,
73
+ "config_name": null,
74
+ "version": null,
75
+ "splits": {
76
+ "train": {
77
+ "name": "train",
78
+ "num_bytes": 4780560957,
79
+ "num_examples": 1984179,
80
+ "dataset_name": "wikitext_neighbors_t5__bert-uncase"
81
+ }
82
+ },
83
+ "download_checksums": null,
84
+ "download_size": 1060383286,
85
+ "post_processing_size": null,
86
+ "dataset_size": 4780560957,
87
+ "size_in_bytes": 5840944243
88
+ }}