Text Classification
Transformers
TensorBoard
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Instructions to use MANMEET75/SentimentAnalysis-IMDB with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MANMEET75/SentimentAnalysis-IMDB with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="MANMEET75/SentimentAnalysis-IMDB")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("MANMEET75/SentimentAnalysis-IMDB") model = AutoModelForSequenceClassification.from_pretrained("MANMEET75/SentimentAnalysis-IMDB") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 598439784
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d5758219afdbefa3648bc4a944eb6ea3942968484b128ecb9bdc0cef6e218c6
|
| 3 |
size 598439784
|
runs/Feb10_11-16-57_data-science-exp2/events.out.tfevents.1739186219.data-science-exp2.1404337.0
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:4d148b5b31a2c2b0f2e17a3914baf4ddf37fd5fce221a43eb7632cddf4dd3cbf
|
| 3 |
+
size 12860
|