CoolFace
Modelpublic

textattack/bert-base-uncased-MRPC

sourceHugging Faceupdated 5y agoView on Hugging Face
3likes30kdownloads
README.md11 linesDownload Raw Back to root
1## TextAttack Model Card2This `bert-base-uncased` model was fine-tuned for sequence classification using TextAttack 3and the glue dataset loaded using the `nlp` library. The model was fine-tuned 4for 5 epochs with a batch size of 16, a learning 5rate of 2e-05, and a maximum sequence length of 256. 6Since this was a classification task, the model was trained with a cross-entropy loss function. 7The best score the model achieved on this task was 0.8774509803921569, as measured by the 8eval set accuracy, found after 1 epoch.9 10For more information, check out [TextAttack on Github](https://github.com/QData/TextAttack).11