Class CodeXGlueBenchmarkOptions
- Namespace
- AiDotNet.Reasoning.Benchmarks
- Assembly
- AiDotNet.dll
Options for configuring CodeXGLUE dataset loading.
public sealed class CodeXGlueBenchmarkOptions
- Inheritance
-
CodeXGlueBenchmarkOptions
- Inherited Members
Properties
CategoryField
JSON field that contains an optional category label.
public string CategoryField { get; set; }
Property Value
DatasetFilePath
Path to a JSONL dataset file.
public string DatasetFilePath { get; set; }
Property Value
IdField
JSON field that contains the record identifier.
public string IdField { get; set; }
Property Value
SourceField
JSON field that contains the prompt/source.
public string SourceField { get; set; }
Property Value
TargetField
JSON field that contains the expected answer/target.
public string TargetField { get; set; }
Property Value
TaskName
Optional task label for display (e.g., "code-to-text", "text-to-code").
public string TaskName { get; set; }