Unggi commited on
Commit
51485dd
1 Parent(s): 4f9333a

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "hyunwoongko/kobart",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "add_bias_logits": false,
 
1
  {
2
+ "_name_or_path": "gogamza/kobart-base-v2",
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:5fd36f5546e73a0c48c8c6e60490a8c11b1d4009e4567117488df03973cdecd6
3
  size 495648413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c75c3b267af8f4ed6e1935d08e1042c0b664089dbc3cc16a7272ae3c3c8242b8
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:0c5d25760d1d7b98ba06496e76e94d5739c800cd8f10239e4b917d00a177d889
3
- size 1049801
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e2aa1fd7ae83295f9cb17b6af35f888da2ee58d021a7f9750856a574fba96fe
3
+ size 1049628
tokenizer_config.json CHANGED
@@ -1,9 +1,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
  }
 
1
  {
2
  "clean_up_tokenization_spaces": true,
 
 
 
 
3
  "model_max_length": 1000000000000000019884624838656,
4
  "tokenizer_class": "PreTrainedTokenizerFast"
5
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3550dce9375f379aa28e712342fa69e0cb18f07e776d0cda072062161991f2d2
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29d5ae1c8d3f375a755d0e2df1687b8c9b5cc7a90fe325b30ea0fda62c47e91c
3
  size 4091