Class FederatedTextBenchmarkOptions
- Namespace
- AiDotNet.Configuration
- Assembly
- AiDotNet.dll
Configuration options for federated text benchmark suites.
public sealed class FederatedTextBenchmarkOptions
- Inheritance
-
FederatedTextBenchmarkOptions
- Inherited Members
Remarks
This groups dataset-specific options for text benchmarks (for example, Sent140 and Shakespeare) under a single facade-facing configuration object.
For Beginners: Text benchmarks test models on natural language problems. You select a suite (enum) and provide the minimal dataset configuration here.
Properties
Gets or sets Reddit options (LEAF Reddit JSON split files).
public RedditFederatedBenchmarkOptions? Reddit { get; set; }
Property Value
Sent140
Gets or sets Sent140 options (LEAF JSON split files).
public Sent140FederatedBenchmarkOptions? Sent140 { get; set; }
Property Value
Shakespeare
Gets or sets Shakespeare options (LEAF JSON split files).
public ShakespeareFederatedBenchmarkOptions? Shakespeare { get; set; }
Property Value
StackOverflow
Gets or sets StackOverflow options (token sequence JSON split files).
public StackOverflowFederatedBenchmarkOptions? StackOverflow { get; set; }