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:7c206a448c874c989691febe9059ec13820388dbf51f22bfd3eef01673192e53
|
| 3 |
size 267855533
|
runs/Jun16_07-11-53_d576ba529ee6/events.out.tfevents.1686899517.d576ba529ee6.3576.11
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:9b175548f942d486650f1e5e0731b59592c64d189508338572779f9f0be9b5e4
|
| 3 |
+
size 5999
|
runs/Jun16_07-14-25_d576ba529ee6/events.out.tfevents.1686899668.d576ba529ee6.3576.12
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47b278a581f2b653c54faf32ed80f3fb341df95bdcc0ac5cc53a2301ffe140c7
|
| 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:a702bc234db9b59e58becd57d0c2fa0622a14389d2d3a7afe357dc59387cc57f
|
| 3 |
size 3963
|