Artem commited on
Commit
117de4a
·
verified ·
1 Parent(s): 329bce1

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +4 -4
config.yaml CHANGED
@@ -1,12 +1,12 @@
1
  head_type: luh
2
  feature_extractor:
3
- - name: luq.feature_extractors.lookback_lens
4
- - name: luq.feature_extractors.basic_hidden_states
5
  layer_nums:
6
  - -1
7
  - -5
8
  - -15
9
- - name: luq.feature_extractors.basic_attention
10
  layer_nums:
11
  - -1
12
  - -2
@@ -19,7 +19,7 @@ feature_extractor:
19
  - -25
20
  attn_history_sz: 2
21
  pool: false
22
- - name: luq.feature_extractors.token_probabilities
23
  top_n: 4
24
  uncertainty_head:
25
  head_dim: 256
 
1
  head_type: luh
2
  feature_extractor:
3
+ - name: luh.feature_extractors.lookback_lens
4
+ - name: luh.feature_extractors.basic_hidden_states
5
  layer_nums:
6
  - -1
7
  - -5
8
  - -15
9
+ - name: luh.feature_extractors.basic_attention
10
  layer_nums:
11
  - -1
12
  - -2
 
19
  - -25
20
  attn_history_sz: 2
21
  pool: false
22
+ - name: luh.feature_extractors.token_probabilities
23
  top_n: 4
24
  uncertainty_head:
25
  head_dim: 256