naem1023 commited on
Commit
ea5d57d
1 Parent(s): a2c469a

Model save

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "naem1023-bart-v2-x",
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:a03e4d57478a6c8a4fd5d30b6f05f804596e2afb554a17a0cd7602e354c66087
3
- size 495642553
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d478abf47e3249bc0907d568225476c5fcc46f59448a8f7a43f61375ac9bb909
3
+ size 495646265
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3bc9f61f664c813966468bbae2727ab217a30c71a303b2901c409f8daf632b4
3
- size 1049435
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8c41b020e10a20d307280e649814c86100e7729891a9cd3826d9cd935a51928
3
+ size 1049608
tokenizer_config.json CHANGED
@@ -1,5 +1,9 @@
1
  {
2
- "name_or_path": "naem1023-bart-v2-x",
3
- "special_tokens_map_file": "/home/ubuntu/.cache/huggingface/transformers/a87d2ed77831bb40ce806a97c04126addf5ecc82b3e23ecf916b2a4acdb9c29a.c23d5e62137984cf842a885705037b25b156747d145406702932d5f5d5e7c88e",
 
 
 
 
4
  "tokenizer_class": "PreTrainedTokenizerFast"
5
  }
 
1
  {
2
+ "model_input_names": [
3
+ "input_ids",
4
+ "attention_mask"
5
+ ],
6
+ "name_or_path": "hyunwoongko/kobart",
7
+ "special_tokens_map_file": "/root/.cache/huggingface/transformers/a87d2ed77831bb40ce806a97c04126addf5ecc82b3e23ecf916b2a4acdb9c29a.c23d5e62137984cf842a885705037b25b156747d145406702932d5f5d5e7c88e",
8
  "tokenizer_class": "PreTrainedTokenizerFast"
9
  }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e79b263f250505ef8fb7a00eec7ab8f5d096dd04bd504b62cae7b8a0770b02b
3
+ size 3503