Views
No views yet

| Benchmark | Score |
|---|---|
| MNLI (m/mm) | 0.864 |
| SST-2 | 0.864 |
| QQP | 0.864 |
| QNLI | 0.864 |
| RTE | 0.864 |
| CoLA | 0.864 |
| STS-B | 0.864 |
| MRPC | 0.864 |
1from transformers import AutoModelForSequenceClassification, AutoTokenizer
2
3model = AutoModelForSequenceClassification.from_pretrained("SweepBestModel-Repo")
4tokenizer = AutoTokenizer.from_pretrained("SweepBestModel-Repo")
