# prompt: write a config.json file for my model to upload on hugging face model hub | |
{ | |
"task_type": "text-classification", | |
"source": "https://f314-39-50-136-26.ngrok-free.app/", | |
"license": "apache-2.0", | |
"dataset": "dga_features_original.csv", | |
"metrics": ["accuracy", "precision", "recall", "f1"], | |
"model_name": "dga_model" | |
} | |