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