monideep2255 commited on
Commit
898e8fd
·
1 Parent(s): 41ec2d4

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/bart-base",
3
+ "activation_dropout": 0.1,
4
+ "activation_function": "gelu",
5
+ "add_bias_logits": false,
6
+ "add_final_layer_norm": false,
7
+ "architectures": [
8
+ "BartForConditionalGeneration"
9
+ ],
10
+ "attention_dropout": 0.1,
11
+ "bos_token_id": 0,
12
+ "classif_dropout": 0.1,
13
+ "classifier_dropout": 0.0,
14
+ "d_model": 768,
15
+ "decoder_attention_heads": 12,
16
+ "decoder_ffn_dim": 3072,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 6,
19
+ "decoder_start_token_id": 2,
20
+ "dropout": 0.1,
21
+ "early_stopping": true,
22
+ "encoder_attention_heads": 12,
23
+ "encoder_ffn_dim": 3072,
24
+ "encoder_layerdrop": 0.0,
25
+ "encoder_layers": 6,
26
+ "eos_token_id": 2,
27
+ "forced_bos_token_id": 0,
28
+ "forced_eos_token_id": 2,
29
+ "gradient_checkpointing": false,
30
+ "id2label": {
31
+ "0": "LABEL_0",
32
+ "1": "LABEL_1",
33
+ "2": "LABEL_2"
34
+ },
35
+ "init_std": 0.02,
36
+ "is_encoder_decoder": true,
37
+ "label2id": {
38
+ "LABEL_0": 0,
39
+ "LABEL_1": 1,
40
+ "LABEL_2": 2
41
+ },
42
+ "max_position_embeddings": 1024,
43
+ "model_type": "bart",
44
+ "no_repeat_ngram_size": 3,
45
+ "normalize_before": false,
46
+ "normalize_embedding": true,
47
+ "num_beams": 4,
48
+ "num_hidden_layers": 6,
49
+ "pad_token_id": 1,
50
+ "scale_embedding": false,
51
+ "task_specific_params": {
52
+ "summarization": {
53
+ "length_penalty": 1.0,
54
+ "max_length": 128,
55
+ "min_length": 12,
56
+ "num_beams": 4
57
+ },
58
+ "summarization_cnn": {
59
+ "length_penalty": 2.0,
60
+ "max_length": 142,
61
+ "min_length": 56,
62
+ "num_beams": 4
63
+ },
64
+ "summarization_xsum": {
65
+ "length_penalty": 1.0,
66
+ "max_length": 62,
67
+ "min_length": 11,
68
+ "num_beams": 6
69
+ }
70
+ },
71
+ "torch_dtype": "float32",
72
+ "transformers_version": "4.28.0",
73
+ "use_cache": true,
74
+ "vocab_size": 50265
75
+ }
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:2970231a9027a44beef448bf9e4cf0df6147aa2d209ba959d24c06e237de0d58
3
+ size 557971229
runs/Jun10_17-36-02_9f3aab1a5c22/1686418617.4749777/events.out.tfevents.1686418617.9f3aab1a5c22.1092.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b1cd7590b2211e679426877658c756b2002bc3b2bc8af81fa1b6403c9d10fb8
3
+ size 6166
runs/Jun10_17-36-02_9f3aab1a5c22/events.out.tfevents.1686418617.9f3aab1a5c22.1092.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:421655ff029dff1cb241e2dda3fc83b5ef15d3221a0f16f9c7cafc990199af14
3
+ size 5232
runs/Jun10_18-01-53_9f3aab1a5c22/1686420313.7758768/events.out.tfevents.1686420313.9f3aab1a5c22.1092.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f18f4029d54f3a2ed1305a77f84abf0c098f9ab24547f97b7abfa80895f6f7d
3
+ size 6166
runs/Jun10_18-01-53_9f3aab1a5c22/events.out.tfevents.1686420313.9f3aab1a5c22.1092.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86f7df075bd38993a6486c67d6aa7fe450ae6795df7ae48e2c52fd6049d9d17a
3
+ size 5232
runs/Jun10_18-08-13_9f3aab1a5c22/1686420517.8890958/events.out.tfevents.1686420517.9f3aab1a5c22.1092.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11ecc4940203dcdac6226e834e19688aff2141e09cc940db1250744339ef6f0c
3
+ size 6166
runs/Jun10_18-08-13_9f3aab1a5c22/events.out.tfevents.1686420517.9f3aab1a5c22.1092.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7196ca9a027dadb6f4799707ff30211e28054df93d4335efd153a04b5cc0b902
3
+ size 5232
runs/Jun10_18-09-45_9f3aab1a5c22/1686420626.7875597/events.out.tfevents.1686420626.9f3aab1a5c22.1092.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5b845827cdf8747e1a7223462f0b7b6ccb09741ef5e9aae66787ea4ec8b3e62
3
+ size 6166
runs/Jun10_18-09-45_9f3aab1a5c22/events.out.tfevents.1686420626.9f3aab1a5c22.1092.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97ef8e80e9f8d05bb8c0b808a9a8a687700a071db7ec54bf405e272aab105267
3
+ size 5232
runs/Jun10_18-21-27_9f3aab1a5c22/1686421326.6574454/events.out.tfevents.1686421326.9f3aab1a5c22.1092.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4347380b2d13b87034b08311f875cc168a9ed4e2ce3e4101137432c53211bf9d
3
+ size 6166
runs/Jun10_18-21-27_9f3aab1a5c22/events.out.tfevents.1686421326.9f3aab1a5c22.1092.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8e54d1073fe3a9026acee281843ea3564a33950790e941ac70e98984f63c97d
3
+ size 5232
runs/Jun10_18-23-22_9f3aab1a5c22/1686421417.5003088/events.out.tfevents.1686421417.9f3aab1a5c22.1092.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df7f0f3ecbb7c12135745a0967ec1162a9fda8cf76c7dc3618a983f9383a4fe8
3
+ size 6166
runs/Jun10_18-23-22_9f3aab1a5c22/events.out.tfevents.1686421417.9f3aab1a5c22.1092.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02e80085330e1f3fde4b37f319c3054bec467b831e84bc624ba5c66d216d063f
3
+ size 5660
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<s>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "cls_token": "<s>",
6
+ "eos_token": "</s>",
7
+ "errors": "replace",
8
+ "mask_token": "<mask>",
9
+ "model_max_length": 1024,
10
+ "pad_token": "<pad>",
11
+ "sep_token": "</s>",
12
+ "tokenizer_class": "BartTokenizer",
13
+ "trim_offsets": true,
14
+ "unk_token": "<unk>"
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4640a4f8ff302c76ed407ac9baf7c6e70e94e81f8aa435523f639d74fd49864c
3
+ size 3771
vocab.json ADDED
The diff for this file is too large to render. See raw diff