Instructions to use RedHatAI/oBERT-teacher-mnli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RedHatAI/oBERT-teacher-mnli with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("RedHatAI/oBERT-teacher-mnli", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add link to code
Browse files
README.md
CHANGED
|
@@ -18,6 +18,10 @@ matched accuracy = 84.54
|
|
| 18 |
mismatched accuracy = 85.06
|
| 19 |
```
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
## Citation info
|
| 22 |
```bibtex
|
| 23 |
@article{kurtic2022optimal,
|
|
|
|
| 18 |
mismatched accuracy = 85.06
|
| 19 |
```
|
| 20 |
|
| 21 |
+
Code: [https://github.com/neuralmagic/sparseml/tree/main/research/optimal_BERT_surgeon_oBERT](https://github.com/neuralmagic/sparseml/tree/main/research/optimal_BERT_surgeon_oBERT)
|
| 22 |
+
|
| 23 |
+
If you find the model useful, please consider citing our work.
|
| 24 |
+
|
| 25 |
## Citation info
|
| 26 |
```bibtex
|
| 27 |
@article{kurtic2022optimal,
|