Files
comp-syntax-gu-mlt/lab3/machamp_config.json
2025-03-21 13:51:53 +01: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
}
}
}
}