Update config.json
Browse files- config.json +5 -5
config.json
CHANGED
@@ -3,18 +3,18 @@
|
|
3 |
"type": "qasper",
|
4 |
"for_training": true,
|
5 |
"max_document_length": 15360,
|
6 |
-
"transformer_model_name": "
|
7 |
},
|
8 |
"model": {
|
9 |
"type": "qasper_baseline",
|
10 |
"attention_dropout": 0.1,
|
11 |
"attention_window_size": 1536,
|
12 |
"gradient_checkpointing": true,
|
13 |
-
"transformer_model_name": "
|
14 |
"use_evidence_scaffold": true
|
15 |
},
|
16 |
-
"train_data_path": "
|
17 |
-
"validation_data_path": "
|
18 |
"trainer": {
|
19 |
"callbacks": [
|
20 |
{
|
@@ -51,6 +51,6 @@
|
|
51 |
"type": "qasper",
|
52 |
"for_training": false,
|
53 |
"max_document_length": 15360,
|
54 |
-
"transformer_model_name": "
|
55 |
}
|
56 |
}
|
|
|
3 |
"type": "qasper",
|
4 |
"for_training": true,
|
5 |
"max_document_length": 15360,
|
6 |
+
"transformer_model_name": ".../qasper-ckpt/qasper_trained_led_base_hf_serialized/"
|
7 |
},
|
8 |
"model": {
|
9 |
"type": "qasper_baseline",
|
10 |
"attention_dropout": 0.1,
|
11 |
"attention_window_size": 1536,
|
12 |
"gradient_checkpointing": true,
|
13 |
+
"transformer_model_name": ".../qasper-ckpt/qasper_trained_led_base_hf_serialized/",
|
14 |
"use_evidence_scaffold": true
|
15 |
},
|
16 |
+
"train_data_path": ".../ours_led_qa_binary/ours_qa_train.json",
|
17 |
+
"validation_data_path": ".../ours_led_qa_binary/ours_qa_dev.json",
|
18 |
"trainer": {
|
19 |
"callbacks": [
|
20 |
{
|
|
|
51 |
"type": "qasper",
|
52 |
"for_training": false,
|
53 |
"max_document_length": 15360,
|
54 |
+
"transformer_model_name": ".../qasper-ckpt/qasper_trained_led_base_hf_serialized/"
|
55 |
}
|
56 |
}
|