Training in progress, epoch 1
Browse files- added_tokens.json +7 -0
- config.json +1 -1
- pytorch_model.bin +3 -0
- tokenizer_config.json +1 -0
- training_args.bin +2 -2
added_tokens.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[CLS]": 101,
|
3 |
+
"[MASK]": 103,
|
4 |
+
"[PAD]": 0,
|
5 |
+
"[SEP]": 102,
|
6 |
+
"[UNK]": 100
|
7 |
+
}
|
config.json
CHANGED
@@ -28,6 +28,6 @@
|
|
28 |
"sinusoidal_pos_embds": false,
|
29 |
"tie_weights_": true,
|
30 |
"torch_dtype": "float32",
|
31 |
-
"transformers_version": "4.
|
32 |
"vocab_size": 30522
|
33 |
}
|
|
|
28 |
"sinusoidal_pos_embds": false,
|
29 |
"tie_weights_": true,
|
30 |
"torch_dtype": "float32",
|
31 |
+
"transformers_version": "4.34.0",
|
32 |
"vocab_size": 30522
|
33 |
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:767e24be3beac38a7a9ee7b77e03c601829d00475b72e0ec85bd6818ee0588cb
|
3 |
+
size 267855533
|
tokenizer_config.json
CHANGED
@@ -41,6 +41,7 @@
|
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
|
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
46 |
"do_lower_case": true,
|
|
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
44 |
+
"additional_special_tokens": [],
|
45 |
"clean_up_tokenization_spaces": true,
|
46 |
"cls_token": "[CLS]",
|
47 |
"do_lower_case": true,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:026798a6a35881c221d9ce5b817e879dd356cf96766f4054c19f7be791fe8a0b
|
3 |
+
size 4091
|