Update README.md
Browse files
README.md
CHANGED
|
@@ -29,4 +29,7 @@ Data is built from ~180k Lean theorems extracted via LeanDojo for **Lean 4.20.1*
|
|
| 29 |
|
| 30 |
- `adapter/adapter_config.json` & `adapter/adapter_model.safetensors` — LoRA weights for the encoder
|
| 31 |
- `faiss/<*.idx>` — HNSW FAISS index (built for cosine/inner-product search)
|
| 32 |
-
- `faiss/*public_index.jsonl` — public mapping `{ idx, full_name, statement }`
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
|
| 30 |
- `adapter/adapter_config.json` & `adapter/adapter_model.safetensors` — LoRA weights for the encoder
|
| 31 |
- `faiss/<*.idx>` — HNSW FAISS index (built for cosine/inner-product search)
|
| 32 |
+
- `faiss/*public_index.jsonl` — public mapping `{ idx, full_name, statement }`
|
| 33 |
+
|
| 34 |
+
## DEMO
|
| 35 |
+
https://github.com/IsaacLi74/Lightweight-and-LLM-Free-Semantic-Search-for-mathlib4
|