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 3
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:fe576ab6dba2f856981bca13bc9a01942f68693bdc379b0814279b3cfdd862af
|
| 3 |
+
size 6198
|
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:46d580041fe71329d4ef8dcd176b91c9c590b360b5c567fcb21460423e8cc453
|
| 3 |
size 438035573
|