duwuonline commited on
Commit
eac912c
1 Parent(s): b408eaa

End of training

Browse files
Files changed (6) hide show
  1. config.json +15 -22
  2. generation_config.json +1 -2
  3. merges.txt +0 -0
  4. pytorch_model.bin +2 -2
  5. training_args.bin +1 -1
  6. vocab.json +0 -0
config.json CHANGED
@@ -1,31 +1,24 @@
1
  {
2
- "activation_function": "gelu_new",
3
  "architectures": [
4
- "GPT2LMHeadModel"
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_embd": 768,
14
- "n_head": 12,
15
- "n_inner": null,
16
- "n_layer": 6,
17
- "n_positions": 514,
18
- "reorder_and_upcast_attn": false,
19
- "resid_pdrop": 0.1,
20
- "scale_attn_by_inverse_layer_idx": false,
21
- "scale_attn_weights": true,
22
- "summary_activation": null,
23
- "summary_first_dropout": 0.1,
24
- "summary_proj_to_labels": true,
25
- "summary_type": "cls_index",
26
- "summary_use_proj": true,
27
  "torch_dtype": "float32",
28
  "transformers_version": "4.32.0",
 
29
  "use_cache": true,
30
  "vocab_size": 52000
31
  }
 
1
  {
 
2
  "architectures": [
3
+ "BertLMHeadModel"
4
  ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
  "initializer_range": 0.02,
11
+ "intermediate_size": 3072,
12
+ "layer_norm_eps": 1e-12,
13
+ "max_position_embeddings": 514,
14
+ "model_type": "bert",
15
+ "num_attention_heads": 12,
16
+ "num_hidden_layers": 6,
17
+ "pad_token_id": 0,
18
+ "position_embedding_type": "absolute",
 
 
 
 
 
 
 
 
19
  "torch_dtype": "float32",
20
  "transformers_version": "4.32.0",
21
+ "type_vocab_size": 2,
22
  "use_cache": true,
23
  "vocab_size": 52000
24
  }
generation_config.json CHANGED
@@ -1,6 +1,5 @@
1
  {
2
  "_from_model_config": true,
3
- "bos_token_id": 50256,
4
- "eos_token_id": 50256,
5
  "transformers_version": "4.32.0"
6
  }
 
1
  {
2
  "_from_model_config": true,
3
+ "pad_token_id": 0,
 
4
  "transformers_version": "4.32.0"
5
  }
merges.txt CHANGED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d2a54da3a79c5d622a28985f4a3fddee954251b7b458fad654901499e7d50842
3
- size 331462549
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bf1f3dc55bc2205f00a7f8d0691e0f402de989aa5100ca8f6997ff294bb2fcd
3
+ size 334056757
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cd9f37f3003f669d389650c4c24378a2e3a556924b4b5b2887c369f0a38e840d
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fcdcbcdc06580cc4d992a218697fd3ef45dcb0c4572cc8f290ae3c4acb1468c
3
  size 4091
vocab.json CHANGED
The diff for this file is too large to render. See raw diff