Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
sentiment-analysis
text-embeddings-inference
Instructions to use DerivedFunction01/distilbert-imdb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DerivedFunction01/distilbert-imdb with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="DerivedFunction01/distilbert-imdb")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("DerivedFunction01/distilbert-imdb") model = AutoModelForSequenceClassification.from_pretrained("DerivedFunction01/distilbert-imdb") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 3332
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 263144680
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:284ddaa0fe2e7f2dbd2e8069b46326516082ec8d4ad5705909295d1df9d80402
|
| 3 |
size 263144680
|
runs/Feb27_09-49-07_350221c92162/events.out.tfevents.1772185747.350221c92162.5850.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:493c38906ae38b2aca88fd03837d61caabaccdf1d4da669ec8cf0131edd03957
|
| 3 |
+
size 75766
|