ymcui
commited on
Commit
•
eff9855
1
Parent(s):
eb0d417
update from hfl
Browse files- added_tokens.json +1 -0
- config.json +21 -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 |
+
{}
|
config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attention_probs_dropout_prob": 0.1,
|
3 |
+
"embedding_size": 1024,
|
4 |
+
"hidden_act": "gelu",
|
5 |
+
"hidden_dropout_prob": 0.1,
|
6 |
+
"hidden_size": 1024,
|
7 |
+
"initializer_range": 0.02,
|
8 |
+
"intermediate_size": 4096,
|
9 |
+
"layer_norm_eps": 1e-12,
|
10 |
+
"max_position_embeddings": 512,
|
11 |
+
"model_type": "electra",
|
12 |
+
"num_attention_heads": 16,
|
13 |
+
"num_hidden_layers": 24,
|
14 |
+
"pad_token_id": 0,
|
15 |
+
"summary_activation": "gelu",
|
16 |
+
"summary_last_dropout": 0.1,
|
17 |
+
"summary_type": "first",
|
18 |
+
"summary_use_proj": true,
|
19 |
+
"type_vocab_size": 2,
|
20 |
+
"vocab_size": 21128
|
21 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c302791ea97a3ea3b6029f8d251a8c6c864fe9a4359bf6bdf7a550f4d68f10d
|
3 |
+
size 166767266
|
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:bb5da601dd4c0b860f69ad87759094c75dc367f75c42c34cc6a27c364a09e233
|
3 |
+
size 1302611016
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"init_inputs": []}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|