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 = "Dolphin🐬 Llama.cpp"
|
40 |
-
description = """Dolphin 3.0 is a powerful, general-purpose local AI model designed for coding, math, and various other tasks, aiming similar to the models like ChatGPT and Claude.
|
|
|
|
|
|
|
41 |
|
42 |
|
43 |
llm = None
|
|
|
37 |
|
38 |
# Set the title and description
|
39 |
title = "Dolphin🐬 Llama.cpp"
|
40 |
+
description = """**[Dolphin 3.0](https://huggingface.co/collections/cognitivecomputations/dolphin-30-677ab47f73d7ff66743979a3)** is a powerful, general-purpose local AI model designed for coding, math, and various other tasks, aiming similar to the models like ChatGPT and Claude.
|
41 |
+
This interactive chat interface allows you to experiment with the [`Dolphin3.0-Qwen2.5-0.5B`](https://huggingface.co/cognitivecomputations/Dolphin3.0-Qwen2.5-0.5B) and [`Dolphin3.0-Llama3.2-1B`](https://huggingface.co/cognitivecomputations/Dolphin3.0-Llama3.2-1B) 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
|