Instructions to use CYONG/mobilebert_rte with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CYONG/mobilebert_rte with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="CYONG/mobilebert_rte")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("CYONG/mobilebert_rte") model = AutoModelForSequenceClassification.from_pretrained("CYONG/mobilebert_rte", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 96a696c3a345e752318e5dfca3f1429e6b50b41430ad1ec4a605720b4222bddd
- Size of remote file:
- 101 MB
- SHA256:
- 83e413f6c0f31b3d6b4f4219ec97271eb5927ee49dc0710fa209c4b65396d010
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.