Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
DOI:
Libraries:
Datasets
pandas
License:
llylly001 commited on
Commit
7793de2
1 Parent(s): c35114a

Upload croissant-infibench.json

Browse files
Files changed (1) hide show
  1. croissant-infibench.json +59 -0
croissant-infibench.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context":{
3
+ "@language":"en","@vocab":"https://schema.org/","citeAs":"cr:citeAs","column":"cr:column","conformsTo":"dct:conformsTo","cr":"http://mlcommons.org/croissant/",
4
+ "data":{"@id":"cr:data","@type":"@json"},
5
+ "dataBiases":"cr:dataBiases",
6
+ "dataCollection":"cr:dataCollection",
7
+ "dataType":{"@id":"cr:dataType","@type":"@vocab"},
8
+ "dct":"http://purl.org/dc/terms/",
9
+ "extract":"cr:extract",
10
+ "field":"cr:field",
11
+ "fileProperty":"cr:fileProperty",
12
+ "fileObject":"cr:fileObject",
13
+ "fileSet":"cr:fileSet",
14
+ "format":"cr:format",
15
+ "includes":"cr:includes",
16
+ "isLiveDataset":"cr:isLiveDataset",
17
+ "jsonPath":"cr:jsonPath",
18
+ "key":"cr:key",
19
+ "md5":"cr:md5",
20
+ "parentField":"cr:parentField",
21
+ "path":"cr:path",
22
+ "personalSensitiveInformation":"cr:personalSensitiveInformation",
23
+ "recordSet":"cr:recordSet",
24
+ "references":"cr:references",
25
+ "regex":"cr:regex",
26
+ "repeated":"cr:repeated",
27
+ "replace":"cr:replace",
28
+ "sc":"https://schema.org/",
29
+ "separator":"cr:separator",
30
+ "source":"cr:source",
31
+ "subField":"cr:subField",
32
+ "transform":"cr:transform"
33
+ },
34
+ "@type":"sc:Dataset",
35
+ "distribution":[
36
+ {"@type":"cr:FileObject","@id":"repo","name":"repo","description":"The Hugging Face git repository.","contentUrl":"https://huggingface.co/datasets/llylly001/InfiBench/tree/refs%2Fconvert%2Fparquet","encodingFormat":"git+https","sha256":"https://github.com/mlcommons/croissant/issues/80"},
37
+ {"@type":"cr:FileSet","@id":"parquet-files-for-config-default","name":"parquet-files-for-config-default","description":"The underlying Parquet files as converted by Hugging Face (see: https://huggingface.co/docs/datasets-server/parquet).","containedIn":{"@id":"repo"},"encodingFormat":"application/x-parquet","includes":"default/*/*.parquet"}
38
+ ],
39
+ "recordSet":[
40
+ {"@type":"cr:RecordSet","@id":"default","name":"default","description":"llylly001/InfiBench - 'default' subset",
41
+ "field":[
42
+ {"@type":"cr:Field","@id":"default/Unnamed__0","name":"default/Unnamed__0","description":"Column 'Unnamed: 0' from the Hugging Face parquet file.","dataType":"sc:Integer","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"Unnamed: 0"}}},
43
+ {"@type":"cr:Field","@id":"default/no","name":"default/no","description":"Column 'no' from the Hugging Face parquet file.","dataType":"sc:Integer","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"no"}}},
44
+ {"@type":"cr:Field","@id":"default/case_path","name":"default/case_path","description":"Column 'case_path' from the Hugging Face parquet file.","dataType":"sc:Text","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"case_path"}}},
45
+ {"@type":"cr:Field","@id":"default/prompt","name":"default/prompt","description":"Column 'prompt' from the Hugging Face parquet file.","dataType":"sc:Text","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"prompt"}}},
46
+ {"@type":"cr:Field","@id":"default/eval_spec","name":"default/eval_spec","description":"Column 'eval_spec' from the Hugging Face parquet file.","dataType":"sc:Text","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"eval_spec"}}},
47
+ {"@type":"cr:Field","@id":"default/dependencies","name":"default/dependencies","description":"Column 'dependencies' from the Hugging Face parquet file.","dataType":"sc:Text","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"dependencies"}}}
48
+ ]}
49
+ ],
50
+ "conformsTo":"http://mlcommons.org/croissant/1.0",
51
+ "name":"InfiBench",
52
+ "identifier":"10.57967/hf/2474",
53
+ "description":"InfiBench dataset hosted on Hugging Face and contributed by the HF Datasets community",
54
+ "alternateName":["llylly001/InfiBench","InfiBench"],
55
+ "creator":{"@type":"Team","name":"The InfiBench Team","url":"https://huggingface.co/llylly001"},
56
+ "keywords":["text-generation","100K<n<1M","English","cc-by-sa-4.0","code","benchmark","Croissant","doi:10.57967/hf/2474"],
57
+ "license":"https://choosealicense.com/licenses/cc-by-sa-4.0/",
58
+ "url":"https://huggingface.co/datasets/llylly001/InfiBench"
59
+ }