kimsan0622
commited on
Commit
•
725bb29
1
Parent(s):
b7a5934
Upload BigBirdForMaskedLM
Browse files- config.json +1 -1
- generation_config.json +7 -0
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_name_or_path": "out_bigbird_base/ckpt_hf",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"attention_type": "block_sparse",
|
|
|
1 |
{
|
2 |
"_name_or_path": "out_bigbird_base/ckpt_hf",
|
3 |
"architectures": [
|
4 |
+
"BigBirdForMaskedLM"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"attention_type": "block_sparse",
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.27.3"
|
7 |
+
}
|
pytorch_model.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:ca330d3008b9e6352781aaa4548e817a3ec7c8fbd7365ac09b6ec8de111d0d84
|
3 |
+
size 554505959
|