Mete Ismayil commited on
Commit
2f8db59
·
1 Parent(s): 62d6555

Add model files

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .DS_Store
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 1,
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 50256,
11
+ "id2label": {
12
+ "0": "LABEL_0"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "label2id": {
16
+ "LABEL_0": 0
17
+ },
18
+ "layer_norm_epsilon": 1e-05,
19
+ "model_type": "gpt2",
20
+ "n_ctx": 1024,
21
+ "n_embd": 1600,
22
+ "n_head": 25,
23
+ "n_inner": null,
24
+ "n_layer": 48,
25
+ "n_positions": 1024,
26
+ "output_past": true,
27
+ "resid_pdrop": 0.1,
28
+ "summary_activation": null,
29
+ "summary_first_dropout": 0.1,
30
+ "summary_proj_to_labels": true,
31
+ "summary_type": "cls_index",
32
+ "summary_use_proj": true,
33
+ "task_specific_params": {
34
+ "text-generation": {
35
+ "do_sample": true,
36
+ "max_length": 50
37
+ }
38
+ },
39
+ "vocab_size": 50311
40
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d85ae4772c52cb788fdc06b5fb7bac72536a95a15ffff341486f8eaded0636a2
3
+ size 6281385079
tokenizer/added_tokens.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"[EOS]": 50257, "LocationOfAction": 50258, "HinderedBy": 50259, "HasFirstSubevent": 50260, "NotHasProperty": 50261, "NotHasA": 50262, "HasA": 50263, "AtLocation": 50264, "NotCapableOf": 50265, "CausesDesire": 50266, "HasPainCharacter": 50267, "NotDesires": 50268, "MadeUpOf": 50269, "InstanceOf": 50270, "SymbolOf": 50271, "xReason": 50272, "isAfter": 50273, "HasPrerequisite": 50274, "UsedFor": 50275, "MadeOf": 50276, "MotivatedByGoal": 50277, "Causes": 50278, "oEffect": 50279, "CreatedBy": 50280, "ReceivesAction": 50281, "NotMadeOf": 50282, "xWant": 50283, "PartOf": 50284, "DesireOf": 50285, "HasPainIntensity": 50286, "xAttr": 50287, "DefinedAs": 50288, "oReact": 50289, "xIntent": 50290, "HasSubevent": 50291, "oWant": 50292, "HasProperty": 50293, "IsA": 50294, "HasSubEvent": 50295, "LocatedNear": 50296, "Desires": 50297, "isFilledBy": 50298, "isBefore": 50299, "InheritsFrom": 50300, "xNeed": 50301, "xEffect": 50302, "xReact": 50303, "HasLastSubevent": 50304, "RelatedTo": 50305, "CapableOf": 50306, "NotIsA": 50307, "ObjectUse": 50308, "[GEN]": 50309, "[PAD]": 50310}
tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "eos_token": "[EOS]", "unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "pad_token": "[PAD]", "additional_special_tokens": ["LocationOfAction", "HinderedBy", "HasFirstSubevent", "NotHasProperty", "NotHasA", "HasA", "AtLocation", "NotCapableOf", "CausesDesire", "HasPainCharacter", "NotDesires", "MadeUpOf", "InstanceOf", "SymbolOf", "xReason", "isAfter", "HasPrerequisite", "UsedFor", "MadeOf", "MotivatedByGoal", "Causes", "oEffect", "CreatedBy", "ReceivesAction", "NotMadeOf", "xWant", "PartOf", "DesireOf", "HasPainIntensity", "xAttr", "DefinedAs", "oReact", "xIntent", "HasSubevent", "oWant", "HasProperty", "IsA", "HasSubEvent", "LocatedNear", "Desires", "isFilledBy", "isBefore", "InheritsFrom", "xNeed", "xEffect", "xReact", "HasLastSubevent", "RelatedTo", "CapableOf", "NotIsA", "ObjectUse", "[GEN]"]}
tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model_max_length": 1024, "special_tokens_map_file": "/gpt2-xl/special_tokens_map.json", "full_tokenizer_file": null}
tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff