privacy-filter-multitask / multitask_config.json
binga's picture
Multi-task: PII NER (F1=0.49) + 10-class doc clf (acc=0.25)
e140ddc verified
raw
history blame contribute delete
349 Bytes
{
"num_doc_classes": 10,
"doc_label_names": [
"Society & Culture",
"Science & Mathematics",
"Health",
"Education & Reference",
"Computers & Internet",
"Sports",
"Business & Finance",
"Entertainment & Music",
"Family & Relationships",
"Politics & Government"
],
"ner_weight": 1.0,
"doc_weight": 0.5
}