Instructions to use docampo99/t5-small-rte with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use docampo99/t5-small-rte with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="docampo99/t5-small-rte")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("docampo99/t5-small-rte") model = AutoModelForSequenceClassification.from_pretrained("docampo99/t5-small-rte", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Apr01_09-37-41_5787b74ce57c
- Apr01_11-43-17_3c93e75273a1
- Apr01_11-56-36_3c93e75273a1
- Apr01_12-05-54_3c93e75273a1
- Apr01_12-10-51_3c93e75273a1
- Apr01_12-21-20_7012d5882571
- Apr01_13-25-18_3c93e75273a1
- Apr01_13-36-01_3c93e75273a1
- Apr01_13-51-34_3c93e75273a1
- Apr01_14-09-53_3c93e75273a1
- Apr01_14-28-39_3c93e75273a1
- Apr12_12-28-33_21f6a1961039