Table of Contents

Class ModelArchitecture

public class ModelArchitecture
Inheritance
object
ModelArchitecture

Properties

InputModalities

Required. The input modalities supported by the model.

public Modalities InputModalities { get; set; }

Property Value

Modalities

OutputModalities

Required. The output modalities supported by the model.

public Modalities OutputModalities { get; set; }

Property Value

Modalities

Tokenizer

Required. The tokenizer used by the model.

public string Tokenizer { get; set; }

Property Value

string