Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -34,14 +34,19 @@ A one-sentence summarizer fine-tuned from [Qwen3-0.6B](https://huggingface.co/Qw
|
|
| 34 |
## Example
|
| 35 |
|
| 36 |
```
|
| 37 |
-
Input: "Eric
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
|
|
|
|
|
|
|
|
|
| 43 |
```
|
| 44 |
|
|
|
|
|
|
|
| 45 |
## Quick Start
|
| 46 |
|
| 47 |
### With llama-cpp-python (CPU, no GPU needed)
|
|
|
|
| 34 |
## Example
|
| 35 |
|
| 36 |
```
|
| 37 |
+
Input: "Eric wants to reorganize how Cloud Eric handles project planning loops.
|
| 38 |
+
Currently the planning task runs every 30 minutes and creates sub-tasks,
|
| 39 |
+
but it often creates duplicates because it does not check what tasks are
|
| 40 |
+
already running or what PRs are already open. The fix should add a dedup
|
| 41 |
+
check that reviews pending tasks and recent GitHub PRs before creating
|
| 42 |
+
anything new."
|
| 43 |
+
|
| 44 |
+
Output: "Cloud Eric planning bug fix — current task creates duplicates because
|
| 45 |
+
it lacks a dedup check for pending tasks and open PRs."
|
| 46 |
```
|
| 47 |
|
| 48 |
+
375 characters in, 124 out — 67% compression while preserving the root cause and fix.
|
| 49 |
+
|
| 50 |
## Quick Start
|
| 51 |
|
| 52 |
### With llama-cpp-python (CPU, no GPU needed)
|