Doohae commited on
Commit
303823d
·
1 Parent(s): 6a6f912

initial commit

Browse files
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 32.52,
3
+ "train_loss": 1.2262278026428222,
4
+ "train_runtime": 587774.1428,
5
+ "train_samples": 7871340,
6
+ "train_samples_per_second": 435.541,
7
+ "train_steps_per_second": 1.701
8
+ }
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": 2048,
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": 2048,
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
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:243ada84757f610d680718ddea821acddc64e81b591afe59d47989afc22cfaef
3
+ size 499901131
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"}
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 32.52,
3
+ "train_loss": 1.2262278026428222,
4
+ "train_runtime": 587774.1428,
5
+ "train_samples": 7871340,
6
+ "train_samples_per_second": 435.541,
7
+ "train_steps_per_second": 1.701
8
+ }
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:17356ec33f12f34a4d324bc70d2c7d65cbb8a28cc3375b979eb5bd6d92a181f1
3
+ size 2927
vocab.json ADDED
The diff for this file is too large to render. See raw diff