Commit
·
1bee11b
1
Parent(s):
70faf34
model
Browse files- config.yaml +24 -0
- weights.pth +3 -0
config.yaml
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
head_type: luh
|
2 |
+
feature_extractor:
|
3 |
+
- name: luq.feature_extractors.basic_hidden_states
|
4 |
+
layer_nums:
|
5 |
+
- -1
|
6 |
+
- -7
|
7 |
+
- -16
|
8 |
+
- -20
|
9 |
+
- name: luq.feature_extractors.basic_attention
|
10 |
+
layer_nums:
|
11 |
+
- -1
|
12 |
+
- -5
|
13 |
+
- -10
|
14 |
+
- -16
|
15 |
+
- -20
|
16 |
+
- -25
|
17 |
+
- name: luq.feature_extractors.lookback_lens
|
18 |
+
uncertainty_head:
|
19 |
+
head_dim: 4096
|
20 |
+
n_layers: 1
|
21 |
+
n_heads: 64
|
22 |
+
dropout: 0.1
|
23 |
+
enable_feature_projection_layer: true
|
24 |
+
interim_dim: 512
|
weights.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02a25c7f79e38d1a5e5b169b971f5060a09d8e79f8d701260c442a349319a179
|
3 |
+
size 631425440
|