Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use tbochens/test-train with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tbochens/test-train with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="tbochens/test-train")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("tbochens/test-train") model = AutoModelForSequenceClassification.from_pretrained("tbochens/test-train", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
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:a92789e8a2bfea66129b9603c56d8517e41bf94a6f6e4b0024aec9a9cd5454ab
|
| 3 |
size 438019245
|
runs/Dec29_19-17-03_tomasz-bochenski-tfreco/events.out.tfevents.1640805462.tomasz-bochenski-tfreco.2547.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:276c8b3485dda3c890d975f70decd0ea7c9e805c5c4f935ae9ec07affeebc32e
|
| 3 |
+
size 5035
|