Skip to content

Commit

Permalink
added zero shot arabic asset for sentiment analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
baselmousi authored and fdalvi committed Oct 2, 2023
1 parent c7d4db9 commit 721d19f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def prompt(input_sample):
},
{
"role": "user",
"content": f"Positive, Negative, Neutral, or Mixed: اختر لهذه الجملة باللغة العربيّة: أحد المشاعر التالية \n {input_sample}",
"content": f'وصف المهمّة: مهمّتك هي تحديد الشعور الذي يعكسه نص معيّن باللغة العربيّة. وسيكون الإدخال نصًا باللغة العربيّة بينما يمكن أن تتمثّل المخرجات بواحدة من الفئات التالية ."Positive", "Negative", "Neutral", "Mixed": ملاحظة: يجب أن تنحسر المخرجات بواحدة من الفئات المذكورة من دون أي توضيح أو تفاصيل إضافيّة.\nInput: {input_sample}\nLabel: ',
},
]

Expand Down

0 comments on commit 721d19f

Please sign in to comment.