bert_imdb_model / README.md
tarneemalaa's picture
Update README.md
b69efd1 verified
metadata
base_model:
  - google-bert/bert-base-uncased
tags:
  - sentiment-analysis
  - text-classification
  - imdb
  - bert
  - fine-tuned
language:
  - en
pipeline_tag: text-classification

BERT IMDb Sentiment Classifier

Dataset

Model Architecture

  • Base: bert-base-uncased from Hugging Face Transformers
  • Fine-tuned with a classification head (linear layer)
  • Trained with PyTorch using AdamW optimizer and scheduler