Instructions to use PSSSSA/classifierctmodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PSSSSA/classifierctmodel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="PSSSSA/classifierctmodel")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("PSSSSA/classifierctmodel") model = AutoModelForSequenceClassification.from_pretrained("PSSSSA/classifierctmodel", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
6f96149 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:aebd8ff13d7adddf6c5c222e2d44d3f7706f3325d6d74f3c56ad45fe0f64d739
size 267832560
|