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 35
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:f2c9b448970b2174c07db5a491019c1e97dff73672499984dc6d1ec5bc722d31
|
| 3 |
size 737716196
|