Upload UncertaintyHead model and config
Browse files- config.yaml +12 -0
- weights.pth +3 -0
config.yaml
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
head_type: luh
|
2 |
+
feature_extractor:
|
3 |
+
- name: luq.feature_extractors.basic_hidden_states
|
4 |
+
layer_nums:
|
5 |
+
- -1
|
6 |
+
uncertainty_head:
|
7 |
+
head_dim: 256
|
8 |
+
n_layers: 2
|
9 |
+
n_heads: 8
|
10 |
+
dropout: 0.2
|
11 |
+
enable_feature_projection_layer: true
|
12 |
+
interim_dim: 256
|
weights.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b145bc4a7c506cf39d5daca60fc8ff99ca6c0d2844c2248529d51404b44adb5
|
3 |
+
size 19722148
|