Instructions to use CataME/tp_nlp_Roberta_2E with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CataME/tp_nlp_Roberta_2E with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="CataME/tp_nlp_Roberta_2E")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("CataME/tp_nlp_Roberta_2E") model = AutoModel.from_pretrained("CataME/tp_nlp_Roberta_2E") - Notebooks
- Google Colab
- Kaggle