system HF staff commited on
Commit
5ffffcf
1 Parent(s): f8c34a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ ## TextAttack Model CardSince this was a classification task, the model was trained with a cross-entropy loss function.
2
+ The best score the model achieved on this task was 0.7256317689530686, as measured by the
3
+ eval set accuracy, found after 4 epochs.
4
+
5
+ For more information, check out [TextAttack on Github](https://github.com/QData/TextAttack).