TharinduDR / InfoMiner

0 stars 0 forks source link

Implement for Arabic #2

Closed TharinduDR closed 3 years ago

TharinduDR commented 3 years ago

Implement Infominer for Arabic using multilingual bert (mbert). Use this as model name - https://huggingface.co/bert-base-multilingual-cased

Lasitha-93 commented 3 years ago

Training Results - infominer_arabic

Training Time: 52m 39s Precision: 0.6470588235294118 Recall: 0.9166666666666666 F1: 0.7586206896551724 Confusion Matrix (tn, fp, fn, tp) 2 1 6 11

log focus: /usr/local/lib/python3.7/dist-packages/sklearn/metrics/_classification.py:900: RuntimeWarning: invalid value encountered in double_scalars mcc = cov_ytyp / np.sqrt(cov_ytyt * cov_ypyp)