Publish bfcl: 0 task(s) (https://github.com/ShishirPatil/gorilla.git)
Browse files- manifest.json +17 -0
manifest.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"benchmark_id": "bfcl",
|
| 3 |
+
"display_name": "BFCL",
|
| 4 |
+
"license_spdx": "Apache-2.0",
|
| 5 |
+
"license_url": "https://github.com/ShishirPatil/gorilla/blob/main/LICENSE",
|
| 6 |
+
"loom_adapter_version": null,
|
| 7 |
+
"published_at": "2026-06-12T16:56:22.037253+00:00",
|
| 8 |
+
"schema_version": 1,
|
| 9 |
+
"splits": [
|
| 10 |
+
"test"
|
| 11 |
+
],
|
| 12 |
+
"task_count": 0,
|
| 13 |
+
"tasks": [],
|
| 14 |
+
"upstream_kind": "git",
|
| 15 |
+
"upstream_locator": "https://github.com/ShishirPatil/gorilla.git",
|
| 16 |
+
"upstream_revision": "main"
|
| 17 |
+
}
|