Instructions to use marcchew/testv3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use marcchew/testv3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="marcchew/testv3")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("marcchew/testv3") model = AutoModelForSequenceClassification.from_pretrained("marcchew/testv3") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 64
Browse files
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:f58056f05d5473e14a8a751baf20e1f41467a2bbc61be7e47dc49c625a2b7f98
|
| 3 |
size 737716196
|
runs/Jul08_17-42-58_f5177d084354/events.out.tfevents.1720460582.f5177d084354.27052.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b5885abaab80be73b741257e703ee8e5203050b85691ea980251c3df7bd1c83
|
| 3 |
+
size 19881
|