Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use knapierk/dream_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use knapierk/dream_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="knapierk/dream_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("knapierk/dream_classifier") model = AutoModelForSequenceClassification.from_pretrained("knapierk/dream_classifier") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267855533
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d10ca825c4223ffc9fdd23abe85d6cd59ea2ac75dbfeb9a35918630ce99004cb
|
| 3 |
size 267855533
|
runs/Jun16_07-07-20_d576ba529ee6/events.out.tfevents.1686899245.d576ba529ee6.3576.10
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:5149decd7a554350e0450a3ba4b252a6277da353dafcd2fa91427db6d168e20a
|
| 3 |
+
size 7931
|
runs/Jun16_07-11-53_d576ba529ee6/events.out.tfevents.1686899517.d576ba529ee6.3576.11
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c6866c4256d647aeaf2f9d992becbfa571008c597d0a699f432bb428c83dd7d
|
| 3 |
+
size 4414
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3963
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f552033bcc540cb0f3cffad84edf0e324ee699595f6d928b58ac89c6667c1487
|
| 3 |
size 3963
|