Seed draft model config
Browse files- model_config.json +6 -0
model_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_id": "Roy229/fetch-huggingface-github-3615-codebert-e",
|
| 3 |
+
"model_name": "CodeBERT-E",
|
| 4 |
+
"version": "0.1.0",
|
| 5 |
+
"notes": "Draft metadata: task_category and programming_language pending, status pending."
|
| 6 |
+
}
|