Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,10 @@ hf_hub_download(
|
|
37 |
|
38 |
# Set the title and description
|
39 |
title = "SmolLM🤗 Llama.cpp"
|
40 |
-
description = """SmolLM2
|
|
|
|
|
|
|
41 |
|
42 |
|
43 |
llm = None
|
|
|
37 |
|
38 |
# Set the title and description
|
39 |
title = "SmolLM🤗 Llama.cpp"
|
40 |
+
description = """**[SmolLM2](https://huggingface.co/collections/HuggingFaceTB/smollm2-6723884218bcda64b34d7db9)**, a family of three small language models, performs well in instruction following and reasoning. The largest model significantly improves over its predecessor through advanced training techniques.
|
41 |
+
This interactive chat interface allows you to experiment with the [`SmolLM2-360M-Instruct`](https://huggingface.co/HuggingFaceTB/SmolLM2-360M-Instruct) and [`SmolLM2-135M-Instruct`](https://huggingface.co/HuggingFaceTB/SmolLM2-135M-Instruct) text models using various prompts and generation parameters.
|
42 |
+
Users can select different model variants (GGUF format), system prompts, and observe generated responses in real-time.
|
43 |
+
Key generation parameters, such as `temperature`, `max_tokens`, `top_k` and others are exposed below for tuning model behavior."""
|
44 |
|
45 |
|
46 |
llm = None
|