lingchensanwen commited on
Commit
f494498
1 Parent(s): df35ecd

Upload 8 files

Browse files

uploaded question generation model

config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_ctx": 1024,
14
+ "n_embd": 1024,
15
+ "n_head": 16,
16
+ "n_inner": null,
17
+ "n_layer": 24,
18
+ "n_positions": 1024,
19
+ "n_special": 0,
20
+ "predict_special_tokens": true,
21
+ "resid_pdrop": 0.1,
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
+ "task_specific_params": {
28
+ "text-generation": {
29
+ "do_sample": true,
30
+ "max_length": 50
31
+ }
32
+ },
33
+ "total_flos": 48939573033566208,
34
+ "vocab_size": 50257
35
+ }
log_history.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "loss": 1.9278494873046874,
4
+ "learning_rate": 4.554605380367005e-05,
5
+ "epoch": 0.2672367717797969,
6
+ "total_flos": 4360067088384000,
7
+ "step": 1000
8
+ },
9
+ {
10
+ "loss": 1.8067623291015624,
11
+ "learning_rate": 4.109210760734011e-05,
12
+ "epoch": 0.5344735435595938,
13
+ "total_flos": 8720134176768000,
14
+ "step": 2000
15
+ },
16
+ {
17
+ "loss": 1.77223828125,
18
+ "learning_rate": 3.663816141101016e-05,
19
+ "epoch": 0.8017103153393907,
20
+ "total_flos": 13080201265152000,
21
+ "step": 3000
22
+ },
23
+ {
24
+ "loss": 1.6007529296875,
25
+ "learning_rate": 3.2184215214680206e-05,
26
+ "epoch": 1.0689470871191875,
27
+ "total_flos": 17438088319991808,
28
+ "step": 4000
29
+ },
30
+ {
31
+ "loss": 1.21124267578125,
32
+ "learning_rate": 2.7730269018350257e-05,
33
+ "epoch": 1.3361838588989845,
34
+ "total_flos": 21798155408375808,
35
+ "step": 5000
36
+ },
37
+ {
38
+ "loss": 1.20527734375,
39
+ "learning_rate": 2.327632282202031e-05,
40
+ "epoch": 1.6034206306787815,
41
+ "total_flos": 26158222496759808,
42
+ "step": 6000
43
+ },
44
+ {
45
+ "loss": 1.1963974609375,
46
+ "learning_rate": 1.8822376625690362e-05,
47
+ "epoch": 1.8706574024585783,
48
+ "total_flos": 30518289585143808,
49
+ "step": 7000
50
+ },
51
+ {
52
+ "loss": 1.0101669921875,
53
+ "learning_rate": 1.4368430429360413e-05,
54
+ "epoch": 2.137894174238375,
55
+ "total_flos": 34876176639983616,
56
+ "step": 8000
57
+ },
58
+ {
59
+ "loss": 0.8346533203125,
60
+ "learning_rate": 9.914484233030466e-06,
61
+ "epoch": 2.405130946018172,
62
+ "total_flos": 39236243728367616,
63
+ "step": 9000
64
+ },
65
+ {
66
+ "loss": 0.820884765625,
67
+ "learning_rate": 5.4605380367005166e-06,
68
+ "epoch": 2.672367717797969,
69
+ "total_flos": 43596310816751616,
70
+ "step": 10000
71
+ },
72
+ {
73
+ "loss": 0.8244423828125,
74
+ "learning_rate": 1.0065918403705683e-06,
75
+ "epoch": 2.939604489577766,
76
+ "total_flos": 47956377905135616,
77
+ "step": 11000
78
+ }
79
+ ]
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:812604d8535b70584bb530a4a7365068bba2abf9705c1ed38757bb876c2e7fae
3
+ size 1444531445
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model_max_length": 1024}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0704aec2a78e868c904c4cb3e8727b2376af6371744f2b776628e2c6cdb3423c
3
+ size 1333
vocab.json ADDED
The diff for this file is too large to render. See raw diff