JYYong commited on
Commit
c4c85e9
1 Parent(s): 3a05f58

Training in progress, step 500

Browse files
added_tokens.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "<ABST>": 50266,
3
+ "<CLMS>": 50268,
4
+ "<DESC>": 50269,
5
+ "<IPC>": 50267,
6
+ "<TTL>": 50265
7
+ }
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "tanapatentlm/patentdeberta_large_spec_512_pwi",
3
  "architectures": [
4
  "DebertaForMaskedLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "tanapatentlm/patentdeberta_large_spec_128_pwi",
3
  "architectures": [
4
  "DebertaForMaskedLM"
5
  ],
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5078edbecbdda384c2220e0baca4deb5639d0a272a27568fa2de8d7cd9d5e70
3
  size 1622068973
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:245def53d21364d2d0755cb811d24bf07c4fcf058bbb231cbc0355e1a06c5cc4
3
  size 1622068973
runs/Jul07_10-37-24_854686ae4dde/events.out.tfevents.1657190253.854686ae4dde.394114.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:af8ea6ababd82dee91818c18b50a19e4fcf46eff0aaa51fcfd05199b2f6a4a75
3
- size 8160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1120af985d3bdb04940ea9d03c1c9504bb5837fc379c1f972c5cfdf9ff8ff307
3
+ size 8588
runs/Jul08_08-50-43_854686ae4dde/1657270253.1000216/events.out.tfevents.1657270253.854686ae4dde.10345.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1049f0681e73450fb82fc78d853a24967f4cc2d45c542fa1913f11f3e175b580
3
+ size 5455
runs/Jul08_08-50-43_854686ae4dde/events.out.tfevents.1657270253.854686ae4dde.10345.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53f0066ee4877ef5d3d680002ae3aa57b5a2983ef4f9db55931d88dbb6c81510
3
+ size 3888
runs/Jul08_08-54-39_854686ae4dde/1657270485.5287552/events.out.tfevents.1657270485.854686ae4dde.40423.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a52280cb669e447469f3df068a3ef195beea118088a2f2fbc47b518ad3b14781
3
+ size 5455
runs/Jul08_08-54-39_854686ae4dde/events.out.tfevents.1657270485.854686ae4dde.40423.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67bb6e0d662b8739455aff369572645bfc61bc37e9dd02ab128c01b38e923b29
3
+ size 3888
runs/Jul08_09-44-40_854686ae4dde/1657273488.7574449/events.out.tfevents.1657273488.854686ae4dde.53852.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ece4ac8844178ede41e4c4783f48cb75737f4134c4fe2e24c6c035f93202b47c
3
+ size 5455
runs/Jul08_09-44-40_854686ae4dde/events.out.tfevents.1657273488.854686ae4dde.53852.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53e9f1d8a1923ad0128d1452611848cc5137098634027d5a50f658cea60f3bd9
3
+ size 6020
special_tokens_map.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<TTL>",
4
+ "<ABST>",
5
+ "<IPC>",
6
+ "<CLMS>",
7
+ "<DESC>"
8
+ ],
9
+ "bos_token": {
10
+ "content": "[CLS]",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "cls_token": {
17
+ "content": "[CLS]",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "eos_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "mask_token": {
31
+ "content": "[MASK]",
32
+ "lstrip": true,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "pad_token": {
38
+ "content": "[PAD]",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "sep_token": {
45
+ "content": "[SEP]",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ },
51
+ "unk_token": {
52
+ "content": "[UNK]",
53
+ "lstrip": false,
54
+ "normalized": true,
55
+ "rstrip": false,
56
+ "single_word": false
57
+ }
58
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "bos_token": {
5
+ "__type": "AddedToken",
6
+ "content": "[CLS]",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "cls_token": {
13
+ "__type": "AddedToken",
14
+ "content": "[CLS]",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ },
20
+ "do_lower_case": false,
21
+ "eos_token": {
22
+ "__type": "AddedToken",
23
+ "content": "[SEP]",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false
28
+ },
29
+ "errors": "replace",
30
+ "mask_token": {
31
+ "__type": "AddedToken",
32
+ "content": "[MASK]",
33
+ "lstrip": true,
34
+ "normalized": true,
35
+ "rstrip": false,
36
+ "single_word": false
37
+ },
38
+ "max_position_embeddings": 128,
39
+ "model_max_length": 512,
40
+ "name_or_path": "microsoft/deberta-large",
41
+ "pad_token": {
42
+ "__type": "AddedToken",
43
+ "content": "[PAD]",
44
+ "lstrip": false,
45
+ "normalized": true,
46
+ "rstrip": false,
47
+ "single_word": false
48
+ },
49
+ "sep_token": {
50
+ "__type": "AddedToken",
51
+ "content": "[SEP]",
52
+ "lstrip": false,
53
+ "normalized": true,
54
+ "rstrip": false,
55
+ "single_word": false
56
+ },
57
+ "special_tokens_map_file": null,
58
+ "tokenizer_class": "DebertaTokenizer",
59
+ "unk_token": {
60
+ "__type": "AddedToken",
61
+ "content": "[UNK]",
62
+ "lstrip": false,
63
+ "normalized": true,
64
+ "rstrip": false,
65
+ "single_word": false
66
+ },
67
+ "vocab_type": "gpt2"
68
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:32f4bb9e67722b607eacbed852808deaf99173a8ff880356f898359318ef2a83
3
  size 3375
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be61f2b0a8efb3afed74f3d30af585a9fff4f59f80723d1dc8416c70329f9930
3
  size 3375
vocab.json ADDED
The diff for this file is too large to render. See raw diff