Upload UncertaintyHead model and config
Browse files- config.yaml +13 -0
- weights.pth +3 -0
config.yaml
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
head_type: claim
|
2 |
+
feature_extractor:
|
3 |
+
- name: luh.feature_extractors.basic_attention
|
4 |
+
layer_nums: all
|
5 |
+
attn_history_sz: 5
|
6 |
+
pool: false
|
7 |
+
- name: luh.feature_extractors.token_probabilities
|
8 |
+
top_n: 4
|
9 |
+
uncertainty_head:
|
10 |
+
head_dim: 768
|
11 |
+
n_layers: 2
|
12 |
+
n_heads: 8
|
13 |
+
dropout: 0.1
|
weights.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:872b773e004bc83c814f3e2214c0c2f4ec90fd9d742be3a42f630ec875297e77
|
3 |
+
size 82731233
|