|
--- |
|
license: apache-2.0 |
|
library_name: transformers |
|
pipeline_tag: text-generation |
|
language: |
|
- bg |
|
- ca |
|
- code |
|
- cs |
|
- cy |
|
- da |
|
- de |
|
- el |
|
- en |
|
- es |
|
- et |
|
- eu |
|
- fi |
|
- fr |
|
- ga |
|
- gl |
|
- hr |
|
- hu |
|
- it |
|
- lt |
|
- lv |
|
- mt |
|
- nl |
|
- nn |
|
- no |
|
- oc |
|
- pl |
|
- pt |
|
- ro |
|
- ru |
|
- sh |
|
- sk |
|
- sl |
|
- sr |
|
- sv |
|
- uk |
|
--- |
|
|
|
# GGUF quants |
|
|
|
Experimental GGUF quantization of [BSC-LT/salamandra-7b-instruct](https://huggingface.co/BSC-LT/salamandra-7b-instruct/) from llama.cpp (older version b2750). |
|
|
|
![](./images/salamandra_header.png) |
|
|
|
# Salamandra Model Card |
|
|
|
Salamandra comes in three different sizes — 2B, 7B and 40B parameters — with their respective base and instruction-tuned variants. |
|
This model card corresponds to the 7B instructed version. |
|
|
|
To visit the model cards of other Salamandra versions, please refer to the [Model Index](#model-index). |
|
|
|
The entire Salamandra family is released under a permissive [Apache 2.0 license]((https://www.apache.org/licenses/LICENSE-2.0)). |
|
Along with the open weights, all training scripts and configuration files are made publicly available in [this GitHub repository](https://github.com/langtech-bsc/salamandra). |
|
|
|
> [!WARNING] |
|
> **DISCLAIMER:** This model is a first proof-of-concept designed to demonstrate the instruction-following capabilities of recently released base models. |
|
> It has been optimized to engage in conversation but has *NOT* been aligned through RLHF to filter or avoid sensitive topics. |
|
> As a result, it may generate harmful or inappropriate content. |
|
> The team is actively working to enhance its performance through further instruction and alignment with RL techniques. |
|
|