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