peacock-data-public-datasets-idc-llm_eval
/
lm-evaluation
/lm_eval
/tasks
/indicsentiment
/indicsentiment-as.yaml
# This file will be included in the generated language-specific task configs. | |
# It doesn't have a yaml file extension as it is not meant to be imported directly | |
# by the harness. | |
dataset_path: ai4bharat/IndicSentiment | |
dataset_name: translation-as | |
validation_split: validation | |
output_type: multiple_choice | |
doc_to_text: "Predict the sentiment of the review. The possible choices for the sentiment are: 'Positive' and 'Negative'.\n {INDIC REVIEW}" | |
doc_to_target: LABEL | |
doc_to_choice: ["Positive", "Negative"] | |
metric_list: | |
- metric: acc | |
aggregation: mean | |
higher_is_better: true | |
metadata: | |
version: 1.0 | |
task: indicSentiment-as | |