MononitoGoswami
commited on
Commit
•
5aafc6f
1
Parent(s):
c554733
Upload config.json
Browse files- config.json +39 -1
config.json
CHANGED
@@ -1 +1,39 @@
|
|
1 |
-
{"task_name": "reconstruction",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"task_name": "reconstruction",
|
2 |
+
"model_name": "MOMENT",
|
3 |
+
"transformer_type": "encoder_only",
|
4 |
+
"d_model": null,
|
5 |
+
"seq_len": 512,
|
6 |
+
"patch_len": 8,
|
7 |
+
"patch_stride_len": 8,
|
8 |
+
"device": "cpu",
|
9 |
+
"transformer_backbone": "google/flan-t5-large",
|
10 |
+
"model_kwargs": {},
|
11 |
+
"t5_config": {
|
12 |
+
"architectures": [
|
13 |
+
"T5ForConditionalGeneration"
|
14 |
+
],
|
15 |
+
"d_ff": 2816,
|
16 |
+
"d_kv": 64,
|
17 |
+
"d_model": 1024,
|
18 |
+
"decoder_start_token_id": 0,
|
19 |
+
"dropout_rate": 0.1,
|
20 |
+
"eos_token_id": 1,
|
21 |
+
"feed_forward_proj": "gated-gelu",
|
22 |
+
"initializer_factor": 1.0,
|
23 |
+
"is_encoder_decoder": true,
|
24 |
+
"layer_norm_epsilon": 1e-06,
|
25 |
+
"model_type": "t5",
|
26 |
+
"n_positions": 512,
|
27 |
+
"num_decoder_layers": 24,
|
28 |
+
"num_heads": 16,
|
29 |
+
"num_layers": 24,
|
30 |
+
"output_past": true,
|
31 |
+
"pad_token_id": 0,
|
32 |
+
"relative_attention_max_distance": 128,
|
33 |
+
"relative_attention_num_buckets": 32,
|
34 |
+
"tie_word_embeddings": false,
|
35 |
+
"transformers_version": "4.23.1",
|
36 |
+
"use_cache": true,
|
37 |
+
"vocab_size": 32128
|
38 |
+
}
|
39 |
+
}
|