sebastin commited on
Commit
284a299
1 Parent(s): 5dfaad0

GPT2 Action|Context+Consequence GEN v1

Browse files
added_tokens.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"<|NRM|>": 50257, "<|SIT|>": 50258, "<|ITN|>": 50259, "<|M_ACT|>": 50260, "<|I_ACT|>": 50261, "<|M_CSQ|>": 50262, "<|I_CSQ|>": 50263, "<|ACT|>": 50264, "<|CSQ|>": 50265}
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "finetuning_task": "action|context+consequence_gen",
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gpt2",
14
+ "n_ctx": 1024,
15
+ "n_embd": 768,
16
+ "n_head": 12,
17
+ "n_inner": null,
18
+ "n_layer": 12,
19
+ "n_positions": 1024,
20
+ "resid_pdrop": 0.1,
21
+ "summary_activation": null,
22
+ "summary_first_dropout": 0.1,
23
+ "summary_proj_to_labels": true,
24
+ "summary_type": "cls_index",
25
+ "summary_use_proj": true,
26
+ "task_specific_params": {
27
+ "text-generation": {
28
+ "do_sample": true,
29
+ "max_length": 50
30
+ }
31
+ },
32
+ "vocab_size": 50266
33
+ }
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:0b94128f6c36d773ae236ab6c452a753a1ca423e72c8bc9ba1f170a259f50c8e
3
+ size 510433916
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}, "additional_special_tokens": ["<|NRM|>", "<|SIT|>", "<|ITN|>", "<|M_ACT|>", "<|I_ACT|>", "<|M_CSQ|>", "<|I_CSQ|>", "<|ACT|>", "<|CSQ|>"]}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "model_max_length": 1024}
training_args_action|context+consequence_gen.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf2e805836e01def4ecda225cfedfd8cf420264d4a3e2d3da58b6504fe74f272
3
+ size 1903
vocab.json ADDED
The diff for this file is too large to render. See raw diff