ArmSpellCheck_beta
Browse files- config.json +2 -1
- pytorch_model.bin +2 -2
- training_args.bin +2 -2
config.json
CHANGED
@@ -19,11 +19,12 @@
|
|
19 |
"num_heads": 6,
|
20 |
"num_layers": 12,
|
21 |
"pad_token_id": 0,
|
|
|
22 |
"relative_attention_num_buckets": 32,
|
23 |
"tie_word_embeddings": false,
|
24 |
"tokenizer_class": "ByT5Tokenizer",
|
25 |
"torch_dtype": "float32",
|
26 |
-
"transformers_version": "4.
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 384
|
29 |
}
|
|
|
19 |
"num_heads": 6,
|
20 |
"num_layers": 12,
|
21 |
"pad_token_id": 0,
|
22 |
+
"relative_attention_max_distance": 128,
|
23 |
"relative_attention_num_buckets": 32,
|
24 |
"tie_word_embeddings": false,
|
25 |
"tokenizer_class": "ByT5Tokenizer",
|
26 |
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.18.0",
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 384
|
30 |
}
|
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:a3d41f5c15701b7b8602ff1de12d6029f1620a4e12c13cfb7cfeaff10c318cd8
|
3 |
+
size 1198608045
|
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:9c6a5e67b17a2b349ea525f2ee2cba2ec2e375b1b29bbae2c273a76d80a978af
|
3 |
+
size 3119
|