Commit
·
ef3ed7e
1
Parent(s):
029171b
initial commit
Browse files- added_tokens.json +1 -0
- config.json +25 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +1 -0
- tf_model.h5 +3 -0
- tokenizer_config.json +1 -0
- vocab.txt +0 -0
added_tokens.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"[e0]": 30522, "[\\e0]": 30523, "[e1]": 30524, "[\\e1]": 30525, "[e2]": 30526, "[\\e2]": 30527, "[e3]": 30528, "[\\e3]": 30529, "[e4]": 30530, "[\\e4]": 30531, "[e5]": 30532, "[\\e5]": 30533, "[e6]": 30534, "[\\e6]": 30535, "[e7]": 30536, "[\\e7]": 30537, "[e8]": 30538, "[\\e8]": 30539, "[e9]": 30540, "[\\e9]": 30541, "[e10]": 30542, "[\\e10]": 30543, "[e11]": 30544, "[\\e11]": 30545, "[e12]": 30546, "[\\e12]": 30547, "[e13]": 30548, "[\\e13]": 30549, "[e14]": 30550, "[\\e14]": 30551, "[e15]": 30552, "[\\e15]": 30553, "[e16]": 30554, "[\\e16]": 30555, "[e17]": 30556, "[\\e17]": 30557, "[e18]": 30558, "[\\e18]": 30559, "[e19]": 30560, "[\\e19]": 30561}
|
config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/electra-base-discriminator",
|
3 |
+
"architectures": [
|
4 |
+
"ElectraForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"embedding_size": 768,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 3072,
|
13 |
+
"layer_norm_eps": 1e-12,
|
14 |
+
"max_position_embeddings": 512,
|
15 |
+
"model_type": "electra",
|
16 |
+
"num_attention_heads": 12,
|
17 |
+
"num_hidden_layers": 12,
|
18 |
+
"pad_token_id": 0,
|
19 |
+
"summary_activation": "gelu",
|
20 |
+
"summary_last_dropout": 0.1,
|
21 |
+
"summary_type": "first",
|
22 |
+
"summary_use_proj": true,
|
23 |
+
"type_vocab_size": 2,
|
24 |
+
"vocab_size": 30562
|
25 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5dd597f1887d51b1947192b197b8df8964961fb5f6c8a0e6057e1ad6d48065df
|
3 |
+
size 438110961
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c729c6c7608bbcbb0300dff344e47d2f5d89b2cafddf050fdf47029c0a4fec54
|
3 |
+
size 438331936
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": true, "do_basic_tokenize": true, "never_split": null, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "name_or_path": "google/electra-base-discriminator"}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|