hitty28 commited on
Commit
d549314
·
verified ·
1 Parent(s): e95cd86

Add training metadata

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