@vivantel/virage-core
Preparing search index...
QualityRunnerOptions
Interface QualityRunnerOptions
interface
QualityRunnerOptions
{
configFile
:
string
;
failFast
:
boolean
;
ragBenchHf
?:
{
hfToken
?:
string
;
maxRowsPerSubset
?:
number
;
subsets
?:
(
|
"covidqa"
|
"cuad"
|
"delucionqa"
|
"emanual"
|
"expertqa"
|
"finqa"
|
"hagrid"
|
"hotpotqa"
|
"msmarco"
|
"pubmedqa"
|
"tatqa"
|
"techqa"
)
[]
;
topK
?:
number
;
}
;
ragBenchPath
?:
string
;
sampleSize
:
number
;
thresholdOverrides
?:
Partial
<
Record
<
string
,
number
>
>
;
topK
:
number
;
weightOverrides
?:
Partial
<
Record
<
string
,
number
>
>
;
}
Index
Properties
config
File
fail
Fast
rag
Bench
Hf?
rag
Bench
Path?
sample
Size
threshold
Overrides?
top
K
weight
Overrides?
Properties
config
File
configFile
:
string
fail
Fast
failFast
:
boolean
Optional
rag
Bench
Hf
ragBenchHf
?:
{
hfToken
?:
string
;
maxRowsPerSubset
?:
number
;
subsets
?:
(
|
"covidqa"
|
"cuad"
|
"delucionqa"
|
"emanual"
|
"expertqa"
|
"finqa"
|
"hagrid"
|
"hotpotqa"
|
"msmarco"
|
"pubmedqa"
|
"tatqa"
|
"techqa"
)
[]
;
topK
?:
number
;
}
Optional
rag
Bench
Path
ragBenchPath
?:
string
sample
Size
sampleSize
:
number
Optional
threshold
Overrides
thresholdOverrides
?:
Partial
<
Record
<
string
,
number
>
>
top
K
topK
:
number
Optional
weight
Overrides
weightOverrides
?:
Partial
<
Record
<
string
,
number
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
File
fail
Fast
rag
Bench
Hf
rag
Bench
Path
sample
Size
threshold
Overrides
top
K
weight
Overrides
@vivantel/virage-core
Loading...