ruchita1010
commited on
Commit
•
9400fbe
1
Parent(s):
13542ae
Training in progress, step 500
Browse files- config.json +64 -0
- model.safetensors +3 -0
- prophetnet.tokenizer +0 -0
- runs/Mar09_07-50-49_53ed10ff43a3/events.out.tfevents.1709970655.53ed10ff43a3.1328.0 +3 -0
- runs/Mar09_07-51-34_53ed10ff43a3/events.out.tfevents.1709970699.53ed10ff43a3.1328.1 +3 -0
- special_tokens_map.json +6 -0
- tokenizer_config.json +49 -0
- training_args.bin +3 -0
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.38.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:d8a77dfe6e1a03b5b4ead6d65dcb9a4e8d81d75a77cee1c14669ac366cfdcfdb
|
3 |
+
size 1565355112
|
prophetnet.tokenizer
ADDED
The diff for this file is too large to render.
See raw diff
|
|
runs/Mar09_07-50-49_53ed10ff43a3/events.out.tfevents.1709970655.53ed10ff43a3.1328.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1caad5f0d76c59eb764b07e62b0f0eac8aa69ca1cdbc98c1f2f08926d98dce4
|
3 |
+
size 5801
|
runs/Mar09_07-51-34_53ed10ff43a3/events.out.tfevents.1709970699.53ed10ff43a3.1328.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ade5c21893c2e734cc8c00e72dfac33d6cebffa55df03e81f20d790c1086e819
|
3 |
+
size 8221
|
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:59c4d2411b24b3d277de15ae53049322fd7c5fecba2863f494e997d924b1e6fd
|
3 |
+
size 5048
|