Training in progress, step 500
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +1 -1
- vocab.txt +0 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "Shaier/distilbert-base-uncased-
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForMaskedLM"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Shaier/distilbert-base-uncased-continued_training-medqa",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForMaskedLM"
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267976815
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23cf973243d2a353098e40e57bc2b3e5a4762c1a3c9fa3d0972882b43248ed9a
|
3 |
size 267976815
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3119
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2068bf798a8ea2348c8e675f5f7cae8eb8292229776a1f5d6520203e8de5d2ff
|
3 |
size 3119
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|