| llama_model_meta | R Documentation |
Returns all key-value metadata pairs stored in the GGUF model file.
llama_model_meta(model)
model |
Model handle returned by [llama_load_model] |
A named character vector where names are metadata keys and values are the corresponding metadata values.
## Not run:
model <- llama_load_model("model.gguf")
meta <- llama_model_meta(model)
print(meta)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.