IMPARA-GED / impara_config.json
yusuke1997's picture
Upload folder using huggingface_hub
a4a796a verified
raw
history blame contribute delete
984 Bytes
{
"model_id": "../ged_baselines/ged_baselines/token_ged/output/fce+conll13/bin/answerdotai/ModernBERT-large/best/",
"epoch": 1,
"min_valid_loss": 0.13952832840956175,
"seed": 11,
"max_len": 128,
"argparse": {
"model_id": "answerdotai/ModernBERT-large",
"outdir": "outputs/conll13/mean/answerdotai/ModernBERT-large/fce+conll13-bin/threshold0/try30/4096/seed11",
"lr": 1e-05,
"batch_size": 32,
"max_len": 128,
"epochs": 10,
"accumulation": 1,
"seed": 11,
"train_file": "data/conll13/answerdotai/ModernBERT-large/fce+conll13-bin/0/30/4096/train.tsv",
"valid_file": "data/conll13/answerdotai/ModernBERT-large/fce+conll13-bin/0/30/4096/valid.tsv",
"test_file": "data/conll13/answerdotai/ModernBERT-large/fce+conll13-bin/0/30/4096/test.tsv",
"restore_dir": null,
"representation": "mean",
"threshold": 0.9,
"model_type": "fce+conll13-bin"
}
}