Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available: 6.13.0
metadata
title: IMDB Sentiment (RoBERTa-base fine-tuned)
emoji: 🎬
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.44.1
app_file: app.py
pinned: false
IMDB Sentiment (RoBERTa-base fine-tuned)
This Space hosts a Gradio demo for a RoBERTa-base model fine-tuned on the IMDB movie review dataset. Enter a review and the app returns probabilities for negative and positive classes.
How it works
- Tokenize input with the same tokenizer used in training
- Run the sequence through the fine-tuned model
- Apply softmax and display per-class probabilities
Model files are bundled in this Space under roberta-imdb-finetuned/.