Add training metadata
Browse files- training_metadata.json +12 -0
training_metadata.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_name": "branch-switch-classifier",
|
3 |
+
"base_model": "distilbert-base-uncased",
|
4 |
+
"task": "binary-classification",
|
5 |
+
"domain": "healthcare-chatbot",
|
6 |
+
"dataset_size": "1000+ samples",
|
7 |
+
"classes": [
|
8 |
+
"false",
|
9 |
+
"true"
|
10 |
+
],
|
11 |
+
"performance": "High accuracy on branch switching classification"
|
12 |
+
}
|