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