File size: 965 Bytes
5ad76d2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | {
"naming": {
"project": "clarin-pl",
"models_prefix": "combo-seg",
"base_model_short": "xlm-roberta-base",
"ud_version": "2.17"
},
"data": {
"language": "Dutch",
"treebanks": [
"LassySmall"
],
"ud_path": "data/ud/ud-treebanks-v2.17",
"batch_size": 8
},
"model": {
"base_model": "FacebookAI/xlm-roberta-base",
"window_size": 510,
"stride": 256
},
"training": {
"epochs": 20,
"patience": null,
"lr": 2e-05,
"head_lr": 0.001,
"warmup_ratio": 0.1,
"max_grad_norm": 1.0,
"seed": 42
},
"wandb": {
"enabled": true,
"project": "combo-seg",
"entity": null,
"run_name": null,
"tags": [
"full-finetune",
"FacebookAI/xlm-roberta-base",
"lassysmall",
"ud2.17",
"Dutch"
]
},
"model_name": "combo-seg-xlm-roberta-base-dutch-lassysmall-ud2.17",
"repo_id": "clarin-pl/combo-seg-xlm-roberta-base-dutch-lassysmall-ud2.17"
} |