Text Classification
Transformers
PyTorch
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use kimsiun/ec_classfication with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kimsiun/ec_classfication with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="kimsiun/ec_classfication")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("kimsiun/ec_classfication") model = AutoModelForSequenceClassification.from_pretrained("kimsiun/ec_classfication") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 9f03512caac72ed2504c0bc673d3212e93be315c882bf65963889210b2aecda4
- Size of remote file:
- 268 MB
- SHA256:
- 511cb187f88af6110b5d849be8244bc5291203ca04b8a4e80b472ccff20565fc
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.