Instructions to use kangaroo927/test_auto_protocol with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kangaroo927/test_auto_protocol with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="kangaroo927/test_auto_protocol")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("kangaroo927/test_auto_protocol") model = AutoModelForSequenceClassification.from_pretrained("kangaroo927/test_auto_protocol") - Notebooks
- Google Colab
- Kaggle
Commit ·
2d0748e
1
Parent(s): 3f7bb00
Training in progress, epoch 1
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438097481
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0781aaf27cda9c78c65775c9c0bbe8934733c93ea6dd06d9ff2a4491b796adbe
|
| 3 |
size 438097481
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3183
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a7a7cb35a6ea85b28e09a7a1a1095589753bfc414bd46a4c741614b4ab8053b
|
| 3 |
size 3183
|