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