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
- Xet hash:
- 29fa9ed7494106093c4e35231f609113daa9167266ff590c5f40d3355edce6ca
- Size of remote file:
- 536 MB
- SHA256:
- 60a410a19fed6a5e2ed8988db4c779365319f66117c96a9fdfaf8d3a370bdaa9
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.