djstrong's picture
test
ae845e4
raw
history blame
1.93 kB
{
"results": {
"polish_cbd_multiple_choice": {
"acc,none": 0.693,
"acc_stderr,none": 0.014593284892852627,
"acc_norm,none": 0.693,
"acc_norm_stderr,none": 0.014593284892852627,
"alias": "polish_cbd_multiple_choice"
}
},
"configs": {
"polish_cbd_multiple_choice": {
"task": "polish_cbd_multiple_choice",
"dataset_path": "ptaszynski/PolishCyberbullyingDataset",
"training_split": "train",
"test_split": "test",
"doc_to_text": "Wypowiedź: \"{{TEXT}}\"\nDo podanej wypowiedzi przyporządkuj jedną, najlepiej pasującą kategorię z podanych: nieszkodliwa, szyderstwo, obelga, insynuacja, groźba, molestowanie.\nKategoria:",
"doc_to_target": "{{{'szyderstwo': 1, 'obelga': 2, 'insynuacja': 3, 'grozba': 4, 'molestowanie': 5}.get(CATEGORIES, 0)}}",
"doc_to_choice": [
"nieszkodliwa",
"szyderstwo",
"obelga",
"insynuacja",
"groźba",
"molestowanie"
],
"description": "",
"target_delimiter": " ",
"fewshot_delimiter": "\n\n",
"num_fewshot": 0,
"metric_list": [
{
"metric": "acc",
"aggregation": "mean",
"higher_is_better": true
},
{
"metric": "acc_norm",
"aggregation": "mean",
"higher_is_better": true
}
],
"output_type": "multiple_choice",
"repeats": 1,
"should_decontaminate": true,
"doc_to_decontamination_query": "{{TEXT}}"
}
},
"versions": {
"polish_cbd_multiple_choice": "Yaml"
},
"n-shot": {
"polish_cbd_multiple_choice": 0
},
"config": {
"model": "hf",
"model_args": "pretrained=Azurro/APT3-1B-Base",
"batch_size": "16",
"batch_sizes": [],
"device": "cuda:0",
"use_cache": null,
"limit": null,
"bootstrap_iters": 100000,
"gen_kwargs": null
},
"git_hash": "532aa2e6"
}