--- license: apache-2.0 --- The TunisianSentimentAnalysis dataset has been collected from various sources related to Tunisian sentiment analysis. I used this dataset to fine-tune the LLaMa 3.2 1B-Instruct model. You can access the model [hedhoud12/Llama-3.2-1B-Instruct_Tunisian_sentiment_analysis](https://huggingface.co/hedhoud12/Llama-3.2-1B-Instruct_Tunisian_sentiment_analysis) To download the dataset, use: ```bash from datasets import load_dataset dataset = load_dataset("hedhoud12/TunisianSentimentAnalysis") ```