Export `safetensors` model
Browse files- config.json +2 -5
- model.safetensors +2 -2
- tf_model.h5 +1 -1
- tokenizer_config.json +1 -0
config.json
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"architectures": [
|
4 |
-
"BertModel"
|
5 |
-
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
8 |
"gradient_checkpointing": false,
|
@@ -19,7 +16,7 @@
|
|
19 |
"pad_token_id": 0,
|
20 |
"position_embedding_type": "absolute",
|
21 |
"torch_dtype": "float32",
|
22 |
-
"transformers_version": "4.
|
23 |
"type_vocab_size": 2,
|
24 |
"use_cache": true,
|
25 |
"vocab_size": 173347
|
|
|
1 |
{
|
2 |
+
"architectures": ["BertModel"],
|
|
|
|
|
|
|
3 |
"attention_probs_dropout_prob": 0.1,
|
4 |
"classifier_dropout": null,
|
5 |
"gradient_checkpointing": false,
|
|
|
16 |
"pad_token_id": 0,
|
17 |
"position_embedding_type": "absolute",
|
18 |
"torch_dtype": "float32",
|
19 |
+
"transformers_version": "4.29.2",
|
20 |
"type_vocab_size": 2,
|
21 |
"use_cache": true,
|
22 |
"vocab_size": 173347
|
model.safetensors
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:ac3e4f496301831864cd5da87f7f6fc0a9402eff2ff33f8da438fea4198a73e8
|
3 |
+
size 876713920
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 876954600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:356cd054af00f8c1165bbab2eb8440e927fc5a0a352dc34f9fd9ae50fd2fdd81
|
3 |
size 876954600
|
tokenizer_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"cls_token": "[CLS]",
|
3 |
"do_basic_tokenize": true,
|
4 |
"do_lower_case": false,
|
|
|
1 |
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
"cls_token": "[CLS]",
|
4 |
"do_basic_tokenize": true,
|
5 |
"do_lower_case": false,
|