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 19000
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:5b920f8bd7e85a9e6b7086db0d92ce46a3afd456160d86ec25cc119697052576
|
| 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:23ea21bb037bac8b500874d9d0327aef24c413ead713b29958d7868016ef8843
|
| 3 |
+
size 13601
|