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:fa81c6a30e49816653c747f722007a2d7fe4a3011fb5eadb4f7ffd7dea21a43d
|
| 3 |
size 267855533
|
runs/Jun16_07-01-14_d576ba529ee6/events.out.tfevents.1686898878.d576ba529ee6.3576.8
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:4d4d27232f0734ef2038503a0d77d6de279283d1b658c4f009998590327ec876
|
| 3 |
+
size 8254
|
runs/Jun16_07-06-19_d576ba529ee6/events.out.tfevents.1686899182.d576ba529ee6.3576.9
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5da3cfc262d00fb8b70b79e94bb02a42273b013749094af9ae5e8192e40cdf5
|
| 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:c4516bce1e81b1d2801edd7755418e42592117a497e8b5907723ff22dab56d07
|
| 3 |
size 3963
|