Instructions to use marcchew/testv5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use marcchew/testv5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="marcchew/testv5")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("marcchew/testv5") model = AutoModelForSequenceClassification.from_pretrained("marcchew/testv5", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 60
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 737716196
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a4f77e14b18d70d888922b5c9fb8f3312e0fb04de0fff1bd3cb01d72718e61c
|
| 3 |
size 737716196
|