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: 2
|
| 6 |
+
pool: false
|
| 7 |
+
- name: luh.feature_extractors.token_probabilities
|
| 8 |
+
top_n: 4
|
| 9 |
+
uncertainty_head:
|
| 10 |
+
head_dim: 768
|
| 11 |
+
n_layers: 1
|
| 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:d9801bf760442483c0aef138752542263ec1e81ee3a53709f8a82c23c6a10519
|
| 3 |
+
size 41796421
|