File size: 525 Bytes
833dc94
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
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")

```