Upload UncertaintyHead model and config
Browse files- config.yaml +8 -0
- weights.pth +3 -0
config.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
head_type: saplma
|
2 |
+
feature_extractor:
|
3 |
+
- name: luq.feature_extractors.basic_hidden_states
|
4 |
+
layer_nums: 32
|
5 |
+
uncertainty_head:
|
6 |
+
internal_dim1: 256
|
7 |
+
internal_dim2: 128
|
8 |
+
internal_dim3: 64
|
weights.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6753a97d2bc0e3f91f3af487093ff57ab0e0ad04d1919b59cfdc31a8ab2a8f8e
|
3 |
+
size 4363008
|