anonymous-benchmark commited on
Commit
2c7c02b
·
verified ·
1 Parent(s): 7d91038

Fix Croissant FileSet metadata

Browse files
LeanWordBench_release_anonymous.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:508c6c8020a196539167031289db4b879212627f9c459a8d3763f064fa8c521b
3
- size 599680
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b8046090e0eb3a13239becc709c5bbd3accf5dbfe4f1bf4b80e1dc4ee953915
3
+ size 599740
metadata/croissant.json CHANGED
@@ -4,6 +4,7 @@
4
  "@vocab": "https://schema.org/",
5
  "sc": "https://schema.org/",
6
  "cr": "http://mlcommons.org/croissant/",
 
7
  "prov": "http://www.w3.org/ns/prov#",
8
  "rai": "http://mlcommons.org/croissant/RAI/"
9
  },
@@ -27,18 +28,17 @@
27
  {
28
  "@type": "sc:FileObject",
29
  "@id": "leanwordbench_archive",
30
- "name": "LeanWordBench release bundle",
31
  "contentUrl": "https://anonymous.example/leanwordbench/archive.zip",
32
- "encodingFormat": "application/zip"
 
33
  },
34
  {
35
  "@type": "sc:FileSet",
36
  "@id": "leanwordbench_dataset_files",
37
- "name": "LeanWordBench family dataset files",
38
- "containedIn": {
39
- "@id": "leanwordbench_archive"
40
- },
41
- "includes": "LeanWordBench/data/datasets/**/*.txt",
42
  "encodingFormat": "text/plain"
43
  }
44
  ],
 
4
  "@vocab": "https://schema.org/",
5
  "sc": "https://schema.org/",
6
  "cr": "http://mlcommons.org/croissant/",
7
+ "ml": "http://mlcommons.org/schema/",
8
  "prov": "http://www.w3.org/ns/prov#",
9
  "rai": "http://mlcommons.org/croissant/RAI/"
10
  },
 
28
  {
29
  "@type": "sc:FileObject",
30
  "@id": "leanwordbench_archive",
31
+ "name": "leanwordbench_archive",
32
  "contentUrl": "https://anonymous.example/leanwordbench/archive.zip",
33
+ "encodingFormat": "application/zip",
34
+ "sha256": "7b2a19be07f3068452f3849dc38a05580b9d216e28013ab8a7a707b0a8fffc7f"
35
  },
36
  {
37
  "@type": "sc:FileSet",
38
  "@id": "leanwordbench_dataset_files",
39
+ "name": "leanwordbench_dataset_files",
40
+ "containedIn": "leanwordbench_archive",
41
+ "ml:includes": "LeanWordBench/data/datasets/**/*.txt",
 
 
42
  "encodingFormat": "text/plain"
43
  }
44
  ],