Unggi commited on
Commit
de23040
1 Parent(s): b3f5d49

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "gogamza/kobart-base-v2",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "add_bias_logits": false,
 
1
  {
2
+ "_name_or_path": "hyunwoongko/kobart",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "add_bias_logits": false,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f8b8fafaecfd22647aec83ceec6242c71a45bb342d418ef4d1c1b9827a85666
3
  size 495648413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffa04abf927d482fe5edef711a848ae209a3065ea2eb2713da277e723756f128
3
  size 495648413
special_tokens_map.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "bos_token": "</s>",
3
  "eos_token": "</s>",
4
  "mask_token": "<mask>",
5
  "pad_token": "<pad>",
 
1
  {
2
+ "bos_token": "<s>",
3
  "eos_token": "</s>",
4
  "mask_token": "<mask>",
5
  "pad_token": "<pad>",
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e2aa1fd7ae83295f9cb17b6af35f888da2ee58d021a7f9750856a574fba96fe
3
- size 1049628
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c5d25760d1d7b98ba06496e76e94d5739c800cd8f10239e4b917d00a177d889
3
+ size 1049801
tokenizer_config.json CHANGED
@@ -1,5 +1,9 @@
1
  {
2
  "clean_up_tokenization_spaces": true,
 
 
 
 
3
  "model_max_length": 1000000000000000019884624838656,
4
  "tokenizer_class": "PreTrainedTokenizerFast"
5
  }
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
+ "model_input_names": [
4
+ "input_ids",
5
+ "attention_mask"
6
+ ],
7
  "model_max_length": 1000000000000000019884624838656,
8
  "tokenizer_class": "PreTrainedTokenizerFast"
9
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6e1526bfa4785e1584307185a124f65084e0ced2970ce0ca1896ee9376bceec
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:800f8ff2e05ca8521f2ab1c9533b92dc257b2a8462a64c3f39ab8e94e6a09d60
3
  size 4091