Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
distilbert
text-embeddings-inference
Instructions to use ICFNext/EYY-Categorisation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ICFNext/EYY-Categorisation with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ICFNext/EYY-Categorisation")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ICFNext/EYY-Categorisation") model = AutoModelForSequenceClassification.from_pretrained("ICFNext/EYY-Categorisation", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
6c71162 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:833718e3d44c252c8b3b2743e40695c847337730d454e2957cfab6ded5799dc5
size 3055
|