Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Languages:
Hebrew
Size:
10K - 100K
License:
| language: | |
| - he | |
| task_categories: | |
| - text-classification | |
| license: other | |
| pretty_name: HebrewSentiment | |
| private: true | |
| # HebrewSentiment | |
| Hebrew sentiment analysis — Positive / Negative / Neutral | |
| ## Source | |
| Originally sourced from the Hebrew NLP benchmark collection. | |
| Google Drive: https://drive.google.com/drive/folders/1nZVJGF29R_KQjbovOT79Ceai8NIaFZdQ | |
| ## Files | |
| - `hebrew_sentiment.jsonl` | |
| ## Usage | |
| ```python | |
| from datasets import load_dataset | |
| ds = load_dataset("HebArabNlpProject/HebrewSentiment", token=HF_TOKEN) | |
| ``` | |
| ## Task type | |
| `classification` | |