jujbob commited on
Commit
a2d342e
1 Parent(s): f45f317

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,11 +1,10 @@
1
  {
2
- "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
- "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
@@ -1194,5 +1193,5 @@
1194
  "transformers_version": "4.28.0",
1195
  "type_vocab_size": 2,
1196
  "use_cache": true,
1197
- "vocab_size": 28996
1198
  }
 
1
  {
2
+ "_name_or_path": "snunlp/KR-BERT-char16424",
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,
 
1193
  "transformers_version": "4.28.0",
1194
  "type_vocab_size": 2,
1195
  "use_cache": true,
1196
+ "vocab_size": 16424
1197
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a467ebffe000dc2fa19c1cba7ece8eb3d06f593a8a12f605737c462859f45019
3
- size 432747245
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eebb8cc8e34b2106423292abd28d661a9a4625dc406606882264e30049bc0946
3
+ size 394126061
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,9 +1,11 @@
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
 
4
  "do_lower_case": false,
5
  "mask_token": "[MASK]",
6
- "model_max_length": 512,
 
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "strip_accents": null,
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
  "do_lower_case": false,
6
  "mask_token": "[MASK]",
7
+ "model_max_length": 1000000000000000019884624838656,
8
+ "never_split": null,
9
  "pad_token": "[PAD]",
10
  "sep_token": "[SEP]",
11
  "strip_accents": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5bd1375cee89e94d84cb94373d61c855e489582cd2875b4ceec57454fc168537
3
  size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d7237efcd25a52192b7b02d9e45af66d9cbee4f5f779ba7ea387ac9ad56daaf
3
  size 3579
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff