BSC-LT / salamandra-2b-instruct-fp8

huggingface.co
Total runs: 26
24-hour runs: 0
7-day runs: -6
30-day runs: -18
Model's Last Updated: March 26 2025
text-generation

Introduction of salamandra-2b-instruct-fp8

Model Details of salamandra-2b-instruct-fp8

image/png

Salamandra-2b-instruct-fp8 Model Card

This model is the fp8-quantized version of Salamandra-2b-instruct .

The model weights are quantized from FP16 to FP8 (8-bit weights) using the FP8 quantization algorithm from NeuralMagic . Inferencing with this model can be done using VLLM .

Salamandra is a highly multilingual model pre-trained from scratch that comes in three different sizes — 2B, 7B and 40B parameters — with their respective base and instruction-tuned variants, promoted and financed by the Government of Catalonia through the Aina Project and the Ministerio para la Transformación Digital y de la Función Pública - Funded by EU – NextGenerationEU within the framework of ILENIA Project with reference 2022/TL22/00215337.

This model card corresponds to the fp8-quantized version of Salamandra-2b-instruct.

The entire Salamandra family is released under a permissive Apache 2.0 license .

How to Use

The following example code works under Python 3.9.16 , vllm==0.6.3.post1 , torch==2.4.0 and torchvision==0.19.0 , though it should run on any current version of the libraries. This is an example of a conversational chatbot using the model:

from vllm import LLM, SamplingParams

model_name = "BSC-LT/salamandra-2b-instruct-fp8"
llm = LLM(model=model_name)

messages = []

while True:
    user_input = input("user >> ")
    if user_input.lower() == "exit":
        print("Chat ended.")
        break

    messages.append({'role': 'user', 'content': user_input})

    outputs = llm.chat(messages,
                       sampling_params=SamplingParams(
                           temperature=0.5,
                           stop_token_ids=[5],
                           max_tokens=200)
                       )[0].outputs
    
    model_output = outputs[0].text
    print(f'assistant >> {model_output}')
    messages.append({'role': 'assistant', 'content': model_output})
Author

International Business Machines (IBM).

Copyright

International Business Machines (IBM).

Contact

For further information, please send an email to [email protected] .

Acknowledgements

We appreciate the collaboration with IBM in this work. Specifically, the IBM team created fp8-quantized version of the Salamandra-2b-instruct model released here.

Disclaimer

Be aware that the model may contain biases or other unintended distortions. When third parties deploy systems or provide services based on this model, or use the model themselves, they bear the responsibility for mitigating any associated risks and ensuring compliance with applicable regulations, including those governing the use of Artificial Intelligence.

Barcelona Supercomputing Center and International Business Machines shall not be held liable for any outcomes resulting from third-party use.

License

Apache License, Version 2.0

Runs of BSC-LT salamandra-2b-instruct-fp8 on huggingface.co

26
Total runs
0
24-hour runs
-8
3-day runs
-6
7-day runs
-18
30-day runs

More Information About salamandra-2b-instruct-fp8 huggingface.co Model

More salamandra-2b-instruct-fp8 license Visit here:

https://choosealicense.com/licenses/apache-2.0

salamandra-2b-instruct-fp8 huggingface.co

salamandra-2b-instruct-fp8 huggingface.co is an AI model on huggingface.co that provides salamandra-2b-instruct-fp8's model effect (), which can be used instantly with this BSC-LT salamandra-2b-instruct-fp8 model. huggingface.co supports a free trial of the salamandra-2b-instruct-fp8 model, and also provides paid use of the salamandra-2b-instruct-fp8. Support call salamandra-2b-instruct-fp8 model through api, including Node.js, Python, http.

salamandra-2b-instruct-fp8 huggingface.co Url

https://huggingface.co/BSC-LT/salamandra-2b-instruct-fp8

BSC-LT salamandra-2b-instruct-fp8 online free

salamandra-2b-instruct-fp8 huggingface.co is an online trial and call api platform, which integrates salamandra-2b-instruct-fp8's modeling effects, including api services, and provides a free online trial of salamandra-2b-instruct-fp8, you can try salamandra-2b-instruct-fp8 online for free by clicking the link below.

BSC-LT salamandra-2b-instruct-fp8 online free url in huggingface.co:

https://huggingface.co/BSC-LT/salamandra-2b-instruct-fp8

salamandra-2b-instruct-fp8 install

salamandra-2b-instruct-fp8 is an open source model from GitHub that offers a free installation service, and any user can find salamandra-2b-instruct-fp8 on GitHub to install. At the same time, huggingface.co provides the effect of salamandra-2b-instruct-fp8 install, users can directly use salamandra-2b-instruct-fp8 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

salamandra-2b-instruct-fp8 install url in huggingface.co:

https://huggingface.co/BSC-LT/salamandra-2b-instruct-fp8

Url of salamandra-2b-instruct-fp8

salamandra-2b-instruct-fp8 huggingface.co Url

Provider of salamandra-2b-instruct-fp8 huggingface.co

BSC-LT
ORGANIZATIONS

Other API from BSC-LT

huggingface.co

Total runs: 3.5K
Run Growth: 2.7K
Growth Rate: 75.85%
Updated:April 10 2026
huggingface.co

Total runs: 1.9K
Run Growth: -2.1K
Growth Rate: -112.79%
Updated:October 22 2025
huggingface.co

Total runs: 1.1K
Run Growth: 1.0K
Growth Rate: 96.24%
Updated:April 10 2026
huggingface.co

Total runs: 928
Run Growth: -565
Growth Rate: -60.88%
Updated:October 22 2025
huggingface.co

Total runs: 646
Run Growth: 171
Growth Rate: 26.47%
Updated:October 22 2025
huggingface.co

Total runs: 593
Run Growth: 175
Growth Rate: 29.51%
Updated:April 10 2026
huggingface.co

Total runs: 318
Run Growth: 70
Growth Rate: 22.01%
Updated:March 27 2026
huggingface.co

Total runs: 312
Run Growth: 273
Growth Rate: 87.50%
Updated:October 26 2021
huggingface.co

Total runs: 229
Run Growth: -52
Growth Rate: -22.71%
Updated:August 07 2025
huggingface.co

Total runs: 171
Run Growth: 83
Growth Rate: 48.54%
Updated:April 10 2026
huggingface.co

Total runs: 119
Run Growth: 16
Growth Rate: 13.45%
Updated:September 06 2021
huggingface.co

Total runs: 104
Run Growth: 79
Growth Rate: 75.96%
Updated:October 29 2024
huggingface.co

Total runs: 77
Run Growth: -48
Growth Rate: -62.34%
Updated:April 22 2026
huggingface.co

Total runs: 13
Run Growth: 8
Growth Rate: 61.54%
Updated:September 10 2024