Nikos Konstantinou commited on
Commit
d76fa73
1 Parent(s): 3327866

Update from nikon

Browse files
added_tokens.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"<bos>": 22000, "<eos>": 22001, "<pad>": 22002, "<speaker1>": 22003, "<speaker2>": 22004}
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "nikokons/gpt2-greek",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 21999,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 21999,
11
+ "eos_token_ids": null,
12
+ "gradient_checkpointing": false,
13
+ "id2label": {
14
+ "0": "LABEL_0"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "LABEL_0": 0
19
+ },
20
+ "layer_norm_epsilon": 1e-05,
21
+ "model_name_or_path": null,
22
+ "model_type": "gpt2",
23
+ "n_ctx": 512,
24
+ "n_embd": 768,
25
+ "n_head": 12,
26
+ "n_inner": null,
27
+ "n_layer": 12,
28
+ "n_positions": 512,
29
+ "output_past": true,
30
+ "resid_pdrop": 0.1,
31
+ "summary_activation": null,
32
+ "summary_first_dropout": 0.1,
33
+ "summary_proj_to_labels": true,
34
+ "summary_type": "cls_index",
35
+ "summary_use_proj": true,
36
+ "vocab_size": 22005
37
+ }
events.out.tfevents.1620567796.nikon-desktop ADDED
Binary file (8.16 MB). View file
 
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model_training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11771eeadaa343970693be869a38ba0906c1fa559a37b8588b2357300535fb05
3
+ size 943
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c06651d479859be0b06652234c7237322fc47aa8e48d2930b7e0f55c0667fc5
3
+ size 480211734
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<bos>", "eos_token": "<eos>", "unk_token": "<|endoftext|>", "pad_token": "<pad>", "additional_special_tokens": ["<speaker1>", "<speaker2>"]}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"errors": "replace", "unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "max_len": 1024, "special_tokens_map_file": "/home/nikon/.cache/torch/transformers/2ed126dd981c54d35b6a4739020bca74e2187e0f035bcb84f05de5841e8ffe72.3ae9ae72462581d20e36bc528e9c47bb30cd671bb21add40ca0b24a0be9fac22", "tokenizer_file": null, "name_or_path": "nikokons/gpt2-greek"}
vocab.json ADDED
The diff for this file is too large to render. See raw diff