PereLluis13
commited on
Commit
•
9128168
1
Parent(s):
9d7a2ba
add use_nme
Browse files- config.yaml +1 -0
config.yaml
CHANGED
@@ -10,6 +10,7 @@ index:
|
|
10 |
reader:
|
11 |
_target_: relik.reader.pytorch_modules.span.RelikReaderForSpanExtraction
|
12 |
transformer_model: sapienzanlp/relik-reader-deberta-v3-base-aida
|
|
|
13 |
task: SPAN
|
14 |
metadata_fields: []
|
15 |
top_k: 100
|
|
|
10 |
reader:
|
11 |
_target_: relik.reader.pytorch_modules.span.RelikReaderForSpanExtraction
|
12 |
transformer_model: sapienzanlp/relik-reader-deberta-v3-base-aida
|
13 |
+
use_nme: true
|
14 |
task: SPAN
|
15 |
metadata_fields: []
|
16 |
top_k: 100
|