mou11 commited on
Commit
1ec70d0
·
verified ·
1 Parent(s): 39c9dae

Create config.json

Browse files
Files changed (1) hide show
  1. 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
+ }