Unggi commited on
Commit
46ae853
1 Parent(s): eb69d84

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,
@@ -9,7 +9,7 @@
9
  ],
10
  "attention_dropout": 0.0,
11
  "author": "Heewon Jeon(madjakarta@gmail.com)",
12
- "bos_token_id": 1,
13
  "classif_dropout": 0.1,
14
  "classifier_dropout": 0.1,
15
  "d_model": 768,
@@ -35,7 +35,7 @@
35
  },
36
  "init_std": 0.02,
37
  "is_encoder_decoder": true,
38
- "kobart_version": 2.0,
39
  "label2id": {
40
  "NEGATIVE": 0,
41
  "POSITIVE": 1
 
1
  {
2
+ "_name_or_path": "gogamza/kobart-base-v1",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "add_bias_logits": false,
 
9
  ],
10
  "attention_dropout": 0.0,
11
  "author": "Heewon Jeon(madjakarta@gmail.com)",
12
+ "bos_token_id": 0,
13
  "classif_dropout": 0.1,
14
  "classifier_dropout": 0.1,
15
  "d_model": 768,
 
35
  },
36
  "init_std": 0.02,
37
  "is_encoder_decoder": true,
38
+ "kobart_version": 1.0,
39
  "label2id": {
40
  "NEGATIVE": 0,
41
  "POSITIVE": 1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac777577dfd2057f66cc347216ef077bb88205af2a3c58ccc2afb5926359659c
3
  size 495648413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d3960672c04e0132b5aa8bb4e50b0c1fd0b5f4d69a6a83effdb3f550a03589c
3
  size 495648413
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:e6b03ab3a2bf74831de7453bee1146aa8d37b363c954a91085d0d2fe7c3af191
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69d5439e8e3dac34b768b896856730cf0ebc502b2b3e8f2527310146474dd30f
3
  size 4091