shubhamgantayat commited on
Commit
8a0c369
·
verified ·
1 Parent(s): d39a68b

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[PAD]": 50257
3
+ }
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "shubhamgantayat/my_pii_model_gpt_2",
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": "I-STREET_ADDRESS",
13
+ "1": "I-ID_NUM",
14
+ "2": "I-NAME_STUDENT",
15
+ "3": "B-PHONE_NUM",
16
+ "4": "B-USERNAME",
17
+ "5": "B-EMAIL",
18
+ "6": "I-PHONE_NUM",
19
+ "7": "O",
20
+ "8": "B-STREET_ADDRESS",
21
+ "9": "B-URL_PERSONAL",
22
+ "10": "I-URL_PERSONAL",
23
+ "11": "B-ID_NUM",
24
+ "12": "B-NAME_STUDENT"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "label2id": {
28
+ "B-EMAIL": 5,
29
+ "B-ID_NUM": 11,
30
+ "B-NAME_STUDENT": 12,
31
+ "B-PHONE_NUM": 3,
32
+ "B-STREET_ADDRESS": 8,
33
+ "B-URL_PERSONAL": 9,
34
+ "B-USERNAME": 4,
35
+ "I-ID_NUM": 1,
36
+ "I-NAME_STUDENT": 2,
37
+ "I-PHONE_NUM": 6,
38
+ "I-STREET_ADDRESS": 0,
39
+ "I-URL_PERSONAL": 10,
40
+ "O": 7
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.38.2",
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
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97d20f958ab17d762e9be59207ae78e685dff5ea74d5d5470c270fd7e014a998
3
+ size 497814348
runs/Apr04_05-15-13_fc2af777fbcd/events.out.tfevents.1712207715.fc2af777fbcd.356.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22175c2c01fe999fc08c7cd491a4e16bee5aff70c0d9f7167453cef11edf4bde
3
+ size 7323
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "50257": {
13
+ "content": "[PAD]",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ }
20
+ },
21
+ "bos_token": "<|endoftext|>",
22
+ "clean_up_tokenization_spaces": true,
23
+ "eos_token": "<|endoftext|>",
24
+ "max_length": 1024,
25
+ "model_max_length": 1024,
26
+ "pad_token": "[PAD]",
27
+ "stride": 0,
28
+ "tokenizer_class": "GPT2Tokenizer",
29
+ "truncation_side": "right",
30
+ "truncation_strategy": "longest_first",
31
+ "unk_token": "<|endoftext|>"
32
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:833730114593cda1e55abb055be521a2e929a3cb3c37a4ee4ef59b9b09ddf58e
3
+ size 4984
vocab.json ADDED
The diff for this file is too large to render. See raw diff