eawang commited on
Commit
03795a5
·
1 Parent(s): 2ee5543

Training in progress, epoch 1

Browse files
Files changed (25) hide show
  1. .gitignore +1 -0
  2. config.json +72 -0
  3. merges.txt +0 -0
  4. pytorch_model.bin +3 -0
  5. runs/May01_19-57-00_722cd59b3147/1682971036.3049753/events.out.tfevents.1682971036.722cd59b3147.312.1 +3 -0
  6. runs/May01_19-57-00_722cd59b3147/events.out.tfevents.1682971036.722cd59b3147.312.0 +3 -0
  7. runs/May01_20-00-07_722cd59b3147/1682971214.0195932/events.out.tfevents.1682971214.722cd59b3147.312.3 +3 -0
  8. runs/May01_20-00-07_722cd59b3147/events.out.tfevents.1682971214.722cd59b3147.312.2 +3 -0
  9. runs/May01_20-03-43_722cd59b3147/1682971432.4831617/events.out.tfevents.1682971432.722cd59b3147.312.5 +3 -0
  10. runs/May01_20-03-43_722cd59b3147/events.out.tfevents.1682971432.722cd59b3147.312.4 +3 -0
  11. runs/May01_20-07-27_722cd59b3147/1682971655.5803287/events.out.tfevents.1682971655.722cd59b3147.312.7 +3 -0
  12. runs/May01_20-07-27_722cd59b3147/events.out.tfevents.1682971655.722cd59b3147.312.6 +3 -0
  13. runs/May01_20-31-18_722cd59b3147/1682973110.3808725/events.out.tfevents.1682973110.722cd59b3147.312.9 +3 -0
  14. runs/May01_20-31-18_722cd59b3147/1682973318.0123608/events.out.tfevents.1682973318.722cd59b3147.312.10 +3 -0
  15. runs/May01_20-31-18_722cd59b3147/events.out.tfevents.1682973110.722cd59b3147.312.8 +3 -0
  16. runs/May01_20-35-47_722cd59b3147/1682973353.3061128/events.out.tfevents.1682973353.722cd59b3147.312.12 +3 -0
  17. runs/May01_20-35-47_722cd59b3147/events.out.tfevents.1682973353.722cd59b3147.312.11 +3 -0
  18. runs/May01_20-37-54_722cd59b3147/1682973479.9617548/events.out.tfevents.1682973479.722cd59b3147.312.14 +3 -0
  19. runs/May01_20-37-54_722cd59b3147/events.out.tfevents.1682973479.722cd59b3147.312.13 +3 -0
  20. runs/May01_20-39-00_722cd59b3147/1682973545.7179058/events.out.tfevents.1682973545.722cd59b3147.312.16 +3 -0
  21. runs/May01_20-39-00_722cd59b3147/events.out.tfevents.1682973545.722cd59b3147.312.15 +3 -0
  22. special_tokens_map.json +51 -0
  23. tokenizer_config.json +63 -0
  24. training_args.bin +3 -0
  25. vocab.json +0 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "BartForSequenceClassification"
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
+ },
33
+ "init_std": 0.02,
34
+ "is_encoder_decoder": true,
35
+ "label2id": {
36
+ "LABEL_0": 0
37
+ },
38
+ "max_position_embeddings": 1024,
39
+ "model_type": "bart",
40
+ "no_repeat_ngram_size": 3,
41
+ "normalize_before": false,
42
+ "normalize_embedding": true,
43
+ "num_beams": 4,
44
+ "num_hidden_layers": 6,
45
+ "pad_token_id": 1,
46
+ "problem_type": "regression",
47
+ "scale_embedding": false,
48
+ "task_specific_params": {
49
+ "summarization": {
50
+ "length_penalty": 1.0,
51
+ "max_length": 128,
52
+ "min_length": 12,
53
+ "num_beams": 4
54
+ },
55
+ "summarization_cnn": {
56
+ "length_penalty": 2.0,
57
+ "max_length": 142,
58
+ "min_length": 56,
59
+ "num_beams": 4
60
+ },
61
+ "summarization_xsum": {
62
+ "length_penalty": 1.0,
63
+ "max_length": 62,
64
+ "min_length": 11,
65
+ "num_beams": 6
66
+ }
67
+ },
68
+ "torch_dtype": "float32",
69
+ "transformers_version": "4.28.1",
70
+ "use_cache": true,
71
+ "vocab_size": 50265
72
+ }
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:6560c298ce386aba557d010d21b581529ed6d7d235740154a0c3044661382a14
3
+ size 560136489
runs/May01_19-57-00_722cd59b3147/1682971036.3049753/events.out.tfevents.1682971036.722cd59b3147.312.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:765ca68ff9eb0055c12fd7a0db73ccb72d13b72ecd331b0075e613beeaafc87f
3
+ size 5864
runs/May01_19-57-00_722cd59b3147/events.out.tfevents.1682971036.722cd59b3147.312.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93127fbba0efcd9e704d8240494768d5e1433c06de015fdf50bc899292e65177
3
+ size 5063
runs/May01_20-00-07_722cd59b3147/1682971214.0195932/events.out.tfevents.1682971214.722cd59b3147.312.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b4806d1e7d4f7cf02818c2d87de4466be5cf86999bf45fe72325027a583069d
3
+ size 5864
runs/May01_20-00-07_722cd59b3147/events.out.tfevents.1682971214.722cd59b3147.312.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:669eb271742b60e3621472a17fb8631c963317a611488b4b284286491b070b56
3
+ size 5063
runs/May01_20-03-43_722cd59b3147/1682971432.4831617/events.out.tfevents.1682971432.722cd59b3147.312.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80b1d62408a0295c9b8bf2740a2ac6f69033e3c4720ccc330313ca9fd938ae14
3
+ size 5864
runs/May01_20-03-43_722cd59b3147/events.out.tfevents.1682971432.722cd59b3147.312.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a7bd8f0c74b65492edb3cf5014a189c46b2cf39f31d48eb9670ec85ebb30814
3
+ size 4850
runs/May01_20-07-27_722cd59b3147/1682971655.5803287/events.out.tfevents.1682971655.722cd59b3147.312.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a14c18f17e08865be1e07acae158a06d3306a11818d4a7d35a2a5520026f9ae9
3
+ size 5864
runs/May01_20-07-27_722cd59b3147/events.out.tfevents.1682971655.722cd59b3147.312.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cb643767ec47c7f9e5c6db9c8f0c0821406029d6b25b127fffd0a9e83136408
3
+ size 4987
runs/May01_20-31-18_722cd59b3147/1682973110.3808725/events.out.tfevents.1682973110.722cd59b3147.312.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15458c794b344ff7235cc00a176feaecb700b64dbb838a9ef63aa3ddee398dc4
3
+ size 5864
runs/May01_20-31-18_722cd59b3147/1682973318.0123608/events.out.tfevents.1682973318.722cd59b3147.312.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f77434d9bf0263c730dc8e29595928577c937be756cfc61790e36626a7fe8f5
3
+ size 5864
runs/May01_20-31-18_722cd59b3147/events.out.tfevents.1682973110.722cd59b3147.312.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af875c3bf895b64a34cee36a4ef16f2d15670352758e0c355ed77bf4d8b81583
3
+ size 9918
runs/May01_20-35-47_722cd59b3147/1682973353.3061128/events.out.tfevents.1682973353.722cd59b3147.312.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90f0648610c35600de237f36791c6459e42a480e6d4d798b29a30f7665e62e9b
3
+ size 5864
runs/May01_20-35-47_722cd59b3147/events.out.tfevents.1682973353.722cd59b3147.312.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ac14f7a08b9a2138398630ac7687133a8811ea3d2680b03c317d13e84732775
3
+ size 4987
runs/May01_20-37-54_722cd59b3147/1682973479.9617548/events.out.tfevents.1682973479.722cd59b3147.312.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8e8c1d5c824345390e83602ec50cae2d3b018f7dd1d7958cb3a373d13d8b207
3
+ size 5864
runs/May01_20-37-54_722cd59b3147/events.out.tfevents.1682973479.722cd59b3147.312.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e410c7d328175fe04780ded3f0ea728eb3e7f7ab2887d9a711a1c91714092f6a
3
+ size 4184
runs/May01_20-39-00_722cd59b3147/1682973545.7179058/events.out.tfevents.1682973545.722cd59b3147.312.16 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ea384d8950dbc3c9eec480ae984d30fbf5299ebcae02a55ffa271a1b9de2554
3
+ size 5864
runs/May01_20-39-00_722cd59b3147/events.out.tfevents.1682973545.722cd59b3147.312.15 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e18dd9aea62a4fa4dd34cb15e270326d4f664ba568e2118f4fecca5e90b62b52
3
+ size 5299
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": {
4
+ "__type": "AddedToken",
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false
10
+ },
11
+ "clean_up_tokenization_spaces": true,
12
+ "cls_token": {
13
+ "__type": "AddedToken",
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ },
20
+ "eos_token": {
21
+ "__type": "AddedToken",
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": true,
25
+ "rstrip": false,
26
+ "single_word": false
27
+ },
28
+ "errors": "replace",
29
+ "mask_token": {
30
+ "__type": "AddedToken",
31
+ "content": "<mask>",
32
+ "lstrip": true,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "model_max_length": 1024,
38
+ "pad_token": {
39
+ "__type": "AddedToken",
40
+ "content": "<pad>",
41
+ "lstrip": false,
42
+ "normalized": true,
43
+ "rstrip": false,
44
+ "single_word": false
45
+ },
46
+ "sep_token": {
47
+ "__type": "AddedToken",
48
+ "content": "</s>",
49
+ "lstrip": false,
50
+ "normalized": true,
51
+ "rstrip": false,
52
+ "single_word": false
53
+ },
54
+ "tokenizer_class": "BartTokenizer",
55
+ "unk_token": {
56
+ "__type": "AddedToken",
57
+ "content": "<unk>",
58
+ "lstrip": false,
59
+ "normalized": true,
60
+ "rstrip": false,
61
+ "single_word": false
62
+ }
63
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3656729c74bfa17d2d0892edb1a164f56bf6531bb0a49f80ed0b218bc7440f2c
3
+ size 3579
vocab.json ADDED
The diff for this file is too large to render. See raw diff