keonju commited on
Commit
8a22c02
1 Parent(s): f92197e

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-multilingual-cased",
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": "PS_NAME",
14
+ "2": "FD_MEDICINE",
15
+ "3": "TR_MEDICINE",
16
+ "4": "AF_TRANSPORT",
17
+ "5": "OGG_MEDICINE",
18
+ "6": "LCP_COUNTRY",
19
+ "7": "TMM_DISEASE",
20
+ "8": "TM_CELL_TISSUE_ORGAN",
21
+ "9": "TMM_DRUG"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "label2id": {
25
+ "AF_TRANSPORT": 4,
26
+ "FD_MEDICINE": 2,
27
+ "LCP_COUNTRY": 6,
28
+ "O": 0,
29
+ "OGG_MEDICINE": 5,
30
+ "PS_NAME": 1,
31
+ "TMM_DISEASE": 7,
32
+ "TMM_DRUG": 9,
33
+ "TM_CELL_TISSUE_ORGAN": 8,
34
+ "TR_MEDICINE": 3
35
+ },
36
+ "max_position_embeddings": 512,
37
+ "model_type": "distilbert",
38
+ "n_heads": 12,
39
+ "n_layers": 6,
40
+ "output_past": true,
41
+ "pad_token_id": 0,
42
+ "qa_dropout": 0.1,
43
+ "seq_classif_dropout": 0.2,
44
+ "sinusoidal_pos_embds": false,
45
+ "tie_weights_": true,
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.26.0",
48
+ "vocab_size": 119547
49
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb69033d0369ad79af018ceec2dbe01754c286dcd15ad3ea4c899bca388ac9d6
3
+ size 539001893
runs/Feb05_10-19-36_f90569e33242/1675592392.4033148/events.out.tfevents.1675592392.f90569e33242.954.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dc102186f41065baec0a3a8fe474635ee08811fb15a402c97fd09d36efaec92
3
+ size 5670
runs/Feb05_10-19-36_f90569e33242/events.out.tfevents.1675592392.f90569e33242.954.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89154375abd641a37a35856f77789e0ca97919f796ab1438f24f828ed83fa549
3
+ size 7205
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": false,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-multilingual-cased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7aa5f5dcf68a5a90f881f106b3defdab77fea168a153e1989e1de75696e66d03
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff