Upload code/code_search_net/manifest.json with huggingface_hub
Browse files
code/code_search_net/manifest.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"source_repo": "espejelomar/code_search_net_python_10000_examples",
|
| 3 |
+
"configs": [
|
| 4 |
+
[
|
| 5 |
+
"default",
|
| 6 |
+
"train"
|
| 7 |
+
]
|
| 8 |
+
],
|
| 9 |
+
"total_rows": 10000,
|
| 10 |
+
"total_mb": 11.5,
|
| 11 |
+
"shards": 1,
|
| 12 |
+
"min_chars": 100,
|
| 13 |
+
"created_at": "2026-04-26 23:21 UTC"
|
| 14 |
+
}
|