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
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:f09654eaecfac4a7d57a014fc24eb64413ff57e523ae08c7882f02862cd01c35
|
| 3 |
+
size 13737
|