SuratanBoonpong commited on
Commit
f1602d5
·
verified ·
1 Parent(s): b0ea9a7

Training in progress, epoch 1

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 250101
3
+ }
config.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/mdeberta-v3-base",
3
+ "architectures": [
4
+ "DebertaV2ForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "O",
12
+ "1": "B_BRN",
13
+ "2": "B_DES",
14
+ "3": "B_DTM",
15
+ "4": "B_LOC",
16
+ "5": "B_MEA",
17
+ "6": "B_NUM",
18
+ "7": "B_ORG",
19
+ "8": "B_PER",
20
+ "9": "B_TRM",
21
+ "10": "B_TTL",
22
+ "11": "I_BRN",
23
+ "12": "I_DES",
24
+ "13": "I_DTM",
25
+ "14": "I_LOC",
26
+ "15": "I_MEA",
27
+ "16": "I_NUM",
28
+ "17": "I_ORG",
29
+ "18": "I_PER",
30
+ "19": "I_TRM",
31
+ "20": "I_TTL",
32
+ "21": "E_BRN",
33
+ "22": "E_DES",
34
+ "23": "E_DTM",
35
+ "24": "E_LOC",
36
+ "25": "E_MEA",
37
+ "26": "E_NUM",
38
+ "27": "E_ORG",
39
+ "28": "E_PER",
40
+ "29": "E_TRM",
41
+ "30": "E_TTL"
42
+ },
43
+ "initializer_range": 0.02,
44
+ "intermediate_size": 3072,
45
+ "label2id": {
46
+ "B_BRN": 1,
47
+ "B_DES": 2,
48
+ "B_DTM": 3,
49
+ "B_LOC": 4,
50
+ "B_MEA": 5,
51
+ "B_NUM": 6,
52
+ "B_ORG": 7,
53
+ "B_PER": 8,
54
+ "B_TRM": 9,
55
+ "B_TTL": 10,
56
+ "E_BRN": 21,
57
+ "E_DES": 22,
58
+ "E_DTM": 23,
59
+ "E_LOC": 24,
60
+ "E_MEA": 25,
61
+ "E_NUM": 26,
62
+ "E_ORG": 27,
63
+ "E_PER": 28,
64
+ "E_TRM": 29,
65
+ "E_TTL": 30,
66
+ "I_BRN": 11,
67
+ "I_DES": 12,
68
+ "I_DTM": 13,
69
+ "I_LOC": 14,
70
+ "I_MEA": 15,
71
+ "I_NUM": 16,
72
+ "I_ORG": 17,
73
+ "I_PER": 18,
74
+ "I_TRM": 19,
75
+ "I_TTL": 20,
76
+ "O": 0
77
+ },
78
+ "layer_norm_eps": 1e-07,
79
+ "max_position_embeddings": 512,
80
+ "max_relative_positions": -1,
81
+ "model_type": "deberta-v2",
82
+ "norm_rel_ebd": "layer_norm",
83
+ "num_attention_heads": 12,
84
+ "num_hidden_layers": 12,
85
+ "pad_token_id": 0,
86
+ "pooler_dropout": 0,
87
+ "pooler_hidden_act": "gelu",
88
+ "pooler_hidden_size": 768,
89
+ "pos_att_type": [
90
+ "p2c",
91
+ "c2p"
92
+ ],
93
+ "position_biased_input": false,
94
+ "position_buckets": 256,
95
+ "relative_attention": true,
96
+ "share_att_key": true,
97
+ "torch_dtype": "float32",
98
+ "transformers_version": "4.41.2",
99
+ "type_vocab_size": 0,
100
+ "vocab_size": 251000
101
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59e2e7a3e96afa3f31a73de965d9642cbacd7fe18ddc9b79d5daf41aeeac791a
3
+ size 1112994868
runs/Jun15_02-25-04_c9fbe0f11166/events.out.tfevents.1718418305.c9fbe0f11166.8123.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ed6cd9b063cf70eced1f401cf845da24d6f47b7200e08bbf726a9ba0362c1e6
3
+ size 4184
runs/Jun15_02-27-07_c9fbe0f11166/events.out.tfevents.1718418428.c9fbe0f11166.9124.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd60fa54229c1d99277aec6184c9e2eaf46c2aa4c7b8861ef1abbb01acc965cf
3
+ size 7223
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": {
9
+ "content": "[UNK]",
10
+ "lstrip": false,
11
+ "normalized": true,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ }
15
+ }
spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13c8d666d62a7bc4ac8f040aab68e942c861f93303156cc28f5c7e885d86d6e3
3
+ size 4305025
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e26ec8cd2234df8edcc6e8c207b66b3162360f9fdc46ee4526a440d0d9d0bb9
3
+ size 16331374
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[UNK]",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250101": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "[CLS]",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": false,
48
+ "eos_token": "[SEP]",
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "sp_model_kwargs": {},
54
+ "split_by_punct": false,
55
+ "tokenizer_class": "DebertaV2Tokenizer",
56
+ "unk_token": "[UNK]",
57
+ "vocab_type": "spm"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de47fc9e20a431404f2cecb277e68ef90ab126bddab7bba0429c2d5b22ea4120
3
+ size 5112