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