Instructions to use ashiquejaman/output with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ashiquejaman/output with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ashiquejaman/output")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ashiquejaman/output") model = AutoModelForSequenceClassification.from_pretrained("ashiquejaman/output") - Notebooks
- Google Colab
- Kaggle
Commit ·
3bcbcfe
1
Parent(s): ca33a02
Training in progress, epoch 13
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 433316078
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:237b1ae973bad743ab57debf55a11071f7e705483d34f267648015b24db5820c
|
| 3 |
size 433316078
|