Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 505 Bytes

File metadata and controls

7 lines (5 loc) · 505 Bytes

Text-Classifier

This repository contains a Jupyter Notebook implementing a BERT-based text classification model. The model predicts the genre of a movie based on its summary, supporting both English and Persian text.

Key Features

Data Exploration: Includes a comprehensive exploratory data analysis (EDA) to uncover patterns and insights in the dataset prior to training.

Transformer Model: Utilizes the BERT architecture for text classification, showcasing its ability to handle multilingual text.