minor updates for smoother lab 2 part 2

This commit is contained in:
Arianna Masciolini
2025-05-18 17:27:22 +02:00
parent a2a29f4b35
commit 003f0edbc4
2 changed files with 13 additions and 3 deletions

17
lab3/compsyn.json Normal file
View File

@@ -0,0 +1,17 @@
{
"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
}
}
}
}