StyledLines from testedlines.com: C# docs 1.0.1
GPT2-based text stylization LLM model, wrapped with Llama.cpp in Csharp to ensure compatibility across various platforms, including iOS and WebGL. The model is designed to transform generic texts into stylized, game or user-tailored dialogue.
Loading...
Searching...
No Matches
llama_sampler_type.cs File Reference

Namespaces

namespace  LlamaLibrary
 

Enumerations

enum  LlamaLibrary.llama_sampler_type {
  LlamaLibrary.TOP_K = 'k' , LlamaLibrary.TOP_P = 'p' , LlamaLibrary.MIN_P = 'm' , LlamaLibrary.TFS_Z = 'f' ,
  LlamaLibrary.TYPICAL_P = 'y' , LlamaLibrary.TEMPERATURE = 't'
}