Instructions to use 1st-Simiabroozu/test_trainer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 1st-Simiabroozu/test_trainer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="1st-Simiabroozu/test_trainer")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("1st-Simiabroozu/test_trainer") model = AutoModelForSequenceClassification.from_pretrained("1st-Simiabroozu/test_trainer") - Notebooks
- Google Colab
- Kaggle
Upload 3 files
Browse files- model.safetensors +3 -0
- tokenizer.json +0 -0
- vocab.json +0 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfbb687dbbd9df99fe865e1860350a22aebac4d26ee4bcb50217f1df606a018e
|
| 3 |
+
size 1629437147
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|