dsksd commited on
Commit
a8c0c48
1 Parent(s): 0e3b3ee

update model

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