Doohae commited on
Commit
6ecaa2c
1 Parent(s): 95d5846

bart kor checkpoint-620k

Browse files
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "gelu",
4
+ "architectures": [
5
+ "BartForConditionalGeneration"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": 0.0,
10
+ "d_model": 512,
11
+ "decoder_attention_heads": 8,
12
+ "decoder_ffn_dim": 1024,
13
+ "decoder_layerdrop": 0.0,
14
+ "decoder_layers": 8,
15
+ "decoder_start_token_id": 2,
16
+ "dropout": 0.1,
17
+ "encoder_attention_heads": 8,
18
+ "encoder_ffn_dim": 1024,
19
+ "encoder_layerdrop": 0.0,
20
+ "encoder_layers": 8,
21
+ "eos_token_id": 2,
22
+ "forced_eos_token_id": 2,
23
+ "id2label": {
24
+ "0": "LABEL_0",
25
+ "1": "LABEL_1",
26
+ "2": "LABEL_2"
27
+ },
28
+ "init_std": 0.02,
29
+ "is_encoder_decoder": true,
30
+ "label2id": {
31
+ "LABEL_0": 0,
32
+ "LABEL_1": 1,
33
+ "LABEL_2": 2
34
+ },
35
+ "layer_norm_eps": 1e-05,
36
+ "max_position_embeddings": 512,
37
+ "model_type": "bart",
38
+ "num_hidden_layers": 8,
39
+ "pad_token_id": 1,
40
+ "scale_embedding": false,
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.13.0",
43
+ "type_vocab_size": 1,
44
+ "use_cache": true,
45
+ "vocab_size": 32000
46
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96335947ec568242aeb3d2fc5f2263581075d8b084e169ce39031efb5bc92fe0
3
+ size 471951525
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d3a997c1ec819e9d28af965e985da4563e4c0abab0a8eaac682bc478b72fbe4
3
+ size 432726731
rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ff39d75f26aaa5c9d0dcc81845b2e8efc4c11fc911a1d91e1395323d9ee042f
3
+ size 13547
rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ff39d75f26aaa5c9d0dcc81845b2e8efc4c11fc911a1d91e1395323d9ee042f
3
+ size 13547
rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ff39d75f26aaa5c9d0dcc81845b2e8efc4c11fc911a1d91e1395323d9ee042f
3
+ size 13547
rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ff39d75f26aaa5c9d0dcc81845b2e8efc4c11fc911a1d91e1395323d9ee042f
3
+ size 13547
rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ff39d75f26aaa5c9d0dcc81845b2e8efc4c11fc911a1d91e1395323d9ee042f
3
+ size 13547
rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ff39d75f26aaa5c9d0dcc81845b2e8efc4c11fc911a1d91e1395323d9ee042f
3
+ size 13547
rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ff39d75f26aaa5c9d0dcc81845b2e8efc4c11fc911a1d91e1395323d9ee042f
3
+ size 13547
rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ff39d75f26aaa5c9d0dcc81845b2e8efc4c11fc911a1d91e1395323d9ee042f
3
+ size 13547
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cfb3c3e3592ae2a1fe64aff53b43a0d18b92b8221becef70fc935e5ffdfd6e9
3
+ size 623
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "<unk>", "bos_token": "<s>", "eos_token": "</s>", "add_prefix_space": false, "errors": "replace", "sep_token": "</s>", "cls_token": "<s>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false, "__type": "AddedToken"}, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "datasets/bart", "tokenizer_class": "BartTokenizer"}
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:798cadc83ebc132b6e325f97830a74efdd6e851a6d4100362cf8430e7c0dc1b2
3
+ size 2927
vocab.json ADDED
The diff for this file is too large to render. See raw diff