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:78db25f7699f18aa4174aed58cf8c1708d4b8b4830717ea931179713cd8c64f8
|
| 3 |
size 267855533
|
runs/Jun16_06-41-51_d576ba529ee6/events.out.tfevents.1686897715.d576ba529ee6.3576.3
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:611806177ee17878fc3c6d158905a6f78230ed1252e5798036285bddaed35b57
|
| 3 |
+
size 7639
|
runs/Jun16_06-46-56_d576ba529ee6/events.out.tfevents.1686898019.d576ba529ee6.3576.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42c36351a6a171f6081d811734439bb7d32da07d6c3d985bdcf4c12c0bbcb530
|
| 3 |
+
size 4323
|
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:86b73f15904fe0f0b41361c26e382a1c8a3a3d3d3f11c55acdee5b014607b034
|
| 3 |
size 3963
|