task_vcr_qar.json 732 字节
Newer Older
T
tangjiji 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
[
{
"task": "VCR_QA-R",
"num_choice": 4,
"annotations_jsonpath_train": "./data/vcr/train.jsonl",
"annotations_jsonpath_val": "./data/vcr/val.jsonl",
"annotations_jsonpath_test": "./data/vcr/test.jsonl",
"feature_lmdb_path": "./data/vcr/VCR_resnet101_faster_rcnn_genome_pickle2.lmdb",
"gt_feature_lmdb_path": "./data/vcr/VCR_gt_resnet101_faster_rcnn_genome_pickle2.lmdb",
"unisex_names_table" : "./data/vcr/unisex_names_table.csv",
"Proprocessor": "PreprocessorBasic",
"tokenizer_name" : "FullTokenizer",
"vocab_path" : "./package/vocab.txt",
"tagger_path" : "./script/ntc.pickle",
"nltk_data_path" : "./nltk_data",
"fusion_method" : "mul",
"dropout_rate" : 0.1,
"max_seq_len" : 80,
"use_gt_fea" : true,
"task_prefix" : "vcr_qa"
}
]