Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use SubhasishSaha/Resume-Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SubhasishSaha/Resume-Classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SubhasishSaha/Resume-Classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SubhasishSaha/Resume-Classifier") model = AutoModelForSequenceClassification.from_pretrained("SubhasishSaha/Resume-Classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
274188a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:302506ab37a93d5eb20fdee3991bb66961bbc8ffdc5d7a266c24198635d0d79c
size 4920
|