Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use dd123/test_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dd123/test_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dd123/test_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dd123/test_model") model = AutoModelForSequenceClassification.from_pretrained("dd123/test_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
logs/events.out.tfevents.1686800234.ls.3872413.20
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:fa27ccc9e58a8994a5e95ce3ac650bd43bf1650f3de1c42d7dbd63fe72e991ad
|
| 3 |
+
size 5567
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438035573
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4de9db29b12a213e0964d7d4307099330ee6b595952b4de247bca0bc9a231ae6
|
| 3 |
size 438035573
|