Upload UncertaintyHead model and config
Browse files- config.yaml +18 -0
- weights.pth +3 -0
config.yaml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
head_type: claim
|
2 |
+
uncertainty_head:
|
3 |
+
head_dim: 256
|
4 |
+
n_layers: 1
|
5 |
+
n_heads: 8
|
6 |
+
dropout: 0.2
|
7 |
+
feature_extractor:
|
8 |
+
- name: luq.feature_extractors.basic_hidden_states
|
9 |
+
layer_nums:
|
10 |
+
- -1
|
11 |
+
- name: luq.feature_extractors.token_similarities_adjacent_layers
|
12 |
+
layer_nums: all
|
13 |
+
top_n: 10
|
14 |
+
- name: luq.feature_extractors.token_probabilities_from_layers
|
15 |
+
layer_nums: all
|
16 |
+
top_n: 10
|
17 |
+
- name: luq.feature_extractors.final_output_ranks
|
18 |
+
layer_nums: all
|
weights.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:682d3fa7a14d63386285dd3ee798d9a7195d712c033614c731806b870bf1a4bc
|
3 |
+
size 15815493
|