--per_device_train_batch_size 4 --learning_rate 3e-5 --num_train_epochs 2 --max_seq_length 512 --doc_stride 250 --max_answer_length 200
Browse files- config.json +1 -1
- model.safetensors +1 -1
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_name_or_path": "../models/COVID-QA/gatortrons/",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"hidden_act": "gelu",
|
|
|
1 |
{
|
2 |
"_name_or_path": "../models/COVID-QA/gatortrons/",
|
3 |
"architectures": [
|
4 |
+
"MegatronBertForQuestionAnswering"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"hidden_act": "gelu",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1416925664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d45dee1e7b2b68ac1592de9b452e80deffeaf092b7a3dfc7ab372249e048b49
|
3 |
size 1416925664
|