Files
comp-syntax-gu-mlt/lab3/compsyn.json
2025-05-18 17:27:28 +02:00

17 lines
406 B
JSON

{
"compsyn": {
"train_data_path": "PATH-TO-YOUR-TRAIN-SPLIT",
"dev_data_path": "PATH-TO-YOUR-DEV-SPLIT",
"word_idx": 1,
"tasks": {
"upos": {
"task_type": "seq",
"column_idx": 3
},
"dependency": {
"task_type": "dependency",
"column_idx": 6
}
}
}
}