| GemmaChatDialog |
Represents a dialog helper specific for `gemma-2b-it` and `gemma-7b-it` models.
|
| GemmaChatDialog.Builder |
Builder class for constructing GemmaChatDialog instances.
|
| Llama2ChatDialog |
Represents a dialog helper specific for `llama-2-7b-chat`, `llama-2-13b-chat`, and `llama-2-70b-chat` models.
|
| Llama2ChatDialog.Builder |
Builder class for constructing Llama2ChatDialog instances.
|
| Llama3ChatDialog |
Represents a dialog helper specific for `llama-3-8b-instruct` and `llama-3-70b-instruct` models.
|
| Llama3ChatDialog.Builder |
Builder class for constructing Llama3ChatDialog instances.
|
| MistralChatDialog |
Represents a dialog helper specific for `mistral-7b-instruct-v0.1` and `mistral-7b-instruct-v0.2` models.
|
| MistralChatDialog.Builder |
Builder class for constructing MistralChatDialog instances.
|
| MixtralChatDialog |
Represents a dialog helper specific for the `mixtral-8x7b-instruct-v0.1` model.
|
| MixtralChatDialog.Builder |
Builder class for constructing MixtralChatDialog instances.
|
| Phi2ChatDialog |
Represents a dialog helper specific for `phi-2` models in `chat` mode.
|
| Phi2ChatDialog.Builder |
Builder class for constructing Phi2ChatDialog instances.
|
| Phi2Dialog |
Represents a dialog helper for the 'phi-2' model within PicoLLM.
|
| Phi2Dialog.Builder |
Builder class for constructing Phi2Dialog instances.
|
| Phi2QADialog |
Represents a dialog helper specific for `phi-2` models in `qa` mode.
|
| Phi2QADialog.Builder |
Builder class for constructing Phi2QADialog instances.
|
| Phi35ChatDialog |
Represents a dialog helper specific for the `phi3.5` model.
|
| Phi35ChatDialog.Builder |
Builder class for constructing Phi35ChatDialog instances.
|
| Phi3ChatDialog |
Represents a dialog helper specific for the `phi3` model.
|
| Phi3ChatDialog.Builder |
Builder class for constructing Phi3ChatDialog instances.
|
| PicoLLM |
Android binding for picoLLM.
|
| PicoLLM.Builder |
Builder class for creating a `PicoLLM` instance.
|
| PicoLLMCompletion |
Represents a picoLLM completion result.
|
| PicoLLMCompletion.CompletionToken |
Represents a generated token within completion and top alternative tokens.
|
| PicoLLMCompletion.Token |
Represents a generated token.
|
| PicoLLMCompletion.Usage |
Represents usage information.
|
| PicoLLMDialog |
`PicoLLMDialog` is a helper class that stores a chat dialog and formats it according
to an instruction-tuned LLM's chat template.
|
| PicoLLMDialog.Builder |
Builder class for constructing instances of PicoLLMDialog.
|
| PicoLLMGenerateParams |
Class for configuring generation parameters when calling `PicoLLM.generate()`.
|
| PicoLLMGenerateParams.Builder |
Builder class for creating a `PicoLLMGenerateParams` instance.
|