Large Language Models

Salamandra7b-Instruct

Salamandra2b-Instruct

Salamandra2b-Instruct-Aina-hack (Recomended)

This is the new version of salamandra. (It is based on the same foundation model but is tuned to better follow the system prompt)

Salamandra7b-Instruct-Aina-hack (Recomended)

This is the new version of salamandra. (It is based on the same foundation model but is tuned to better follow the system prompt).

Code examples

OpenAI Chat Completions

Generate with requests

Curl Chat Completions

Curl Generate

How to fine tune a model

You can follow this example from Meta, just pointing to the Salamandra models instead of Llama:

https://github.com/meta-llama/llama-recipes/blob/main/recipes/quickstart/finetuning/quickstart_peft_finetuning.ipynb

Last updated