Create config.json
Browse files- config.json +7 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "llm-agent",
|
| 3 |
+
"base_model": "meta-llama/Llama-3.3-70B",
|
| 4 |
+
"pipeline_tag": "text-generation",
|
| 5 |
+
"framework": "langgraph",
|
| 6 |
+
"medical_domain": "clinical-decision-support"
|
| 7 |
+
}
|