dongyangyang commited on
Commit
eccf1bb
·
1 Parent(s): 9304ce2

Upload 4 files

Browse files
Files changed (4) hide show
  1. config.json +62 -0
  2. model.pkl +3 -0
  3. pytorch_model.bin +3 -0
  4. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 2,
3
+ "architectures": [
4
+ "BertForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bad_words_ids": null,
8
+ "bos_token_id": null,
9
+ "decoder_start_token_id": null,
10
+ "directionality": "bidi",
11
+ "do_sample": false,
12
+ "early_stopping": false,
13
+ "eos_token_id": null,
14
+ "eos_token_ids": null,
15
+ "finetuning_task": null,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.1,
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "LABEL_0",
21
+ "1": "LABEL_1"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "is_decoder": false,
26
+ "is_encoder_decoder": false,
27
+ "label2id": {
28
+ "LABEL_0": 0,
29
+ "LABEL_1": 1
30
+ },
31
+ "layer_norm_eps": 1e-12,
32
+ "length_penalty": 1.0,
33
+ "max_length": 20,
34
+ "max_position_embeddings": 512,
35
+ "min_length": 0,
36
+ "model_type": "bert",
37
+ "no_repeat_ngram_size": 0,
38
+ "num_attention_heads": 12,
39
+ "num_beams": 1,
40
+ "num_hidden_layers": 12,
41
+ "num_return_sequences": 1,
42
+ "output_attentions": false,
43
+ "output_hidden_states": false,
44
+ "output_past": true,
45
+ "pad_token_id": null,
46
+ "pooler_fc_size": 768,
47
+ "pooler_num_attention_heads": 12,
48
+ "pooler_num_fc_layers": 3,
49
+ "pooler_size_per_head": 128,
50
+ "pooler_type": "first_token_transform",
51
+ "prefix": null,
52
+ "pruned_heads": {},
53
+ "repetition_penalty": 1.0,
54
+ "task_specific_params": null,
55
+ "temperature": 1.0,
56
+ "top_k": 50,
57
+ "top_p": 1.0,
58
+ "torchscript": false,
59
+ "type_vocab_size": 2,
60
+ "use_bfloat16": false,
61
+ "vocab_size": 21128
62
+ }
model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a913f06828530942078b542de493501321871dc0038dd99b5b95a00868a80be
3
+ size 419539044
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96809d5429f0c3ca4d5074ca2392b78f9bcae2ec2d8a3b921635cc5d269daab6
3
+ size 411574954
vocab.txt ADDED
The diff for this file is too large to render. See raw diff