File size: 644 Bytes
5dea409
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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-#lang#
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-#lang#