Table of Contents

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

Reddit

Gets or sets Reddit options (LEAF Reddit JSON split files).

public RedditFederatedBenchmarkOptions? Reddit { get; set; }

Property Value

RedditFederatedBenchmarkOptions

Sent140

Gets or sets Sent140 options (LEAF JSON split files).

public Sent140FederatedBenchmarkOptions? Sent140 { get; set; }

Property Value

Sent140FederatedBenchmarkOptions

Shakespeare

Gets or sets Shakespeare options (LEAF JSON split files).

public ShakespeareFederatedBenchmarkOptions? Shakespeare { get; set; }

Property Value

ShakespeareFederatedBenchmarkOptions

StackOverflow

Gets or sets StackOverflow options (token sequence JSON split files).

public StackOverflowFederatedBenchmarkOptions? StackOverflow { get; set; }

Property Value

StackOverflowFederatedBenchmarkOptions