zinzinmit commited on
Commit
5b67023
·
verified ·
1 Parent(s): 60f2374

Upload folder using huggingface_hub

Browse files
Files changed (40) hide show
  1. diagnosis_run_1000000_1_plmicd/merges.txt +0 -0
  2. diagnosis_run_1000000_1_plmicd/mlb.pkl +3 -0
  3. diagnosis_run_1000000_1_plmicd/special_tokens_map.json +51 -0
  4. diagnosis_run_1000000_1_plmicd/tokenizer.json +0 -0
  5. diagnosis_run_1000000_1_plmicd/tokenizer_config.json +58 -0
  6. diagnosis_run_1000000_1_plmicd/vocab.json +0 -0
  7. diagnosis_run_100000_1_plmicd/merges.txt +0 -0
  8. diagnosis_run_100000_1_plmicd/mlb.pkl +3 -0
  9. diagnosis_run_100000_1_plmicd/special_tokens_map.json +51 -0
  10. diagnosis_run_100000_1_plmicd/tokenizer.json +0 -0
  11. diagnosis_run_100000_1_plmicd/tokenizer_config.json +58 -0
  12. diagnosis_run_100000_1_plmicd/vocab.json +0 -0
  13. diagnosis_run_10000_14_plmicd/merges.txt +0 -0
  14. diagnosis_run_10000_14_plmicd/mlb.pkl +3 -0
  15. diagnosis_run_10000_14_plmicd/special_tokens_map.json +51 -0
  16. diagnosis_run_10000_14_plmicd/tokenizer.json +0 -0
  17. diagnosis_run_10000_14_plmicd/tokenizer_config.json +58 -0
  18. diagnosis_run_10000_14_plmicd/vocab.json +0 -0
  19. diagnosis_run_4500_51_plmicd/merges.txt +0 -0
  20. diagnosis_run_4500_51_plmicd/mlb.pkl +3 -0
  21. diagnosis_run_4500_51_plmicd/special_tokens_map.json +51 -0
  22. diagnosis_run_4500_51_plmicd/tokenizer.json +0 -0
  23. diagnosis_run_4500_51_plmicd/tokenizer_config.json +58 -0
  24. diagnosis_run_4500_51_plmicd/vocab.json +0 -0
  25. diagnosis_run_5000_46_plmicd/merges.txt +0 -0
  26. diagnosis_run_5000_46_plmicd/mlb.pkl +3 -0
  27. diagnosis_run_5000_46_plmicd/special_tokens_map.json +51 -0
  28. diagnosis_run_5000_46_plmicd/tokenizer.json +0 -0
  29. diagnosis_run_5000_46_plmicd/tokenizer_config.json +58 -0
  30. diagnosis_run_5000_46_plmicd/vocab.json +0 -0
  31. diagnosis_run_900_202_plmicd/config.json +44 -0
  32. diagnosis_run_900_202_plmicd/merges.txt +0 -0
  33. diagnosis_run_900_202_plmicd/mlb.pkl +3 -0
  34. diagnosis_run_900_202_plmicd/model.safetensors +3 -0
  35. diagnosis_run_900_202_plmicd/model_state.pt +3 -0
  36. diagnosis_run_900_202_plmicd/special_tokens_map.json +51 -0
  37. diagnosis_run_900_202_plmicd/tokenizer.json +0 -0
  38. diagnosis_run_900_202_plmicd/tokenizer_config.json +58 -0
  39. diagnosis_run_900_202_plmicd/training_metrics.txt +303 -0
  40. diagnosis_run_900_202_plmicd/vocab.json +0 -0
