Upload model_info.json with huggingface_hub
Browse files- model_info.json +12 -0
model_info.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "FDA Task Classifier",
|
| 3 |
+
"model_id": "standard_base_fda_task_classifier_1760487690_8195c033",
|
| 4 |
+
"base_model": null,
|
| 5 |
+
"description": "",
|
| 6 |
+
"architecture": "LlamaForCausalLM",
|
| 7 |
+
"context_window": 4096,
|
| 8 |
+
"parameter_count": 49152,
|
| 9 |
+
"quantization": "GGUF",
|
| 10 |
+
"created_at": "2025-10-16T19:13:23+00:00",
|
| 11 |
+
"version": "1.0.0"
|
| 12 |
+
}
|