anas-awadalla
commited on
Commit
•
69764a5
1
Parent(s):
12fbf53
Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +64 -0
- prophetnet.tokenizer +0 -0
- pytorch_model.bin +3 -0
- runs/Jun19_11-11-28_g3071/1655662325.7621264/events.out.tfevents.1655662325.g3071.24996.1 +3 -0
- runs/Jun19_11-11-28_g3071/events.out.tfevents.1655662325.g3071.24996.0 +3 -0
- special_tokens_map.json +1 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
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.20.0.dev0",
|
62 |
+
"use_cache": true,
|
63 |
+
"vocab_size": 30522
|
64 |
+
}
|
prophetnet.tokenizer
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:f18b587127250dc7278a0e882228d9c25ca05be9dc3ff39e0c6143f579ca40fc
|
3 |
+
size 1565471185
|
runs/Jun19_11-11-28_g3071/1655662325.7621264/events.out.tfevents.1655662325.g3071.24996.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90ea718f8b5ccb7617499114db3e368d3db7211e86621dc1a57a14a8545b655f
|
3 |
+
size 5397
|
runs/Jun19_11-11-28_g3071/events.out.tfevents.1655662325.g3071.24996.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2b416f888adc3d6f992fed99dd7a7165c7b12818751480a20e094e952e77754
|
3 |
+
size 82632
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "mask_token": "[MASK]"}
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": true, "do_basic_tokenize": true, "never_split": null, "unk_token": "[UNK]", "sep_token": "[SEP]", "x_sep_token": "[X_SEP]", "pad_token": "[PAD]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": "/gscratch/efml/anasa2/.huggingface/73e9134d07adccf5cf38d24c2f241f87e3febd91b209b279fff2741c9ff2ab4f.6fa7d8b91dc65e73f96549c829087df43aa7359e1d576908a012e7747d67c6c2", "name_or_path": "microsoft/prophetnet-large-uncased", "tokenizer_class": "ProphetNetTokenizer"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16c66a3086f3e05b3044001d040b5e526fd423e51d50ec6bb31e544eb10989e2
|
3 |
+
size 3311
|