anikethjr commited on
Commit
abd29b3
1 Parent(s): 5aaf2c5

Training in progress, step 167500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.1,
3
+ "activation_function": "gelu",
4
+ "add_cross_attention": true,
5
+ "architectures": [
6
+ "ProphetNetForCausalLM"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "bos_token_id": 1,
10
+ "decoder_ffn_dim": 1024,
11
+ "decoder_start_token_id": 1,
12
+ "disable_ngram_loss": false,
13
+ "dropout": 0.1,
14
+ "encoder_ffn_dim": 1024,
15
+ "eos_token_id": 1,
16
+ "eps": 0.0,
17
+ "hidden_size": 256,
18
+ "init_std": 0.02,
19
+ "is_decoder": true,
20
+ "is_encoder_decoder": false,
21
+ "max_position_embeddings": 512,
22
+ "model_type": "prophetnet",
23
+ "ngram": 8,
24
+ "num_buckets": 32,
25
+ "num_decoder_attention_heads": 16,
26
+ "num_decoder_layers": 6,
27
+ "num_encoder_attention_heads": 16,
28
+ "num_encoder_layers": 6,
29
+ "pad_token_id": 0,
30
+ "relative_max_distance": 512,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.24.0",
33
+ "use_cache": true,
34
+ "vocab_size": 9
35
+ }
prophetnet.tokenizer ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ [PAD]
2
+ [SEP]
3
+ [UNK]
4
+ [CLS]
5
+ [MASK]
6
+ A
7
+ C
8
+ G
9
+ T
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c00b4338628d8bc8e8610c9228d57728a596b0c0d6edd94485a05b53cc5b6f3
3
+ size 29044865
runs/Nov29_13-13-54_n0161.savio3/1669757372.0680337/events.out.tfevents.1669757372.n0161.savio3.354389.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58e192ea74f780704c102333257ff33c5194790bdd5148e3ddebc1766773ddbe
3
+ size 5616
runs/Nov29_13-13-54_n0161.savio3/events.out.tfevents.1669757371.n0161.savio3.354389.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e899dd8e49add73b7848b6de82161e4fa0bf2d28faa7512257f5f5fca8ea49f
3
+ size 5048
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_basic_tokenize": false,
3
+ "do_lower_case": false,
4
+ "mask_token": "[MASK]",
5
+ "never_split": null,
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "strip_accents": null,
9
+ "tokenize_chinese_chars": true,
10
+ "tokenizer_class": "ProphetNetTokenizer",
11
+ "unk_token": "[UNK]",
12
+ "x_sep_token": "[X_SEP]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da53942fc55f229221e0a2c0bbbcf4052e338ffd94c0720ad6b4694de164b0b8
3
+ size 3515