Text Classification
Transformers
Safetensors
English
bert
feature-extraction
text-embeddings-inference
Instructions to use Amenallah2001/intigo-technical-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Amenallah2001/intigo-technical-test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Amenallah2001/intigo-technical-test")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Amenallah2001/intigo-technical-test") model = AutoModel.from_pretrained("Amenallah2001/intigo-technical-test") - Notebooks
- Google Colab
- Kaggle