CSquid333 commited on
Commit
ba31b3b
1 Parent(s): dec1a97

upload the croissant metadata (we might want to rename this)

Browse files
Files changed (1) hide show
  1. metadata (1).json +152 -0
metadata (1).json ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@language": "en",
4
+ "@vocab": "https://schema.org/",
5
+ "citeAs": "cr:citeAs",
6
+ "column": "cr:column",
7
+ "conformsTo": "dct:conformsTo",
8
+ "cr": "http://mlcommons.org/croissant/",
9
+ "data": {
10
+ "@id": "cr:data",
11
+ "@type": "@json"
12
+ },
13
+ "dataBiases": "cr:dataBiases",
14
+ "dataCollection": "cr:dataCollection",
15
+ "dataType": {
16
+ "@id": "cr:dataType",
17
+ "@type": "@vocab"
18
+ },
19
+ "dct": "http://purl.org/dc/terms/",
20
+ "extract": "cr:extract",
21
+ "field": "cr:field",
22
+ "fileProperty": "cr:fileProperty",
23
+ "fileObject": "cr:fileObject",
24
+ "fileSet": "cr:fileSet",
25
+ "format": "cr:format",
26
+ "includes": "cr:includes",
27
+ "isLiveDataset": "cr:isLiveDataset",
28
+ "jsonPath": "cr:jsonPath",
29
+ "key": "cr:key",
30
+ "md5": "cr:md5",
31
+ "parentField": "cr:parentField",
32
+ "path": "cr:path",
33
+ "personalSensitiveInformation": "cr:personalSensitiveInformation",
34
+ "recordSet": "cr:recordSet",
35
+ "references": "cr:references",
36
+ "regex": "cr:regex",
37
+ "repeated": "cr:repeated",
38
+ "replace": "cr:replace",
39
+ "sc": "https://schema.org/",
40
+ "separator": "cr:separator",
41
+ "source": "cr:source",
42
+ "subField": "cr:subField",
43
+ "transform": "cr:transform"
44
+ },
45
+ "@type": "sc:Dataset",
46
+ "distribution": [
47
+ {
48
+ "@type": "cr:FileObject",
49
+ "@id": "repo",
50
+ "name": "repo",
51
+ "description": "The Hugging Face git repository.",
52
+ "contentUrl": "https://huggingface.co/datasets/wendy-sun/DafnyBench/tree/refs%2Fconvert%2Fparquet",
53
+ "encodingFormat": "git+https",
54
+ "sha256": "https://github.com/mlcommons/croissant/issues/80"
55
+ },
56
+ {
57
+ "@type": "cr:FileSet",
58
+ "@id": "parquet-files-for-config-default",
59
+ "name": "parquet-files-for-config-default",
60
+ "description": "The underlying Parquet files as converted by Hugging Face (see: https://huggingface.co/docs/datasets-server/parquet).",
61
+ "containedIn": {
62
+ "@id": "repo"
63
+ },
64
+ "encodingFormat": "application/x-parquet",
65
+ "includes": "default/*/*.parquet"
66
+ }
67
+ ],
68
+ "recordSet": [
69
+ {
70
+ "@type": "cr:RecordSet",
71
+ "@id": "default",
72
+ "name": "default",
73
+ "field": [
74
+ {
75
+ "@type": "cr:Field",
76
+ "@id": "default/test_ID",
77
+ "name": "default/test_ID",
78
+ "description": "Column 'test_ID' from the Hugging Face parquet file.",
79
+ "dataType": "sc:Text",
80
+ "source": {
81
+ "fileSet": {
82
+ "@id": "parquet-files-for-config-default"
83
+ },
84
+ "extract": {
85
+ "column": "test_ID"
86
+ }
87
+ }
88
+ },
89
+ {
90
+ "@type": "cr:Field",
91
+ "@id": "default/test_file",
92
+ "name": "default/test_file",
93
+ "description": "Column 'test_file' from the Hugging Face parquet file.",
94
+ "dataType": "sc:Text",
95
+ "source": {
96
+ "fileSet": {
97
+ "@id": "parquet-files-for-config-default"
98
+ },
99
+ "extract": {
100
+ "column": "test_file"
101
+ }
102
+ }
103
+ },
104
+ {
105
+ "@type": "cr:Field",
106
+ "@id": "default/ground_truth",
107
+ "name": "default/ground_truth",
108
+ "description": "Column 'ground_truth' from the Hugging Face parquet file.",
109
+ "dataType": "sc:Text",
110
+ "source": {
111
+ "fileSet": {
112
+ "@id": "parquet-files-for-config-default"
113
+ },
114
+ "extract": {
115
+ "column": "ground_truth"
116
+ }
117
+ }
118
+ },
119
+ {
120
+ "@type": "cr:Field",
121
+ "@id": "default/hints_removed",
122
+ "name": "default/hints_removed",
123
+ "description": "Column 'hints_removed' from the Hugging Face parquet file.",
124
+ "dataType": "sc:Text",
125
+ "source": {
126
+ "fileSet": {
127
+ "@id": "parquet-files-for-config-default"
128
+ },
129
+ "extract": {
130
+ "column": "hints_removed"
131
+ }
132
+ }
133
+ }
134
+ ]
135
+ }
136
+ ],
137
+ "conformsTo": "http://mlcommons.org/croissant/1.0",
138
+ "name": "DafnyBench",
139
+ "description": "DafnyBench is the largest benchmark of its kind for training and evaluating machine learning systems for formal software verification, with over 750 Dafny programs.",
140
+ "keywords": [
141
+ "text-generation",
142
+ "text2text-generation",
143
+ "n\u003C1K",
144
+ "English",
145
+ "apache-2.0",
146
+ "code",
147
+ "Croissant",
148
+ "🇺🇸 Region: US"
149
+ ],
150
+ "license": "https://choosealicense.com/licenses/apache-2.0/",
151
+ "url": "https://huggingface.co/datasets/wendy-sun/DafnyBench"
152
+ }