keonju commited on
Commit
313ccc7
1 Parent(s): 2abfdcd

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,13 +1,13 @@
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",
@@ -21,6 +21,7 @@
21
  "9": "TMM_DRUG"
22
  },
23
  "initializer_range": 0.02,
 
24
  "label2id": {
25
  "AF_TRANSPORT": 4,
26
  "FD_MEDICINE": 2,
@@ -33,17 +34,16 @@
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
  }
 
1
  {
2
+ "_name_or_path": "klue/bert-base",
 
3
  "architectures": [
4
+ "BertForTokenClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
  "id2label": {
12
  "0": "O",
13
  "1": "PS_NAME",
 
21
  "9": "TMM_DRUG"
22
  },
23
  "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
  "label2id": {
26
  "AF_TRANSPORT": 4,
27
  "FD_MEDICINE": 2,
 
34
  "TM_CELL_TISSUE_ORGAN": 8,
35
  "TR_MEDICINE": 3
36
  },
37
+ "layer_norm_eps": 1e-12,
38
  "max_position_embeddings": 512,
39
+ "model_type": "bert",
40
+ "num_attention_heads": 12,
41
+ "num_hidden_layers": 12,
 
42
  "pad_token_id": 0,
43
+ "position_embedding_type": "absolute",
 
 
 
44
  "torch_dtype": "float32",
45
  "transformers_version": "4.26.0",
46
+ "type_vocab_size": 2,
47
+ "use_cache": true,
48
+ "vocab_size": 32000
49
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0b2884df3b8ce230961c63dfaf0bb4f1f182af4189582cfbc194759d1d47896f
3
- size 539001893
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32a7c003b6939fd210716a745507c09201d0744dd169086152bec4450da812bc
3
+ size 440209901
runs/Feb05_13-13-26_f90569e33242/1675602813.5488987/events.out.tfevents.1675602813.f90569e33242.954.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a36460f76119d5d6d62207a74e7c05984809e59b458d55da5e7a3b0b83ec3320
3
+ size 5670
runs/Feb05_13-13-26_f90569e33242/events.out.tfevents.1675602813.f90569e33242.954.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dff193c9f7dc289ca8e9c87b59c7de973f9781fbae9fd44060ccb0363e769155
3
+ size 5674
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,14 +1,16 @@
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
  }
 
1
  {
2
  "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
  "do_lower_case": false,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
7
+ "name_or_path": "klue/bert-base",
8
+ "never_split": null,
9
  "pad_token": "[PAD]",
10
  "sep_token": "[SEP]",
11
+ "special_tokens_map_file": "/root/.cache/huggingface/hub/models--klue--bert-base/snapshots/34b965303f98bc5214daca7f76b7fb82d2dc6183/special_tokens_map.json",
12
  "strip_accents": null,
13
  "tokenize_chinese_chars": true,
14
+ "tokenizer_class": "BertTokenizer",
15
  "unk_token": "[UNK]"
16
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6451572d40257703ac43d68573be6fef13bbfb03ff42aef8b0403f30a7290b11
3
  size 3515
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b42b0705c11e24b71749a3dbc06201c63732ed9f4f4c821927baeab6a0072c57
3
  size 3515
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff