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 1
Browse files
logs/1686467726.4824102/events.out.tfevents.1686467726.ls.2342400.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7b0212b1abeb2283c36b101d73552f10d75f9fe073977be14cbb44f63c55d86
|
| 3 |
+
size 5888
|
logs/events.out.tfevents.1686467621.ls.2340649.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:a290a26b34e30392dc656bdf2c17301d732f3acbec155966856df92e08d9342d
|
| 3 |
+
size 5784
|
logs/events.out.tfevents.1686467726.ls.2342400.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51188570e48386172e3482ef42a29190f4050071b522073ade48d74144de5c82
|
| 3 |
+
size 4814
|
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:e14d11ed83dc8e302b6d7b149f9eeb98fbcbd3b8be3ffd3d561f6c8784474261
|
| 3 |
size 438035573
|