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 ·
5f7b002
1
Parent(s): 02b7a3b
Training in progress, step 500
Browse files- model.safetensors +1 -1
- training_args.bin +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:62d809db0d92f3579c0325b627e806026a141e23c29ba7d9ba8b4e2db9f06671
|
| 3 |
size 267924856
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4283
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15c6b019d0302197ecc90c38de9bf62011997bfc1575b6e8a9bef82b858f6631
|
| 3 |
size 4283
|