Instructions to use jg-glob/test-trainer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jg-glob/test-trainer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jg-glob/test-trainer")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jg-glob/test-trainer") model = AutoModelForSequenceClassification.from_pretrained("jg-glob/test-trainer", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 19500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437958648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cac4716f9814d22b1b9d0b985e3db6f0e9a8ee001b64fc5e298e54e27fd9ca88
|
| 3 |
size 437958648
|
runs/Aug01_18-13-40_19c8da127d03/events.out.tfevents.1722536040.19c8da127d03.680.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:94f8257ce1d94bb17ddc699a003bfe05fd1b82cd6c70e3c75fb6962414d04542
|
| 3 |
+
size 13816
|