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
Upload saved_model.zip with huggingface_hub
Browse files- saved_model.zip +3 -0
saved_model.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8a996c729b65f1dd1b6925ceaa7d0bfec59edef4970a2f7b8bf4b783eb8ac64
|
| 3 |
+
size 437568217
|