ondfa commited on
Commit
6015478
1 Parent(s): 32fb1c3

model files added

Browse files
Files changed (5) hide show
  1. config.json +23 -0
  2. special_tokens_map.json +1 -0
  3. tf_model.h5 +3 -0
  4. tokenizer_config.json +1 -0
  5. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "gradient_checkpointing": false,
4
+ "hidden_act": "gelu",
5
+ "hidden_dropout_prob": 0.1,
6
+ "hidden_size": 768,
7
+ "id2label": {
8
+ "0": "LABEL_0"
9
+ },
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 3072,
12
+ "label2id": {
13
+ "LABEL_0": 0
14
+ },
15
+ "layer_norm_eps": 1e-12,
16
+ "max_position_embeddings": 512,
17
+ "model_type": "bert",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "pad_token_id": 0,
21
+ "type_vocab_size": 2,
22
+ "vocab_size": 30522
23
+ }
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:64e25006d663130f1207d394a244e8ce262651350d30372b83c87f5680f77ea2
3
+ size 536061016
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "strip_accents": false, "special_tokens_map_file": "c:\\projects\\czert\\czert\\czert-base-10-05\\special_tokens_map.json", "full_tokenizer_file": null}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff