jhliu commited on
Commit
80a6ced
1 Parent(s): acb5190

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +22 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer_config.json +1 -0
  4. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "classifier_dropout": null,
4
+ "hidden_act": "gelu",
5
+ "hidden_dropout_prob": 0.1,
6
+ "hidden_size": 768,
7
+ "initializer_range": 0.02,
8
+ "intermediate_size": 3072,
9
+ "layer_norm_eps": 1e-12,
10
+ "max_position_embeddings": 2048,
11
+ "model_type": "bert",
12
+ "num_attention_heads": 12,
13
+ "num_hidden_layers": 6,
14
+ "pad_token_id": 0,
15
+ "position_embedding_type": "absolute",
16
+ "sinusoidal_pos_embds": false,
17
+ "torch_dtype": "float32",
18
+ "transformers_version": "4.16.2",
19
+ "type_vocab_size": 2,
20
+ "use_cache": true,
21
+ "vocab_size": 30522
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f19d31d19dcdf7261fe1aa0d288039ec3ba26f10c5fe18c2f9e008657be5ab7
3
+ size 274958829
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/fp16_small_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