chromeNLP commited on
Commit
dba5a0a
1 Parent(s): ab2eb44

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - Issue_fixed
4
+ - textattack
5
+ - textclassification
6
+ - entailment
7
+ license: mit
8
+ datasets:
9
+ - mnli
10
+
11
+ metrics:
12
+ - accuracy
13
+
14
+ ---
15
+
16
+ Fixed 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