chineidu commited on
Commit
988e15e
·
verified ·
1 Parent(s): cb54633

Training in progress, step 243

Browse files
config.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dslim/distilbert-NER",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForTokenClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "B-PERSON",
14
+ "2": "I-PERSON",
15
+ "3": "B-NORP",
16
+ "4": "I-NORP",
17
+ "5": "B-FAC",
18
+ "6": "I-FAC",
19
+ "7": "B-ORG",
20
+ "8": "I-ORG",
21
+ "9": "B-GPE",
22
+ "10": "I-GPE",
23
+ "11": "B-LOC",
24
+ "12": "I-LOC",
25
+ "13": "B-PRODUCT",
26
+ "14": "I-PRODUCT",
27
+ "15": "B-DATE",
28
+ "16": "I-DATE",
29
+ "17": "B-TIME",
30
+ "18": "I-TIME",
31
+ "19": "B-PERCENT",
32
+ "20": "I-PERCENT",
33
+ "21": "B-MONEY",
34
+ "22": "I-MONEY",
35
+ "23": "B-QUANTITY",
36
+ "24": "I-QUANTITY",
37
+ "25": "B-ORDINAL",
38
+ "26": "I-ORDINAL",
39
+ "27": "B-CARDINAL",
40
+ "28": "I-CARDINAL",
41
+ "29": "B-EVENT",
42
+ "30": "I-EVENT",
43
+ "31": "B-WORK_OF_ART",
44
+ "32": "I-WORK_OF_ART",
45
+ "33": "B-LAW",
46
+ "34": "I-LAW",
47
+ "35": "B-LANGUAGE",
48
+ "36": "I-LANGUAGE"
49
+ },
50
+ "initializer_range": 0.02,
51
+ "label2id": {
52
+ "B-CARDINAL": 27,
53
+ "B-DATE": 15,
54
+ "B-EVENT": 29,
55
+ "B-FAC": 5,
56
+ "B-GPE": 9,
57
+ "B-LANGUAGE": 35,
58
+ "B-LAW": 33,
59
+ "B-LOC": 11,
60
+ "B-MONEY": 21,
61
+ "B-NORP": 3,
62
+ "B-ORDINAL": 25,
63
+ "B-ORG": 7,
64
+ "B-PERCENT": 19,
65
+ "B-PERSON": 1,
66
+ "B-PRODUCT": 13,
67
+ "B-QUANTITY": 23,
68
+ "B-TIME": 17,
69
+ "B-WORK_OF_ART": 31,
70
+ "I-CARDINAL": 28,
71
+ "I-DATE": 16,
72
+ "I-EVENT": 30,
73
+ "I-FAC": 6,
74
+ "I-GPE": 10,
75
+ "I-LANGUAGE": 36,
76
+ "I-LAW": 34,
77
+ "I-LOC": 12,
78
+ "I-MONEY": 22,
79
+ "I-NORP": 4,
80
+ "I-ORDINAL": 26,
81
+ "I-ORG": 8,
82
+ "I-PERCENT": 20,
83
+ "I-PERSON": 2,
84
+ "I-PRODUCT": 14,
85
+ "I-QUANTITY": 24,
86
+ "I-TIME": 18,
87
+ "I-WORK_OF_ART": 32,
88
+ "O": 0
89
+ },
90
+ "max_position_embeddings": 512,
91
+ "model_type": "distilbert",
92
+ "n_heads": 12,
93
+ "n_layers": 6,
94
+ "output_past": true,
95
+ "pad_token_id": 0,
96
+ "qa_dropout": 0.1,
97
+ "seq_classif_dropout": 0.2,
98
+ "sinusoidal_pos_embds": false,
99
+ "tie_weights_": true,
100
+ "torch_dtype": "float32",
101
+ "transformers_version": "4.42.4",
102
+ "vocab_size": 28996
103
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caff9a402256fc6d4b58d999f8f670e9391cad778e7a89fdaaa44666fd6f4f54
3
+ size 260889308
runs/Aug31_23-51-05_d0b0eca3538a/events.out.tfevents.1725148274.d0b0eca3538a.13189.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e6ee3ffcc4260f33a8a0a5c3d5968999da234836184385e942f2fa2e8fc2d6b
3
+ size 7598
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
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
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
+ "mask_token": "[MASK]",
48
+ "max_length": 512,
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "stride": 0,
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "DistilBertTokenizer",
56
+ "truncation_side": "right",
57
+ "truncation_strategy": "longest_first",
58
+ "unk_token": "[UNK]"
59
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33cbbe348b8eeed82f5a3452848de9008db243de8fe0f1f93ad8dcdc1e4472f6
3
+ size 5176
vocab.txt ADDED
The diff for this file is too large to render. See raw diff