Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -81,7 +81,7 @@ d=512, 8H/4KV, BPE=8192
|
|
| 81 |
```bash
|
| 82 |
git clone https://github.com/cactus-compute/needle.git
|
| 83 |
cd needle && source ./setup
|
| 84 |
-
needle
|
| 85 |
```
|
| 86 |
|
| 87 |
Opens a web UI at http://127.0.0.1:7860 where you can test and finetune on your own tools. Weights are auto-downloaded.
|
|
@@ -113,7 +113,7 @@ Finetune on your own tools via the web UI or CLI:
|
|
| 113 |
|
| 114 |
```bash
|
| 115 |
# Web UI (generates data via Gemini, trains, evaluates, bundles result)
|
| 116 |
-
needle
|
| 117 |
|
| 118 |
# CLI (auto-downloads weights if not local)
|
| 119 |
needle finetune data.jsonl
|
|
|
|
| 81 |
```bash
|
| 82 |
git clone https://github.com/cactus-compute/needle.git
|
| 83 |
cd needle && source ./setup
|
| 84 |
+
needle playground
|
| 85 |
```
|
| 86 |
|
| 87 |
Opens a web UI at http://127.0.0.1:7860 where you can test and finetune on your own tools. Weights are auto-downloaded.
|
|
|
|
| 113 |
|
| 114 |
```bash
|
| 115 |
# Web UI (generates data via Gemini, trains, evaluates, bundles result)
|
| 116 |
+
needle playground
|
| 117 |
|
| 118 |
# CLI (auto-downloads weights if not local)
|
| 119 |
needle finetune data.jsonl
|