Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,18 @@ tags:
|
|
14 |
This model was converted to GGUF format from [`Menlo/Lucy-128k`](https://huggingface.co/Menlo/Lucy-128k) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
15 |
Refer to the [original model card](https://huggingface.co/Menlo/Lucy-128k) for more details on the model.
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
## Use with llama.cpp
|
18 |
Install llama.cpp through brew (works on Mac and Linux)
|
19 |
|
|
|
14 |
This model was converted to GGUF format from [`Menlo/Lucy-128k`](https://huggingface.co/Menlo/Lucy-128k) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
15 |
Refer to the [original model card](https://huggingface.co/Menlo/Lucy-128k) for more details on the model.
|
16 |
|
17 |
+
---
|
18 |
+
Lucy is a compact but capable 1.7B model focused on agentic web search and lightweight browsing. Built on Qwen3-1.7B,
|
19 |
+
Lucy inherits deep research capabilities from larger models while being
|
20 |
+
optimized to run efficiently on mobile devices, even with CPU-only
|
21 |
+
configurations.
|
22 |
+
|
23 |
+
|
24 |
+
We achieved this through machine-generated task vectors that optimize
|
25 |
+
thinking processes, smooth reward functions across multiple categories,
|
26 |
+
and pure reinforcement learning without any supervised fine-tuning.
|
27 |
+
|
28 |
+
---
|
29 |
## Use with llama.cpp
|
30 |
Install llama.cpp through brew (works on Mac and Linux)
|
31 |
|