Training in progress, epoch 1
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer_config.json +7 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "distilbert-base-
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForQuestionAnswering"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "distilbert-base-cased-distilled-squad-augmented-grammarly1",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForQuestionAnswering"
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265493026
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6be8cf2cd1defcf7d093bc3c9a02b481cef93433803df0fc29451400a4377187
|
3 |
size 265493026
|
tokenizer_config.json
CHANGED
@@ -3,11 +3,18 @@
|
|
3 |
"cls_token": "[CLS]",
|
4 |
"do_lower_case": true,
|
5 |
"mask_token": "[MASK]",
|
|
|
6 |
"model_max_length": 512,
|
|
|
7 |
"pad_token": "[PAD]",
|
|
|
|
|
8 |
"sep_token": "[SEP]",
|
|
|
9 |
"strip_accents": null,
|
10 |
"tokenize_chinese_chars": true,
|
11 |
"tokenizer_class": "DistilBertTokenizer",
|
|
|
|
|
12 |
"unk_token": "[UNK]"
|
13 |
}
|
|
|
3 |
"cls_token": "[CLS]",
|
4 |
"do_lower_case": true,
|
5 |
"mask_token": "[MASK]",
|
6 |
+
"max_length": 384,
|
7 |
"model_max_length": 512,
|
8 |
+
"pad_to_multiple_of": null,
|
9 |
"pad_token": "[PAD]",
|
10 |
+
"pad_token_type_id": 0,
|
11 |
+
"padding_side": "right",
|
12 |
"sep_token": "[SEP]",
|
13 |
+
"stride": 128,
|
14 |
"strip_accents": null,
|
15 |
"tokenize_chinese_chars": true,
|
16 |
"tokenizer_class": "DistilBertTokenizer",
|
17 |
+
"truncation_side": "right",
|
18 |
+
"truncation_strategy": "only_second",
|
19 |
"unk_token": "[UNK]"
|
20 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1153379bb4cbfedbe6131a6bd5fcdc1d0f9eec7025f63031189cf1562fcc28d0
|
3 |
size 4600
|