jhliu commited on
Commit
7665a61
1 Parent(s): fb4778c

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +18 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer_config.json +1 -0
  4. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hidden_size": 312,
3
+ "initializer_range": 0.02,
4
+ "intermediate_size": 1200,
5
+ "layer_norm_eps": 1e-12,
6
+ "max_position_embeddings": 2048,
7
+ "model_type": "bert",
8
+ "num_attention_heads": 12,
9
+ "num_hidden_layers": 4,
10
+ "pad_token_id": 0,
11
+ "position_embedding_type": "absolute",
12
+ "sinusoidal_pos_embds": false,
13
+ "torch_dtype": "float32",
14
+ "transformers_version": "4.16.2",
15
+ "type_vocab_size": 2,
16
+ "use_cache": true,
17
+ "vocab_size": 30522
18
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58663b706eb70e222dc2bccd166fa304a6a8798a9cc881e3e895f616b5dcee8f
3
+ size 59752647
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "special_tokens_map_file": null, "name_or_path": "CKPT_v2/tiny_ssn", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff