Milan Straka commited on
Commit
f30a3b6
1 Parent(s): ee6fca9

Add the EleCzech-lc checkpoint.

Browse files
Files changed (5) hide show
  1. config.json +16 -0
  2. pytorch_model.bin +3 -0
  3. tf_model.h5 +3 -0
  4. tokenizer_config.json +1 -0
  5. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "hidden_size": 256,
4
+ "intermediate_size": 1024,
5
+ "num_attention_heads": 4,
6
+ "num_hidden_layers": 12,
7
+ "embedding_size": 128,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "initializer_range": 0.02,
11
+ "layer_norm_eps": 1e-12,
12
+ "max_position_embeddings": 512,
13
+ "type_vocab_size": 2,
14
+ "vocab_size": 30522,
15
+ "model_type": "electra"
16
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd1cd9c3f007cdb3f14bc33d033978acfbae5c04482ba76868921b03bbd35c8e
3
+ size 54282688
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3aeabc664cedfdc4ca5e4edbd8d1993c86c05bacc5d89d7607eb89301f384c3
3
+ size 54465964
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "do_lower_case": true, "strip_accents": false, "tokenize_chinese_chars": false}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff