Instructions to use aXhyra/test-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aXhyra/test-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="aXhyra/test-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("aXhyra/test-model") model = AutoModelForSequenceClassification.from_pretrained("aXhyra/test-model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- pytorch_model.bin +1 -1
- runs/Dec08_16-45-04_96ba2ca39c45/events.out.tfevents.1638981916.96ba2ca39c45.72.4 +2 -2
- runs/Dec08_16-48-20_96ba2ca39c45/1638982107.9437249/events.out.tfevents.1638982107.96ba2ca39c45.72.7 +3 -0
- runs/Dec08_16-48-20_96ba2ca39c45/events.out.tfevents.1638982107.96ba2ca39c45.72.6 +3 -0
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267866225
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bede89e0ed9637223b44c20fb49b5217d87d91746484aeaf7cfb7275d94c7900
|
| 3 |
size 267866225
|
runs/Dec08_16-45-04_96ba2ca39c45/events.out.tfevents.1638981916.96ba2ca39c45.72.4
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:376db0a3a9abdf4f51b03f8b79c18577ef87290ec9796fa64dbcbe1561767f86
|
| 3 |
+
size 3877
|
runs/Dec08_16-48-20_96ba2ca39c45/1638982107.9437249/events.out.tfevents.1638982107.96ba2ca39c45.72.7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a7a16d82690d9e41bacda082d7837a3dcdc47d807bed47164e8bc7bb717c4ce
|
| 3 |
+
size 4499
|
runs/Dec08_16-48-20_96ba2ca39c45/events.out.tfevents.1638982107.96ba2ca39c45.72.6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05d6ae9de505ce87069d20faae31131fec570b27fe5ebc40f124d53668115883
|
| 3 |
+
size 3529
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2863
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32e3efab9795e02233296f6ff3013849889e90c0b4b9933986b046220594882c
|
| 3 |
size 2863
|