Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use edbeeching/test-trainer-to-hub with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use edbeeching/test-trainer-to-hub with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="edbeeching/test-trainer-to-hub")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("edbeeching/test-trainer-to-hub") model = AutoModelForSequenceClassification.from_pretrained("edbeeching/test-trainer-to-hub") - Notebooks
- Google Colab
- Kaggle
Commit ·
5ce2703
1
Parent(s): 627bf35
Training in progress, epoch 3
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438019245
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89afceb3549d4345d87a11741850e4c7ca7c966df50f66a8ac52a2954a00bbf7
|
| 3 |
size 438019245
|
runs/Feb11_11-33-02_AORUS/events.out.tfevents.1644575591.AORUS
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:d6f956674e8b7fc2cbaacdbaeb5f3999b6be41e619b590e863e29dd7f8ab42ae
|
| 3 |
+
size 4344
|