SmolLM is a series of state-of-the-art small language models available in three sizes: 135M, 360M, and 1.7B parameters. These models are built on Cosmo-Corpus, a meticulously curated high-quality training dataset. Cosmo-Corpus includes Cosmopedia v2 (28B tokens of synthetic textbooks and stories generated by Mixtral), Python-Edu (4B tokens of educational Python samples from The Stack), and FineWeb-Edu (220B tokens of deduplicated educational web samples from FineWeb). SmolLM models have shown promising results when compared to other models in their size categories across various benchmarks testing common sense reasoning and world knowledge. For detailed information on training, benchmarks and performance, please refer to our full
blog post
.
This is the SmolLM-135M
Generation
pip install transformers
Running the model on CPU/GPU/multi GPU
Using full precision
# pip install transformersfrom transformers import AutoModelForCausalLM, AutoTokenizer
checkpoint = "HuggingFaceTB/SmolLM-135M"
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)
inputs = tokenizer.encode("def print_hello_world():", return_tensors="pt").to(device)
outputs = model.generate(inputs)
print(tokenizer.decode(outputs[0]))
While SmolLM models have been trained on a diverse dataset including educational content and synthetic texts, they have limitations. The 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. For a more comprehensive discussion of the models' capabilities and limitations, please refer to our full
blog post
..
This repository contains a converted version of our latest trained model. We've noticed a small performance difference between this converted checkpoint (transformers) and the original (nanotron). We're currently working to resolve this issue.
Training
Model
Architecture:
For architecture detail, see the
blog post
.
@misc{allal2024SmolLM,
title={SmolLM - blazingly fast and remarkably powerful},
author={Loubna Ben Allal and Anton Lozhkov and Elie Bakouch and Leandro von Werra and Thomas Wolf},
year={2024},
}
Runs of QuantFactory SmolLM-135M-GGUF on huggingface.co
9.6K
Total runs
0
24-hour runs
0
3-day runs
5.5K
7-day runs
5.5K
30-day runs
More Information About SmolLM-135M-GGUF huggingface.co Model
SmolLM-135M-GGUF huggingface.co is an AI model on huggingface.co that provides SmolLM-135M-GGUF's model effect (), which can be used instantly with this QuantFactory SmolLM-135M-GGUF model. huggingface.co supports a free trial of the SmolLM-135M-GGUF model, and also provides paid use of the SmolLM-135M-GGUF. Support call SmolLM-135M-GGUF model through api, including Node.js, Python, http.
SmolLM-135M-GGUF huggingface.co is an online trial and call api platform, which integrates SmolLM-135M-GGUF's modeling effects, including api services, and provides a free online trial of SmolLM-135M-GGUF, you can try SmolLM-135M-GGUF online for free by clicking the link below.
QuantFactory SmolLM-135M-GGUF online free url in huggingface.co:
SmolLM-135M-GGUF is an open source model from GitHub that offers a free installation service, and any user can find SmolLM-135M-GGUF on GitHub to install. At the same time, huggingface.co provides the effect of SmolLM-135M-GGUF install, users can directly use SmolLM-135M-GGUF installed effect in huggingface.co for debugging and trial. It also supports api for free installation.