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 ·
177b004
1
Parent(s): 3fb69ec
Training in progress, step 3000
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:ef11ff6a070853d09ce856835d0b19f4187c0c00b0b59eb54186a511acab02db
|
| 3 |
size 267924856
|