kouohhashi commited on
Commit
39da174
1 Parent(s): af3c285

2nd commit

Browse files
Files changed (2) hide show
  1. config.json +17 -27
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,33 +1,23 @@
1
  {
2
- "activation_function": "gelu_new",
3
  "architectures": [
4
- "GPT2Model"
5
  ],
6
- "attn_pdrop": 0.1,
7
- "bos_token_id": 50256,
8
- "embd_pdrop": 0.1,
9
- "eos_token_id": 50256,
 
 
 
10
  "initializer_range": 0.02,
11
- "layer_norm_epsilon": 1e-05,
12
- "model_type": "gpt2",
13
- "n_ctx": 1024,
14
- "n_embd": 768,
15
- "n_head": 12,
16
- "n_inner": null,
17
- "n_layer": 12,
18
- "n_positions": 1024,
19
- "resid_pdrop": 0.1,
20
- "summary_activation": null,
21
- "summary_first_dropout": 0.1,
22
- "summary_proj_to_labels": true,
23
- "summary_type": "cls_index",
24
- "summary_use_proj": true,
25
- "task_specific_params": {
26
- "text-generation": {
27
- "do_sample": true,
28
- "max_length": 50
29
- }
30
- },
31
- "total_flos": 2632255344576958464,
32
  "vocab_size": 32000
33
  }
1
  {
 
2
  "architectures": [
3
+ "RobertaModel"
4
  ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "eos_token_id": 2,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
  "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 514,
16
+ "model_type": "roberta",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 6,
19
+ "pad_token_id": 1,
20
+ "total_flos": 3002397345918203904,
21
+ "type_vocab_size": 1,
 
 
 
 
 
 
 
 
 
 
 
 
22
  "vocab_size": 32000
23
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e4b178aa9ff21869653de515cd89a40216a2ddba8668298f22fb838ad3ea560
3
- size 454316347
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daac1f6378f7219331a3f7acb72f519a9f9975c58cb3bc88342b83503dabae2e
3
+ size 272408919