Roshgupta commited on
Commit
173a4fd
1 Parent(s): 96c6538

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/prophetnet-large-uncased",
3
+ "activation_dropout": 0.1,
4
+ "activation_function": "gelu",
5
+ "add_cross_attention": true,
6
+ "architectures": [
7
+ "ProphetNetForConditionalGeneration"
8
+ ],
9
+ "attention_dropout": 0.1,
10
+ "bos_token_id": 102,
11
+ "decoder_ffn_dim": 4096,
12
+ "decoder_layerdrop": 0.0,
13
+ "decoder_max_position_embeddings": 514,
14
+ "decoder_start_token_id": 102,
15
+ "disable_ngram_loss": false,
16
+ "dropout": 0.1,
17
+ "early_stopping": true,
18
+ "encoder_ffn_dim": 4096,
19
+ "encoder_layerdrop": 0.0,
20
+ "encoder_max_position_embeddings": 513,
21
+ "eos_token_id": 102,
22
+ "eps": 0.0,
23
+ "hidden_size": 1024,
24
+ "id2label": {
25
+ "0": "LABEL_0",
26
+ "1": "LABEL_1",
27
+ "2": "LABEL_2"
28
+ },
29
+ "init_std": 0.02,
30
+ "is_encoder_decoder": true,
31
+ "label2id": {
32
+ "LABEL_0": 0,
33
+ "LABEL_1": 1,
34
+ "LABEL_2": 2
35
+ },
36
+ "length_penalty": 2.0,
37
+ "max_length": 142,
38
+ "max_position_embeddings": 512,
39
+ "model_type": "prophetnet",
40
+ "ngram": 2,
41
+ "no_repeat_ngram_size": 3,
42
+ "num_beams": 4,
43
+ "num_buckets": 32,
44
+ "num_decoder_attention_heads": 16,
45
+ "num_decoder_layers": 12,
46
+ "num_encoder_attention_heads": 16,
47
+ "num_encoder_layers": 12,
48
+ "output_past": false,
49
+ "pad_token_id": 0,
50
+ "prefix": " ",
51
+ "relative_max_distance": 128,
52
+ "task_specific_params": {
53
+ "summarization": {
54
+ "early_stopping": true,
55
+ "length_penalty": 2.0,
56
+ "no_repeat_ngram_size": 3,
57
+ "num_beams": 4
58
+ }
59
+ },
60
+ "torch_dtype": "float32",
61
+ "transformers_version": "4.41.2",
62
+ "use_cache": true,
63
+ "vocab_size": 30522
64
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbf44e12d014c55260701692fe8ffc49507f76ba3737c5911464a4ae303d8057
3
+ size 1565355112
prophetnet.tokenizer ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "mask_token": "[MASK]",
3
+ "pad_token": "[PAD]",
4
+ "sep_token": "[SEP]",
5
+ "unk_token": "[UNK]"
6
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "102": {
20
+ "content": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "103": {
28
+ "content": "[MASK]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ }
35
+ },
36
+ "clean_up_tokenization_spaces": true,
37
+ "do_basic_tokenize": true,
38
+ "do_lower_case": true,
39
+ "mask_token": "[MASK]",
40
+ "model_max_length": 512,
41
+ "never_split": null,
42
+ "pad_token": "[PAD]",
43
+ "sep_token": "[SEP]",
44
+ "strip_accents": null,
45
+ "tokenize_chinese_chars": true,
46
+ "tokenizer_class": "ProphetNetTokenizer",
47
+ "unk_token": "[UNK]",
48
+ "x_sep_token": "[X_SEP]"
49
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14d78e5892a46869c5bc2442d96f7c5cc3d42b56c82e17fc7a72581bb16dc77e
3
+ size 5112