mrehank209 commited on
Commit
c30a0c0
·
verified ·
1 Parent(s): 63290a5

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +31 -0
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "bart_with_classifier",
3
+ "base_model": "facebook/bart-large",
4
+ "num_labels": 1884,
5
+ "dropout": 0.1,
6
+ "task": "multi_label_classification",
7
+ "domain": "bibliographic_classification",
8
+ "language": "de",
9
+ "classification_system": "BK (Basisklassifikation)",
10
+ "performance": {
11
+ "subset_accuracy": 0.257,
12
+ "mcc": 0.498,
13
+ "f1_micro": 0.479,
14
+ "f1_macro": 0.214,
15
+ "precision_micro": 0.661,
16
+ "recall_micro": 0.376,
17
+ "precision_macro": 0.338,
18
+ "recall_macro": 0.175
19
+ },
20
+ "training_details": {
21
+ "approach": "two_stage_fine_tuning",
22
+ "stage1_epochs": 15,
23
+ "stage2_epochs": 15,
24
+ "batch_size": 64,
25
+ "learning_rate": 2e-05,
26
+ "dataset_size": 250831,
27
+ "train_split": 0.7,
28
+ "val_split": 0.15,
29
+ "test_split": 0.15
30
+ }
31
+ }