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- runs/Dec08_16-48-20_96ba2ca39c45/events.out.tfevents.1638982107.96ba2ca39c45.72.6 +2 -2
- runs/Dec08_16-49-37_96ba2ca39c45/1638982184.5937917/events.out.tfevents.1638982184.96ba2ca39c45.72.9 +3 -0
- runs/Dec08_16-49-37_96ba2ca39c45/events.out.tfevents.1638982184.96ba2ca39c45.72.8 +3 -0
- training_args.bin +1 -1
runs/Dec08_16-48-20_96ba2ca39c45/events.out.tfevents.1638982107.96ba2ca39c45.72.6
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:8db467c1d17b013410c0aeac6235dbdd0dd5576ddb67edb5930f01eb22715e71
|
| 3 |
+
size 3877
|
runs/Dec08_16-49-37_96ba2ca39c45/1638982184.5937917/events.out.tfevents.1638982184.96ba2ca39c45.72.9
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b439c8ff26af687e93f35c1cb97d2e54aaa4bc9c65323da62e387171e41feecf
|
| 3 |
+
size 4499
|
runs/Dec08_16-49-37_96ba2ca39c45/events.out.tfevents.1638982184.96ba2ca39c45.72.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76eb5a075c1952dc85018b4cb85988114cf17f322a279908c811b9f7d4371c61
|
| 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:4a8e5f8ec03e97352bdb9e76ced96295799be0a70fc41bcff48dea13e1fc9fa7
|
| 3 |
size 2863
|