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 ·
145334c
1
Parent(s): a3f8757
Training in progress, epoch 4
Browse files- pytorch_model.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:2dc75296253cb548461882b43e31d4b6dd6f93c393340b8d3a86acc9fc19ae55
|
| 3 |
size 438031598
|