Upload 2 files
Browse files- .gitattributes +1 -0
- clift.jsonl +3 -0
- manifest.json +23 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
clift.jsonl filter=lfs diff=lfs merge=lfs -text
|
clift.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5e32a94aa6c0fba432e029adacecb98d598e93e94e2c62dff7d137e0d0aceb9
|
| 3 |
+
size 10778878
|
manifest.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"description": "Full CLIFT benchmark matrix (all tasks, default formats and applications per task).",
|
| 3 |
+
"generator": "generate_clift_dataset",
|
| 4 |
+
"kwargs": {
|
| 5 |
+
"n_instances_per_cell": 10,
|
| 6 |
+
"seed": 42,
|
| 7 |
+
"instruct": false,
|
| 8 |
+
"tasks": [
|
| 9 |
+
"lookup_table",
|
| 10 |
+
"arithmetic_rule",
|
| 11 |
+
"conditional_rule",
|
| 12 |
+
"insertion_sort",
|
| 13 |
+
"max_subarray",
|
| 14 |
+
"binary_search",
|
| 15 |
+
"naive_string_matcher",
|
| 16 |
+
"spatial_translation",
|
| 17 |
+
"affine_dynamics_2d",
|
| 18 |
+
"register_machine_2d"
|
| 19 |
+
]
|
| 20 |
+
},
|
| 21 |
+
"expected_record_count": 5160,
|
| 22 |
+
"content_sha256": "a8228a9f08092ac9679ffc9cfdb1cce6b0921df7909fac33cc0e0487bdba62d6"
|
| 23 |
+
}
|