EE0 commited on
Commit
1a1c016
1 Parent(s): cc90e41

Training completed!

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
added_tokens.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "</s>": 50257,
3
+ "<mask>": 50260,
4
+ "<pad>": 50259,
5
+ "<unk>": 50258
6
+ }
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "gpt2",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2ForTokenClassification"
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": "B-DT",
13
+ "1": "I-DT",
14
+ "2": "B-LC",
15
+ "3": "I-LC",
16
+ "4": "B-OG",
17
+ "5": "I-OG",
18
+ "6": "B-PS",
19
+ "7": "I-PS",
20
+ "8": "B-QT",
21
+ "9": "I-QT",
22
+ "10": "B-TI",
23
+ "11": "I-TI",
24
+ "12": "O"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "label2id": {
28
+ "B-DT": 0,
29
+ "B-LC": 2,
30
+ "B-OG": 4,
31
+ "B-PS": 6,
32
+ "B-QT": 8,
33
+ "B-TI": 10,
34
+ "I-DT": 1,
35
+ "I-LC": 3,
36
+ "I-OG": 5,
37
+ "I-PS": 7,
38
+ "I-QT": 9,
39
+ "I-TI": 11,
40
+ "O": 12
41
+ },
42
+ "layer_norm_epsilon": 1e-05,
43
+ "model_type": "gpt2",
44
+ "n_ctx": 1024,
45
+ "n_embd": 768,
46
+ "n_head": 12,
47
+ "n_inner": null,
48
+ "n_layer": 12,
49
+ "n_positions": 1024,
50
+ "reorder_and_upcast_attn": false,
51
+ "resid_pdrop": 0.1,
52
+ "scale_attn_by_inverse_layer_idx": false,
53
+ "scale_attn_weights": true,
54
+ "summary_activation": null,
55
+ "summary_first_dropout": 0.1,
56
+ "summary_proj_to_labels": true,
57
+ "summary_type": "cls_index",
58
+ "summary_use_proj": true,
59
+ "task_specific_params": {
60
+ "text-generation": {
61
+ "do_sample": true,
62
+ "max_length": 50
63
+ }
64
+ },
65
+ "torch_dtype": "float32",
66
+ "transformers_version": "4.28.1",
67
+ "use_cache": true,
68
+ "vocab_size": 50257
69
+ }
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:2e6c06263a5867132d2098dce317db733f2d5e2f91bf5f8f4493ae7fda96568b
3
+ size 510438469
runs/May07_04-30-09_c1698d7bb97f/1683433851.3882952/events.out.tfevents.1683433851.c1698d7bb97f.1003.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67c5d0e4acbd639ce72b261240b9d8b6a0df56490f50d20acc27f3a2e846532e
3
+ size 5886
runs/May07_04-30-09_c1698d7bb97f/events.out.tfevents.1683433851.c1698d7bb97f.1003.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cdcf9422d1cdaa4233faa2223295ebc417f350564440d6640064f3a7d71d930
3
+ size 6516
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "</s>",
3
+ "eos_token": "</s>",
4
+ "mask_token": "<mask>",
5
+ "pad_token": "<pad>",
6
+ "unk_token": "<unk>"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "bos_token": "</s>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "</s>",
6
+ "mask_token": "<mask>",
7
+ "model_max_length": 1024,
8
+ "pad_token": "<pad>",
9
+ "tokenizer_class": "GPT2Tokenizer",
10
+ "unk_token": "<unk>"
11
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48e738148b3d8b6af8f91a161365374c3149e597c31d4df5cec68186ec182df3
3
+ size 3579
vocab.json ADDED
The diff for this file is too large to render. See raw diff