diagnosis_run_1000000_1_plmicd/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
diagnosis_run_1000000_1_plmicd/mlb.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:164f7034bc3c645723ca49a57f88acfd4bc6b16baf487473ef01ebb030e98866
3
+ size 531
diagnosis_run_1000000_1_plmicd/special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
diagnosis_run_1000000_1_plmicd/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
diagnosis_run_1000000_1_plmicd/tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": false,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "extra_special_tokens": {},
51
+ "mask_token": "<mask>",
52
+ "model_max_length": 4096,
53
+ "pad_token": "<pad>",
54
+ "sep_token": "</s>",
55
+ "tokenizer_class": "LongformerTokenizer",
56
+ "trim_offsets": true,
57
+ "unk_token": "<unk>"
58
+ }
diagnosis_run_1000000_1_plmicd/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
diagnosis_run_100000_1_plmicd/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
diagnosis_run_100000_1_plmicd/mlb.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:164f7034bc3c645723ca49a57f88acfd4bc6b16baf487473ef01ebb030e98866
3
+ size 531
diagnosis_run_100000_1_plmicd/special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
diagnosis_run_100000_1_plmicd/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
diagnosis_run_100000_1_plmicd/tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": false,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "extra_special_tokens": {},
51
+ "mask_token": "<mask>",
52
+ "model_max_length": 4096,
53
+ "pad_token": "<pad>",
54
+ "sep_token": "</s>",
55
+ "tokenizer_class": "LongformerTokenizer",
56
+ "trim_offsets": true,
57
+ "unk_token": "<unk>"
58
+ }
diagnosis_run_100000_1_plmicd/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
diagnosis_run_10000_14_plmicd/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
diagnosis_run_10000_14_plmicd/mlb.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93650cf0ff3da9d8bd91779bfbe6e61cea13f76ba6721a0ed4d526c95fd6622e
3
+ size 901
diagnosis_run_10000_14_plmicd/special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
diagnosis_run_10000_14_plmicd/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
diagnosis_run_10000_14_plmicd/tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": false,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "extra_special_tokens": {},
51
+ "mask_token": "<mask>",
52
+ "model_max_length": 4096,
53
+ "pad_token": "<pad>",
54
+ "sep_token": "</s>",
55
+ "tokenizer_class": "LongformerTokenizer",
56
+ "trim_offsets": true,
57
+ "unk_token": "<unk>"
58
+ }
diagnosis_run_10000_14_plmicd/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
diagnosis_run_4500_51_plmicd/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
diagnosis_run_4500_51_plmicd/mlb.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4de584e35e8431ff2cafb6f69a26505f2c8c1c85e0ee604edaf6876724788e3f
3
+ size 2050
diagnosis_run_4500_51_plmicd/special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
diagnosis_run_4500_51_plmicd/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
diagnosis_run_4500_51_plmicd/tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": false,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "extra_special_tokens": {},
51
+ "mask_token": "<mask>",
52
+ "model_max_length": 4096,
53
+ "pad_token": "<pad>",
54
+ "sep_token": "</s>",
55
+ "tokenizer_class": "LongformerTokenizer",
56
+ "trim_offsets": true,
57
+ "unk_token": "<unk>"
58
+ }
diagnosis_run_4500_51_plmicd/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
diagnosis_run_5000_46_plmicd/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
diagnosis_run_5000_46_plmicd/mlb.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a991308593158ea7c020f03438a9ef1f7f7364c1c3eee8706443fd8fb24f63a3
3
+ size 1879
diagnosis_run_5000_46_plmicd/special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
diagnosis_run_5000_46_plmicd/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
diagnosis_run_5000_46_plmicd/tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": false,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "extra_special_tokens": {},
51
+ "mask_token": "<mask>",
52
+ "model_max_length": 4096,
53
+ "pad_token": "<pad>",
54
+ "sep_token": "</s>",
55
+ "tokenizer_class": "LongformerTokenizer",
56
+ "trim_offsets": true,
57
+ "unk_token": "<unk>"
58
+ }
diagnosis_run_5000_46_plmicd/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
diagnosis_run_900_202_plmicd/config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LongformerModel"
4
+ ],
5
+ "attention_mode": "longformer",
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "attention_window": [
8
+ 512,
9
+ 512,
10
+ 512,
11
+ 512,
12
+ 512,
13
+ 512,
14
+ 512,
15
+ 512,
16
+ 512,
17
+ 512,
18
+ 512,
19
+ 512
20
+ ],
21
+ "bos_token_id": 0,
22
+ "eos_token_id": 2,
23
+ "gradient_checkpointing": false,
24
+ "hidden_act": "gelu",
25
+ "hidden_dropout_prob": 0.1,
26
+ "hidden_size": 768,
27
+ "ignore_attention_mask": false,
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
+ "layer_norm_eps": 1e-05,
31
+ "max_position_embeddings": 4098,
32
+ "model_type": "longformer",
33
+ "num_attention_heads": 12,
34
+ "num_hidden_layers": 12,
35
+ "onnx_export": false,
36
+ "pad_token_id": 1,
37
+ "position_embedding_type": "absolute",
38
+ "sep_token_id": 2,
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.51.3",
41
+ "type_vocab_size": 1,
42
+ "use_cache": true,
43
+ "vocab_size": 50265
44
+ }
diagnosis_run_900_202_plmicd/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
diagnosis_run_900_202_plmicd/mlb.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6ac5b0a9d8814b26cd9ca3989c8bbc8bc8bab7bfc735ecb902a8c566bfdae0c
3
+ size 6569
diagnosis_run_900_202_plmicd/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23dd423af0d4bc8a11e07006d18a26c12b6b6b70497aba798650e79da686bce8
3
+ size 594668880
diagnosis_run_900_202_plmicd/model_state.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4d8bc3d0c09588457bf0f542a2e69cd40fa088c9ea7fbed1d69f6932a02e106
3
+ size 595996198
diagnosis_run_900_202_plmicd/special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
diagnosis_run_900_202_plmicd/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
diagnosis_run_900_202_plmicd/tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": false,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "extra_special_tokens": {},
51
+ "mask_token": "<mask>",
52
+ "model_max_length": 4096,
53
+ "pad_token": "<pad>",
54
+ "sep_token": "</s>",
55
+ "tokenizer_class": "LongformerTokenizer",
56
+ "trim_offsets": true,
57
+ "unk_token": "<unk>"
58
+ }
diagnosis_run_900_202_plmicd/training_metrics.txt ADDED
@@ -0,0 +1,303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Starting Training at 2026-05-08 03:32:49.599082
2
+ Evaluation Threshold: 0.9
3
+ ========================================
4
+ Epoch 1/15
5
+ Average Training Loss: 0.9871
6
+ Validation Loss: 0.8053
7
+ f1_macro: 0.2670
8
+ f1_micro: 0.2789
9
+ precision_macro: 0.4010
10
+ recall_macro: 0.2763
11
+ max_p: 0.9984
12
+ avg_truth_p: 0.6917
13
+ accuracy: 0.0017
14
+ mAP: 0.3567
15
+ precision@5: 0.4764
16
+ recall@5: 0.2481
17
+ precision@10: 0.3874
18
+ recall@10: 0.3811
19
+ roc_auc_macro: 0.8656
20
+ roc_auc_micro: 0.8735
21
+ best_threshold: 0.7500
22
+ best_f1_micro: 0.3874
23
+ --------------------
24
+ Epoch 2/15
25
+ Average Training Loss: 0.7210
26
+ Validation Loss: 0.6604
27
+ f1_macro: 0.4357
28
+ f1_micro: 0.4861
29
+ precision_macro: 0.4374
30
+ recall_macro: 0.5519
31
+ max_p: 0.9998
32
+ avg_truth_p: 0.7725
33
+ accuracy: 0.0020
34
+ mAP: 0.4788
35
+ precision@5: 0.5903
36
+ recall@5: 0.3041
37
+ precision@10: 0.4852
38
+ recall@10: 0.4723
39
+ roc_auc_macro: 0.9094
40
+ roc_auc_micro: 0.9120
41
+ best_threshold: 0.8500
42
+ best_f1_micro: 0.4874
43
+ --------------------
44
+ Epoch 3/15
45
+ Average Training Loss: 0.5983
46
+ Validation Loss: 0.5917
47
+ f1_macro: 0.4946
48
+ f1_micro: 0.5501
49
+ precision_macro: 0.4528
50
+ recall_macro: 0.6510
51
+ max_p: 0.9998
52
+ avg_truth_p: 0.8157
53
+ accuracy: 0.0023
54
+ mAP: 0.5324
55
+ precision@5: 0.6346
56
+ recall@5: 0.3277
57
+ precision@10: 0.5335
58
+ recall@10: 0.5210
59
+ roc_auc_macro: 0.9272
60
+ roc_auc_micro: 0.9327
61
+ best_threshold: 0.9000
62
+ best_f1_micro: 0.5501
63
+ --------------------
64
+ Epoch 4/15
65
+ Average Training Loss: 0.5441
66
+ Validation Loss: 0.5655
67
+ f1_macro: 0.5197
68
+ f1_micro: 0.5783
69
+ precision_macro: 0.4633
70
+ recall_macro: 0.6794
71
+ max_p: 0.9999
72
+ avg_truth_p: 0.8308
73
+ accuracy: 0.0030
74
+ mAP: 0.5587
75
+ precision@5: 0.6673
76
+ recall@5: 0.3466
77
+ precision@10: 0.5642
78
+ recall@10: 0.5504
79
+ roc_auc_macro: 0.9328
80
+ roc_auc_micro: 0.9411
81
+ best_threshold: 0.9000
82
+ best_f1_micro: 0.5783
83
+ --------------------
84
+ Epoch 5/15
85
+ Average Training Loss: 0.5118
86
+ Validation Loss: 0.5526
87
+ f1_macro: 0.5451
88
+ f1_micro: 0.6091
89
+ precision_macro: 0.4859
90
+ recall_macro: 0.6861
91
+ max_p: 0.9999
92
+ avg_truth_p: 0.8343
93
+ accuracy: 0.0052
94
+ mAP: 0.5803
95
+ precision@5: 0.7030
96
+ recall@5: 0.3677
97
+ precision@10: 0.5913
98
+ recall@10: 0.5772
99
+ roc_auc_macro: 0.9361
100
+ roc_auc_micro: 0.9457
101
+ best_threshold: 0.9000
102
+ best_f1_micro: 0.6091
103
+ --------------------
104
+ Epoch 6/15
105
+ Average Training Loss: 0.4893
106
+ Validation Loss: 0.5419
107
+ f1_macro: 0.5499
108
+ f1_micro: 0.6146
109
+ precision_macro: 0.4834
110
+ recall_macro: 0.7011
111
+ max_p: 0.9999
112
+ avg_truth_p: 0.8368
113
+ accuracy: 0.0058
114
+ mAP: 0.5894
115
+ precision@5: 0.7088
116
+ recall@5: 0.3705
117
+ precision@10: 0.6001
118
+ recall@10: 0.5862
119
+ roc_auc_macro: 0.9384
120
+ roc_auc_micro: 0.9475
121
+ best_threshold: 0.9000
122
+ best_f1_micro: 0.6146
123
+ --------------------
124
+ Epoch 7/15
125
+ Average Training Loss: 0.4709
126
+ Validation Loss: 0.5280
127
+ f1_macro: 0.5584
128
+ f1_micro: 0.6123
129
+ precision_macro: 0.4934
130
+ recall_macro: 0.7057
131
+ max_p: 0.9999
132
+ avg_truth_p: 0.8348
133
+ accuracy: 0.0043
134
+ mAP: 0.5965
135
+ precision@5: 0.7056
136
+ recall@5: 0.3676
137
+ precision@10: 0.5964
138
+ recall@10: 0.5821
139
+ roc_auc_macro: 0.9403
140
+ roc_auc_micro: 0.9490
141
+ best_threshold: 0.9000
142
+ best_f1_micro: 0.6123
143
+ --------------------
144
+ Epoch 8/15
145
+ Average Training Loss: 0.4572
146
+ Validation Loss: 0.5406
147
+ f1_macro: 0.5515
148
+ f1_micro: 0.6131
149
+ precision_macro: 0.4715
150
+ recall_macro: 0.7262
151
+ max_p: 0.9999
152
+ avg_truth_p: 0.8515
153
+ accuracy: 0.0051
154
+ mAP: 0.6014
155
+ precision@5: 0.7136
156
+ recall@5: 0.3728
157
+ precision@10: 0.6022
158
+ recall@10: 0.5872
159
+ roc_auc_macro: 0.9407
160
+ roc_auc_micro: 0.9490
161
+ best_threshold: 0.9000
162
+ best_f1_micro: 0.6131
163
+ --------------------
164
+ Epoch 9/15
165
+ Average Training Loss: 0.4437
166
+ Validation Loss: 0.5215
167
+ f1_macro: 0.5666
168
+ f1_micro: 0.6211
169
+ precision_macro: 0.5044
170
+ recall_macro: 0.7027
171
+ max_p: 1.0000
172
+ avg_truth_p: 0.8332
173
+ accuracy: 0.0064
174
+ mAP: 0.6056
175
+ precision@5: 0.7152
176
+ recall@5: 0.3736
177
+ precision@10: 0.6051
178
+ recall@10: 0.5909
179
+ roc_auc_macro: 0.9421
180
+ roc_auc_micro: 0.9516
181
+ best_threshold: 0.9000
182
+ best_f1_micro: 0.6211
183
+ --------------------
184
+ Epoch 10/15
185
+ Average Training Loss: 0.4335
186
+ Validation Loss: 0.5283
187
+ f1_macro: 0.5578
188
+ f1_micro: 0.6131
189
+ precision_macro: 0.4849
190
+ recall_macro: 0.7206
191
+ max_p: 1.0000
192
+ avg_truth_p: 0.8411
193
+ accuracy: 0.0062
194
+ mAP: 0.6035
195
+ precision@5: 0.7073
196
+ recall@5: 0.3683
197
+ precision@10: 0.5984
198
+ recall@10: 0.5832
199
+ roc_auc_macro: 0.9416
200
+ roc_auc_micro: 0.9501
201
+ best_threshold: 0.9000
202
+ best_f1_micro: 0.6131
203
+ --------------------
204
+ Epoch 11/15
205
+ Average Training Loss: 0.4247
206
+ Validation Loss: 0.5368
207
+ f1_macro: 0.5653
208
+ f1_micro: 0.6245
209
+ precision_macro: 0.4909
210
+ recall_macro: 0.7237
211
+ max_p: 1.0000
212
+ avg_truth_p: 0.8451
213
+ accuracy: 0.0067
214
+ mAP: 0.6099
215
+ precision@5: 0.7209
216
+ recall@5: 0.3774
217
+ precision@10: 0.6096
218
+ recall@10: 0.5948
219
+ roc_auc_macro: 0.9417
220
+ roc_auc_micro: 0.9506
221
+ best_threshold: 0.9000
222
+ best_f1_micro: 0.6245
223
+ --------------------
224
+ Epoch 12/15
225
+ Average Training Loss: 0.4176
226
+ Validation Loss: 0.5306
227
+ f1_macro: 0.5672
228
+ f1_micro: 0.6251
229
+ precision_macro: 0.4952
230
+ recall_macro: 0.7190
231
+ max_p: 1.0000
232
+ avg_truth_p: 0.8424
233
+ accuracy: 0.0060
234
+ mAP: 0.6095
235
+ precision@5: 0.7198
236
+ recall@5: 0.3764
237
+ precision@10: 0.6104
238
+ recall@10: 0.5948
239
+ roc_auc_macro: 0.9419
240
+ roc_auc_micro: 0.9513
241
+ best_threshold: 0.9000
242
+ best_f1_micro: 0.6251
243
+ --------------------
244
+ Epoch 13/15
245
+ Average Training Loss: 0.4108
246
+ Validation Loss: 0.5334
247
+ f1_macro: 0.5730
248
+ f1_micro: 0.6283
249
+ precision_macro: 0.5033
250
+ recall_macro: 0.7167
251
+ max_p: 1.0000
252
+ avg_truth_p: 0.8394
253
+ accuracy: 0.0064
254
+ mAP: 0.6131
255
+ precision@5: 0.7250
256
+ recall@5: 0.3798
257
+ precision@10: 0.6132
258
+ recall@10: 0.5981
259
+ roc_auc_macro: 0.9421
260
+ roc_auc_micro: 0.9520
261
+ best_threshold: 0.9000
262
+ best_f1_micro: 0.6283
263
+ --------------------
264
+ Epoch 14/15
265
+ Average Training Loss: 0.4058
266
+ Validation Loss: 0.5336
267
+ f1_macro: 0.5737
268
+ f1_micro: 0.6291
269
+ precision_macro: 0.5043
270
+ recall_macro: 0.7152
271
+ max_p: 1.0000
272
+ avg_truth_p: 0.8383
273
+ accuracy: 0.0065
274
+ mAP: 0.6129
275
+ precision@5: 0.7240
276
+ recall@5: 0.3790
277
+ precision@10: 0.6133
278
+ recall@10: 0.5976
279
+ roc_auc_macro: 0.9420
280
+ roc_auc_micro: 0.9519
281
+ best_threshold: 0.9000
282
+ best_f1_micro: 0.6291
283
+ --------------------
284
+ Epoch 15/15
285
+ Average Training Loss: 0.4024
286
+ Validation Loss: 0.5322
287
+ f1_macro: 0.5729
288
+ f1_micro: 0.6282
289
+ precision_macro: 0.5033
290
+ recall_macro: 0.7158
291
+ max_p: 1.0000
292
+ avg_truth_p: 0.8387
293
+ accuracy: 0.0068
294
+ mAP: 0.6132
295
+ precision@5: 0.7242
296
+ recall@5: 0.3786
297
+ precision@10: 0.6128
298
+ recall@10: 0.5973
299
+ roc_auc_macro: 0.9422
300
+ roc_auc_micro: 0.9521
301
+ best_threshold: 0.9000
302
+ best_f1_micro: 0.6282
303
+ --------------------
diagnosis_run_900_202_plmicd/vocab.json ADDED
The diff for this file is too large to render. See raw diff