fine tuning a pre-trained model on darija dialect to work with sentiment analysis task
# Darija Sentiment Analysis
## Overview
This project performs sentiment analysis on Darija dialect texts using a pretrained DarijaBERT model, fine-tuned with LoRA (Low-Rank Adaptation). The project involves several stages including data integration, pre-processing, embedding, and model fine-tuning. The goal is to classify the sentiment of Darija text data into positive, negative, or neutral categories.