🚀 BSC-LT/salamandra-2b-instruct - GGUF
本仓库包含适用于 BSC-LT/salamandra-2b-instruct 的 GGUF 格式模型文件。这些文件由 TensorBlock 提供的机器进行量化处理,并且与 提交 b4658 版本的 llama.cpp 兼容。
模型信息
属性 |
详情 |
库名称 |
transformers |
任务类型 |
文本生成 |
支持语言 |
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 |
训练数据集 |
oscar-corpus/colossal-oscar-1.0、HuggingFaceFW/fineweb-edu、joelniklaus/eurlex_resources、joelito/legal-mc4、projecte-aina/CATalog、UFRGS/brwac、community-datasets/hrwac、danish-foundation-models/danish-gigaword、HiTZ/euscrawl、PleIAs/French-PD-Newspapers、PleIAs/French-PD-Books、AI-team-UoA/greek_legal_code、HiTZ/latxa-corpus-v1.1、allenai/peS2o、pile-of-law/pile-of-law、PORTULAN/parlamento-pt、hoskinson-center/proof-pile、togethercomputer/RedPajama-Data-1T、bigcode/starcoderdata、bjoernp/tagesschau-2018-2023、EleutherAI/the_pile_deduplicated |
基础模型 |
BSC-LT/salamandra-2b-instruct |
标签 |
TensorBlock、GGUF |
许可证 |
apache-2.0 |
项目展示
其他项目
项目名称 |
项目介绍 |
项目图片 |
项目链接 |
Awesome MCP Servers |
一个全面的模型上下文协议(MCP)服务器集合。 |
 |
👉 查看项目 👈 |
TensorBlock Studio |
一个轻量级、开放且可扩展的多大语言模型交互工作室。 |
 |
👉 查看项目 👈 |
提示模板
<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
模型文件规格
下载说明
命令行方式
首先,安装 Huggingface 客户端:
pip install -U "huggingface_hub[cli]"
然后,将单个模型文件下载到本地目录:
huggingface-cli download tensorblock/salamandra-2b-instruct-GGUF --include "salamandra-2b-instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
如果你想按模式(例如 *Q4_K*gguf
)下载多个模型文件,可以尝试:
huggingface-cli download tensorblock/salamandra-2b-instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'