You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"author": "Arabic Language Technologies, QCRI, HBKU",
"model": "Jais-13b-chat",
"description": "",
"scores": {},
}
defconfig():
return {
"dataset": NativQAGlobalDataset,
"task": MultiNativQATask,
"model": AzureModel,
"general_args": {"test_split": "uae"},
}
defprompt(input_sample):
base_prompt=f"Your task is to answer questions in Arabic based on a given context.\nNote: Your answers should be spans extracted from the given context without any illustrations.\nYou don't need to provide a complete answer\nContext:{input_sample['context']}\nQuestion:{input_sample['question']}\nAnswer:"