初始化项目,由ModelHub XC社区提供模型
Model: QuantFactory/SmolLM2-1.7B-Instruct-GGUF Source: Original Platform
This commit is contained in:
49
.gitattributes
vendored
Normal file
49
.gitattributes
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.arrow filter=lfs diff=lfs merge=lfs -text
|
||||
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
||||
*.ftz filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.h5 filter=lfs diff=lfs merge=lfs -text
|
||||
*.joblib filter=lfs diff=lfs merge=lfs -text
|
||||
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
||||
*.model filter=lfs diff=lfs merge=lfs -text
|
||||
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
||||
*.npy filter=lfs diff=lfs merge=lfs -text
|
||||
*.npz filter=lfs diff=lfs merge=lfs -text
|
||||
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||
*.ot filter=lfs diff=lfs merge=lfs -text
|
||||
*.parquet filter=lfs diff=lfs merge=lfs -text
|
||||
*.pb filter=lfs diff=lfs merge=lfs -text
|
||||
*.pickle filter=lfs diff=lfs merge=lfs -text
|
||||
*.pkl filter=lfs diff=lfs merge=lfs -text
|
||||
*.pt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pth filter=lfs diff=lfs merge=lfs -text
|
||||
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||
*.tflite filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.wasm filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||
SmolLM2-1.7B-Instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SmolLM2-1.7B-Instruct.Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SmolLM2-1.7B-Instruct.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SmolLM2-1.7B-Instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SmolLM2-1.7B-Instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SmolLM2-1.7B-Instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SmolLM2-1.7B-Instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SmolLM2-1.7B-Instruct.Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SmolLM2-1.7B-Instruct.Q5_1.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SmolLM2-1.7B-Instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SmolLM2-1.7B-Instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SmolLM2-1.7B-Instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SmolLM2-1.7B-Instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SmolLM2-1.7B-Instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
241
README.md
Normal file
241
README.md
Normal file
@@ -0,0 +1,241 @@
|
||||
|
||||
---
|
||||
|
||||
library_name: transformers
|
||||
license: apache-2.0
|
||||
language:
|
||||
- en
|
||||
|
||||
---
|
||||
|
||||
[](https://hf.co/QuantFactory)
|
||||
|
||||
|
||||
# QuantFactory/SmolLM2-1.7B-Instruct-GGUF
|
||||
This is quantized version of [HuggingFaceTB/SmolLM2-1.7B-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct) created using llama.cpp
|
||||
|
||||
# Original Model Card
|
||||
|
||||
|
||||
|
||||
# SmolLM2
|
||||
|
||||

|
||||
|
||||
## Table of Contents
|
||||
|
||||
1. [Model Summary](#model-summary)
|
||||
2. [Evaluation](#evaluation)
|
||||
3. [Examples](#examples)
|
||||
4. [Limitations](#limitations)
|
||||
5. [Training](#training)
|
||||
6. [License](#license)
|
||||
7. [Citation](#citation)
|
||||
|
||||
## Model Summary
|
||||
|
||||
SmolLM2 is a family of compact language models available in three size: 135M, 360M, and 1.7B parameters. They are capable of solving a wide range of tasks while being lightweight enough to run on-device.
|
||||
|
||||
The 1.7B variant demonstrates significant advances over its predecessor SmolLM1-1.7B, particularly in instruction following, knowledge, reasoning, and mathematics. It was trained on 11 trillion tokens using a diverse dataset combination: FineWeb-Edu, DCLM, The Stack, along with new mathematics and coding datasets that we curated and will release soon. We developed the instruct version through supervised fine-tuning (SFT) using a combination of public datasets and our own curated datasets. We then applied Direct Preference Optimization (DPO) using [UltraFeedback](https://huggingface.co/datasets/HuggingFaceH4/ultrafeedback_binarized).
|
||||
|
||||
The instruct model additionally supports tasks such as text rewriting, summarization and function calling thanks to datasets developed by [Argilla](https://huggingface.co/argilla) such as [Synth-APIGen-v0.1](https://huggingface.co/datasets/argilla/Synth-APIGen-v0.1).
|
||||
|
||||
### How to use
|
||||
|
||||
### Transformers
|
||||
```bash
|
||||
pip install transformers
|
||||
```
|
||||
|
||||
```python
|
||||
from transformers import AutoModelForCausalLM, AutoTokenizer
|
||||
checkpoint = "HuggingFaceTB/SmolLM2-1.7B-Instruct"
|
||||
|
||||
device = "cuda" # for GPU usage or "cpu" for CPU usage
|
||||
tokenizer = AutoTokenizer.from_pretrained(checkpoint)
|
||||
# for multiple GPUs install accelerate and do `model = AutoModelForCausalLM.from_pretrained(checkpoint, device_map="auto")`
|
||||
model = AutoModelForCausalLM.from_pretrained(checkpoint).to(device)
|
||||
|
||||
messages = [{"role": "user", "content": "What is the capital of France."}]
|
||||
input_text=tokenizer.apply_chat_template(messages, tokenize=False)
|
||||
inputs = tokenizer.encode(input_text, return_tensors="pt").to(device)
|
||||
outputs = model.generate(inputs, max_new_tokens=50, temperature=0.2, top_p=0.9, do_sample=True)
|
||||
print(tokenizer.decode(outputs[0]))
|
||||
```
|
||||
|
||||
|
||||
### Chat in TRL
|
||||
You can also use the TRL CLI to chat with the model from the terminal:
|
||||
```bash
|
||||
pip install trl
|
||||
trl chat --model_name_or_path HuggingFaceTB/SmolLM2-1.7B-Instruct --device cpu
|
||||
```
|
||||
|
||||
## Evaluation
|
||||
|
||||
In this section, we report the evaluation results of SmolLM2. All evaluations are zero-shot unless stated otherwise, and we use [lighteval](https://github.com/huggingface/lighteval) to run them.
|
||||
|
||||
## Base Pre-Trained Model
|
||||
|
||||
| Metric | SmolLM2-1.7B | Llama-1B | Qwen2.5-1.5B | SmolLM1-1.7B |
|
||||
|------------------|--------------|-------------|---------------|--------------|
|
||||
| HellaSwag | **68.7** | 61.2 | 66.4 | 62.9 |
|
||||
| ARC (Average) | **60.5** | 49.2 | 58.5 | 59.9 |
|
||||
| PIQA | **77.6** | 74.8 | 76.1 | 76.0 |
|
||||
| MMLU-Pro (MCF) | **19.4** | 11.7 | 13.7 | 10.8 |
|
||||
| CommonsenseQA | **43.6** | 41.2 | 34.1 | 38.0 |
|
||||
| TriviaQA | **36.7** | 28.1 | 20.9 | 22.5 |
|
||||
| Winogrande | **59.4** | 57.8 | 59.3 | 54.7 |
|
||||
| OpenBookQA | 42.2 | 38.4 | 40.0 | **42.4** |
|
||||
| GSM8K (5-shot) | 31.0 | 7.2 | **61.3** | 5.5 |
|
||||
|
||||
## Instruction Model
|
||||
|
||||
| Metric | SmolLM2-1.7B-Instruct | Llama-1B-Instruct | Qwen2.5-1.5B-Instruct | SmolLM1-1.7B-Instruct |
|
||||
|:-----------------------------|:---------------------:|:-----------------:|:----------------------:|:----------------------:|
|
||||
| IFEval (Average prompt/inst) | **56.7** | 53.5 | 47.4 | 23.1 |
|
||||
| MT-Bench | 6.13 | 5.48 | **6.52** | 4.33 |
|
||||
| OpenRewrite-Eval (micro_avg RougeL) | 44.9 | 39.2 | **46.9** | NaN |
|
||||
| HellaSwag | **66.1** | 56.1 | 60.9 | 55.5 |
|
||||
| ARC (Average) | **51.7** | 41.6 | 46.2 | 43.7 |
|
||||
| PIQA | **74.4** | 72.3 | 73.2 | 71.6 |
|
||||
| MMLU-Pro (MCF) | 19.3 | 12.7 | **24.2** | 11.7 |
|
||||
| BBH (3-shot) | 32.2 | 27.6 | **35.3** | 25.7 |
|
||||
| GSM8K (5-shot) | **48.2** | 26.8 | 42.8 | 4.62 |
|
||||
|
||||
|
||||
## Examples
|
||||
Below are some system and instruct prompts that work well for special tasks
|
||||
|
||||
### Text rewriting
|
||||
|
||||
```python
|
||||
system_prompt_rewrite = "You are an AI writing assistant. Your task is to rewrite the user's email to make it more professional and approachable while maintaining its main points and key message. Do not return any text other than the rewritten message."
|
||||
user_prompt_rewrite = "Rewrite the message below to make it more friendly and approachable while maintaining its main points and key message. Do not add any new information or return any text other than the rewritten message\nThe message:"
|
||||
messages = [{"role": "system", "content": system_prompt_rewrite}, {"role": "user", "content":f"{user_prompt_rewrite} The CI is failing after your last commit!}"]
|
||||
input_text=tokenizer.apply_chat_template(messages, tokenize=False)
|
||||
inputs = tokenizer.encode(input_text, return_tensors="pt").to(device)
|
||||
outputs = model.generate(inputs, max_new_tokens=50, temperature=0.2, top_p=0.9, do_sample=True)
|
||||
print(tokenizer.decode(outputs[0]))
|
||||
```
|
||||
```
|
||||
Hey there! I noticed that the CI isn't passing after your latest commit. Could you take a look and let me know what's going on? Thanks so much for your help!
|
||||
```
|
||||
|
||||
### Summarization
|
||||
|
||||
```python
|
||||
system_prompt_summarize = "Provide a concise, objective summary of the input text in up to three sentences, focusing on key actions and intentions without using second or third person pronouns."
|
||||
messages = [{"role": "system", "content": system_prompt_rewrite}, {"role": "user", "content": INSERT_LONG_EMAIL]
|
||||
input_text=tokenizer.apply_chat_template(messages, tokenize=False)
|
||||
inputs = tokenizer.encode(input_text, return_tensors="pt").to(device)
|
||||
outputs = model.generate(inputs, max_new_tokens=50, temperature=0.2, top_p=0.9, do_sample=True)
|
||||
print(tokenizer.decode(outputs[0]))
|
||||
```
|
||||
|
||||
### Function calling
|
||||
|
||||
SmolLM2-1.7B-Instruct can handle function calling, it scores 27% on the [BFCL Leaderboard](https://gorilla.cs.berkeley.edu/blogs/8_berkeley_function_calling_leaderboard.html). Here's how you can leverage it:
|
||||
|
||||
```python
|
||||
import json
|
||||
import re
|
||||
from typing import Optional
|
||||
|
||||
from jinja2 import Template
|
||||
import torch
|
||||
from transformers import AutoModelForCausalLM, AutoTokenizer
|
||||
from transformers.utils import get_json_schema
|
||||
|
||||
|
||||
system_prompt = Template("""You are an expert in composing functions. You are given a question and a set of possible functions.
|
||||
Based on the question, you will need to make one or more function/tool calls to achieve the purpose.
|
||||
If none of the functions can be used, point it out and refuse to answer.
|
||||
If the given question lacks the parameters required by the function, also point it out.
|
||||
|
||||
You have access to the following tools:
|
||||
<tools>{{ tools }}</tools>
|
||||
|
||||
The output MUST strictly adhere to the following format, and NO other text MUST be included.
|
||||
The example format is as follows. Please make sure the parameter type is correct. If no function call is needed, please make the tool calls an empty list '[]'.
|
||||
<tool_call>[
|
||||
{"name": "func_name1", "arguments": {"argument1": "value1", "argument2": "value2"}},
|
||||
... (more tool calls as required)
|
||||
]</tool_call>""")
|
||||
|
||||
|
||||
def prepare_messages(
|
||||
query: str,
|
||||
tools: Optional[dict[str, any]] = None,
|
||||
history: Optional[list[dict[str, str]]] = None
|
||||
) -> list[dict[str, str]]:
|
||||
"""Prepare the system and user messages for the given query and tools.
|
||||
|
||||
Args:
|
||||
query: The query to be answered.
|
||||
tools: The tools available to the user. Defaults to None, in which case if a
|
||||
list without content will be passed to the model.
|
||||
history: Exchange of messages, including the system_prompt from
|
||||
the first query. Defaults to None, the first message in a conversation.
|
||||
"""
|
||||
if tools is None:
|
||||
tools = []
|
||||
if history:
|
||||
messages = history.copy()
|
||||
messages.append({"role": "user", "content": query})
|
||||
else:
|
||||
messages = [
|
||||
{"role": "system", "content": system_prompt.render(tools=json.dumps(tools))},
|
||||
{"role": "user", "content": query}
|
||||
]
|
||||
return messages
|
||||
|
||||
|
||||
def parse_response(text: str) -> str | dict[str, any]:
|
||||
"""Parses a response from the model, returning either the
|
||||
parsed list with the tool calls parsed, or the
|
||||
model thought or response if couldn't generate one.
|
||||
|
||||
Args:
|
||||
text: Response from the model.
|
||||
"""
|
||||
pattern = r"<tool_call>(.*?)</tool_call>"
|
||||
matches = re.findall(pattern, text, re.DOTALL)
|
||||
if matches:
|
||||
return json.loads(matches[0])
|
||||
return text
|
||||
```
|
||||
|
||||
## Limitations
|
||||
|
||||
SmolLM2 models primarily understand and generate content in English. They can produce text on a variety of topics, but the generated content may not always be factually accurate, logically consistent, or free from biases present in the training data. These models should be used as assistive tools rather than definitive sources of information. Users should always verify important information and critically evaluate any generated content.
|
||||
|
||||
## Training
|
||||
|
||||
### Model
|
||||
|
||||
- **Architecture:** Transformer decoder
|
||||
- **Pretraining tokens:** 11T
|
||||
- **Precision:** bfloat16
|
||||
|
||||
### Hardware
|
||||
|
||||
- **GPUs:** 256 H100
|
||||
|
||||
### Software
|
||||
|
||||
- **Training Framework:** [nanotron](https://github.com/huggingface/nanotron/tree/main)
|
||||
- **Alignement Handbook** [alignement-handbook](https://github.com/huggingface/alignment-handbook/)
|
||||
|
||||
## License
|
||||
|
||||
[Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||
|
||||
## Citation
|
||||
```bash
|
||||
@misc{allal2024SmolLM2,
|
||||
title={SmolLM2 - with great data, comes great performance},
|
||||
author={Loubna Ben Allal and Anton Lozhkov and Elie Bakouch and Gabriel Martín Blázquez and Lewis Tunstall and Agustín Piqueres and Andres Marafioti and Cyril Zakka and Leandro von Werra and Thomas Wolf},
|
||||
year={2024},
|
||||
}
|
||||
```
|
||||
3
SmolLM2-1.7B-Instruct.Q2_K.gguf
Normal file
3
SmolLM2-1.7B-Instruct.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0954088edf2569765ee317a208f97e020e2a6ac11e4d1b4ea82c4654b721d415
|
||||
size 674583232
|
||||
3
SmolLM2-1.7B-Instruct.Q3_K_L.gguf
Normal file
3
SmolLM2-1.7B-Instruct.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47cd735f45932782084691e71daa017a81cbc408485222adf7a8855ac8401f10
|
||||
size 932532928
|
||||
3
SmolLM2-1.7B-Instruct.Q3_K_M.gguf
Normal file
3
SmolLM2-1.7B-Instruct.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5b6472a51286c0eb0991577c93f2c41845ad82eb8bd50cdf2dd0a0284d4a4ca
|
||||
size 860181184
|
||||
3
SmolLM2-1.7B-Instruct.Q3_K_S.gguf
Normal file
3
SmolLM2-1.7B-Instruct.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66b0acbad4551edf4207ef30e8e6f4da06b8eac946961e96442103e54f2f9d2c
|
||||
size 776819392
|
||||
3
SmolLM2-1.7B-Instruct.Q4_0.gguf
Normal file
3
SmolLM2-1.7B-Instruct.Q4_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b1491225b73a81885bfc190d1416e366d6698195285fbd4458caffaac99820e
|
||||
size 990728896
|
||||
3
SmolLM2-1.7B-Instruct.Q4_1.gguf
Normal file
3
SmolLM2-1.7B-Instruct.Q4_1.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e723c684549f9aae0950e3dc3fd79881dd94a2ba6ad78bab65583ba4e51b216a
|
||||
size 1091392192
|
||||
3
SmolLM2-1.7B-Instruct.Q4_K_M.gguf
Normal file
3
SmolLM2-1.7B-Instruct.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc8986d129483f44768b5fcc2bd2f148d6af000282cdb9ec7a92122226fa7921
|
||||
size 1055609536
|
||||
3
SmolLM2-1.7B-Instruct.Q4_K_S.gguf
Normal file
3
SmolLM2-1.7B-Instruct.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87d77ff4cf60bbcb9b2dd5e5df9493561f2d000f5ab12cba41020ba4e6df6228
|
||||
size 999117504
|
||||
3
SmolLM2-1.7B-Instruct.Q5_0.gguf
Normal file
3
SmolLM2-1.7B-Instruct.Q5_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11116903e1d567ba8739c4b4dabf321e22c0dcae3bb0325763b6526d9ea91aee
|
||||
size 1192055488
|
||||
3
SmolLM2-1.7B-Instruct.Q5_1.gguf
Normal file
3
SmolLM2-1.7B-Instruct.Q5_1.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7fbc338dce20abee3ae8105e86193b7bc8a1946f93710f168ab34fd50cd8351c
|
||||
size 1292718784
|
||||
3
SmolLM2-1.7B-Instruct.Q5_K_M.gguf
Normal file
3
SmolLM2-1.7B-Instruct.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba0003dd290820724c7f7546747bc2fa9a436f49a6c530cece06ec62c91f78e8
|
||||
size 1225478848
|
||||
3
SmolLM2-1.7B-Instruct.Q5_K_S.gguf
Normal file
3
SmolLM2-1.7B-Instruct.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e5c733fed997ecabc0fe6297241f66386fddb380afe7ca6cf9cb087cd886311
|
||||
size 1192055488
|
||||
3
SmolLM2-1.7B-Instruct.Q6_K.gguf
Normal file
3
SmolLM2-1.7B-Instruct.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:422d6974b2eb626d5677122aa819882557fbc22a38c1c017405ff7f05ba81bb8
|
||||
size 1405964992
|
||||
3
SmolLM2-1.7B-Instruct.Q8_0.gguf
Normal file
3
SmolLM2-1.7B-Instruct.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19b9f0547f214fde7265d0b939d2835c2286f0dd00e351afa4094935d8947ee0
|
||||
size 1820414656
|
||||
1
configuration.json
Normal file
1
configuration.json
Normal file
@@ -0,0 +1 @@
|
||||
{"framework": "pytorch", "task": "others", "allow_remote": true}
|
||||
Reference in New Issue
Block a user