Instructions to use augustinLib/test_upload with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use augustinLib/test_upload with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="augustinLib/test_upload")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("augustinLib/test_upload") model = AutoModelForSequenceClassification.from_pretrained("augustinLib/test_upload") - Notebooks
- Google Colab
- Kaggle
Commit ·
17c03bb
1
Parent(s): 94ad50d
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 438031598
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f176bcb1ec117744db46b726426bebee101e9b9d7b56b1cf56265d46a09f491b
|
| 3 |
size 438031598
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef497d325afe3e86cca7612327ec0dcd8645561a95165a813e44423dd8f8939d
|
| 3 |
size 4600
|