Instructions to use Drigoro/distilbert_normal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Drigoro/distilbert_normal with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Drigoro/distilbert_normal")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Drigoro/distilbert_normal") model = AutoModelForSequenceClassification.from_pretrained("Drigoro/distilbert_normal") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 17
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267844872
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e4fcc9551820b949af2af88926089c926cbbc462a2963243867d43781d83bc3
|
| 3 |
size 267844872
|
runs/Jun16_18-17-14_80d106e0c1f6/events.out.tfevents.1718561835.80d106e0c1f6.475.1
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:734f85336f889da80389207c791801591888c87000d4e401028fae5da00de4b7
|
| 3 |
+
size 10653
|