dd3434 commited on
Commit
dc9077c
·
verified ·
1 Parent(s): 48d8265

Training in progress, step 100

Browse files
config.json CHANGED
@@ -1,10 +1,11 @@
1
  {
2
- "_name_or_path": "hun3359/klue-bert-base-sentiment",
3
  "architectures": [
4
  "BertForSequenceClassification"
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,
@@ -32,5 +33,5 @@
32
  "transformers_version": "4.32.0",
33
  "type_vocab_size": 2,
34
  "use_cache": true,
35
- "vocab_size": 32000
36
  }
 
1
  {
2
+ "_name_or_path": "snunlp/KR-FinBert-SC",
3
  "architectures": [
4
  "BertForSequenceClassification"
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,
 
33
  "transformers_version": "4.32.0",
34
  "type_vocab_size": 2,
35
  "use_cache": true,
36
+ "vocab_size": 20000
37
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dd778a911a4004d9c25301f0a2013463203b3dee4346b4f622785321b32d01b5
3
- size 442547438
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4083a276a733f82b1829725c8838a30b5bd26b4eb77eed0259c06f3c31f2c291
3
+ size 405683438
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -4,8 +4,8 @@
4
  "do_basic_tokenize": true,
5
  "do_lower_case": false,
6
  "mask_token": "[MASK]",
7
- "max_length": 512,
8
- "model_max_length": 512,
9
  "never_split": null,
10
  "pad_to_multiple_of": null,
11
  "pad_token": "[PAD]",
 
4
  "do_basic_tokenize": true,
5
  "do_lower_case": false,
6
  "mask_token": "[MASK]",
7
+ "max_length": 300,
8
+ "model_max_length": 1000000000000000019884624838656,
9
  "never_split": null,
10
  "pad_to_multiple_of": null,
11
  "pad_token": "[PAD]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:34ad3e047ea47207321d467d587f7b58bdfabf7faf2405d1921d363d55ec62bf
3
  size 4472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38fb592e1cbd894a5083df9bfe9b3afb55aeb0f3082f280b4e3ab0e28842acb0
3
  size 4472
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff