Instructions to use jonathanbb/ndaclassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jonathanbb/ndaclassifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jonathanbb/ndaclassifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jonathanbb/ndaclassifier") model = AutoModelForSequenceClassification.from_pretrained("jonathanbb/ndaclassifier") - Notebooks
- Google Colab
- Kaggle
Commit ·
9aefe79
1
Parent(s): d6554e4
Training in progress, step 4500
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267924856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be48d56cc8c5a09208b02c0bcce56251ad603a88b48e98b603ced8ebb8a1010e
|
| 3 |
size 267924856
|