Commit
·
77e6814
1
Parent(s):
3341a36
v2 update
Browse files- config.json +2 -2
- merges.txt +0 -0
- pytorch_model.bin +2 -2
- special_tokens_map.json +1 -0
- tf_model.h5 +2 -2
- tokenizer_config.json +1 -0
- vocab.json +0 -0
config.json
CHANGED
@@ -34,9 +34,9 @@
|
|
34 |
"summary_proj_to_labels": true,
|
35 |
"summary_type": "last",
|
36 |
"summary_use_proj": true,
|
37 |
-
"transformers_version": "4.
|
38 |
"unk_index": 3,
|
39 |
"use_lang_emb": true,
|
40 |
"use_proj": null,
|
41 |
-
"vocab_size":
|
42 |
}
|
|
|
34 |
"summary_proj_to_labels": true,
|
35 |
"summary_type": "last",
|
36 |
"summary_use_proj": true,
|
37 |
+
"transformers_version": "4.11.0.dev0",
|
38 |
"unk_index": 3,
|
39 |
"use_lang_emb": true,
|
40 |
"use_proj": null,
|
41 |
+
"vocab_size": 68729
|
42 |
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
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:0cf10099bc2255d64ef81fa18e1f9e50c82dbe6c0424c37372b8d2e5839e5ae2
|
3 |
+
size 27360985
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "</s>", "mask_token": "<special1>", "additional_special_tokens": ["<special0>", "<special1>", "<special2>", "<special3>", "<special4>", "<special5>", "<special6>", "<special7>", "<special8>", "<special9>"]}
|
tf_model.h5
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:ce0f115cb18d649cff1312bb909a21c6e0e19587dd3e3db2df66fd1553a44b50
|
3 |
+
size 276892568
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "<unk>", "bos_token": "<s>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "</s>", "mask_token": "<special1>", "additional_special_tokens": ["<special0>", "<special1>", "<special2>", "<special3>", "<special4>", "<special5>", "<special6>", "<special7>", "<special8>", "<special9>"], "lang2id": null, "id2lang": null, "do_lowercase_and_remove_accent": true, "do_lower_case": false, "model_max_length": 512, "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "flaubert/flaubert_base_cased", "tokenizer_class": "FlaubertTokenizer"}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|