-
Notifications
You must be signed in to change notification settings - Fork 1
/
sddoia_embeddings_croissant.json
73 lines (73 loc) · 2.08 KB
/
sddoia_embeddings_croissant.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"@context": {
"@language": "en",
"@vocab": "https://schema.org/",
"citeAs": "cr:citeAs",
"column": "cr:column",
"conformsTo": "dct:conformsTo",
"cr": "http://mlcommons.org/croissant/",
"rai": "http://mlcommons.org/croissant/RAI/",
"data": {
"@id": "cr:data",
"@type": "@json"
},
"dataType": {
"@id": "cr:dataType",
"@type": "@vocab"
},
"dct": "http://purl.org/dc/terms/",
"examples": {
"@id": "cr:examples",
"@type": "@json"
},
"extract": "cr:extract",
"field": "cr:field",
"fileProperty": "cr:fileProperty",
"fileObject": "cr:fileObject",
"fileSet": "cr:fileSet",
"format": "cr:format",
"includes": "cr:includes",
"isLiveDataset": "cr:isLiveDataset",
"jsonPath": "cr:jsonPath",
"key": "cr:key",
"md5": "cr:md5",
"parentField": "cr:parentField",
"path": "cr:path",
"recordSet": "cr:recordSet",
"references": "cr:references",
"regex": "cr:regex",
"repeated": "cr:repeated",
"replace": "cr:replace",
"sc": "https://schema.org/",
"separator": "cr:separator",
"source": "cr:source",
"subField": "cr:subField",
"transform": "cr:transform"
},
"@type": "sc:Dataset",
"name": "SDD-OIA-EMBEDDINGS",
"description": "This directory contains 512-dimensional embeddings extracted from a pretrained ResNet18 model on ImageNet. The embeddings are derived from the `sdd-oia` dataset.",
"conformsTo": "http://mlcommons.org/croissant/1.0",
"keywords": [
"dataset",
"sdd-oia",
"reasoning-shortcuts",
"zip",
"json"
],
"license": "https://creativecommons.org/licenses/by-sa/4.0/",
"version": "1.0.0",
"distribution": [
{
"@type": "cr:FileSet",
"@id": "sdd-oia-embeddings",
"name": "SDD-OIA-EMBEDDINGS",
"description": "This directory contains 512-dimensional embeddings extracted from a pretrained ResNet18 model on ImageNet. The embeddings are derived from the `sdd-oia` dataset.",
"encodingFormat": "application/zip",
"includes": [
"*.pt",
"*.json"
]
}
]
}