Upload pt_custom_model.yaml
Browse files- pt_custom_model.yaml +10 -0
pt_custom_model.yaml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: pt_model_custom
|
2 |
+
position_encoding: "multi_subj_position_encoding"
|
3 |
+
n_head: 8
|
4 |
+
n_layers: 6
|
5 |
+
hidden_dim: 512
|
6 |
+
input_dim: 768
|
7 |
+
layer_activation: "gelu"
|
8 |
+
attention_weights: false
|
9 |
+
use_token_cls_head: true
|
10 |
+
|