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