Instructions to use WSTR/name with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WSTR/name with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="WSTR/name")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("WSTR/name") model = AutoModelForSequenceClassification.from_pretrained("WSTR/name", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 133783952
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1271e7540ef70eb09e431d4543c0135b8ea78b5f388d79bf6385936bb84b2474
|
| 3 |
size 133783952
|
runs/May09_09-04-20_7431c18784d4/events.out.tfevents.1715245461.7431c18784d4.1185.3
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:fa0ad3a9af3eab24a9d42a5305e7174f2346ad61ff6ef7277ba0596908bcea6e
|
| 3 |
+
size 5846
|