CoolFace
Modelpublic

chromeNLP/textattack_bert_base_MNLI_fixed

sourceHugging Facemitupdated 4y agoView on Hugging Face
0likes14downloads
README.md16 linesDownload Raw Back to root
1---2tags:3- Issue_fixed4- textattack5- textclassification6- entailment7license: mit8datasets:9- mnli10 11metrics:12- accuracy13 14---15 16Fixed label mapping issue for textattack/bert-base-uncased-MNLI, if using the original model, the predicted label has systematic confusion with the huggingface MNLI dataset. See the Github issue: https://github.com/QData/TextAttack/issues/684. The fixed accuracy_mm is 84.44% and is 7% before the fix applied.