Datasets:
Add paper link, GitHub link, and task category
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,17 +1,21 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- lucene
|
| 5 |
- bm25
|
| 6 |
- fineweb
|
| 7 |
- nanochat
|
| 8 |
- information-retrieval
|
| 9 |
-
size_categories:
|
| 10 |
-
- 10M<n<100M
|
| 11 |
---
|
| 12 |
|
| 13 |
# NanoKnow FineWeb-Edu Lucene Index
|
| 14 |
|
|
|
|
|
|
|
| 15 |
A pre-built [Lucene](https://lucene.apache.org/) BM25 index over [karpathy/fineweb-edu-100b-shuffle](https://huggingface.co/datasets/karpathy/fineweb-edu-100b-shuffle)—the exact pre-training corpus used by the [nanochat](https://github.com/karpathy/nanochat) family of language models. Built with [Anserini](https://github.com/castorini/anserini).
|
| 16 |
|
| 17 |
This index is part of the **NanoKnow** project: [github.com/castorini/NanoKnow](https://github.com/castorini/NanoKnow)
|
|
@@ -87,4 +91,4 @@ This index powers the NanoKnow pipeline, which projects QA benchmarks onto pre-t
|
|
| 87 |
|
| 88 |
## License
|
| 89 |
|
| 90 |
-
Apache 2.0
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
size_categories:
|
| 4 |
+
- 10M<n<100M
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-retrieval
|
| 7 |
tags:
|
| 8 |
- lucene
|
| 9 |
- bm25
|
| 10 |
- fineweb
|
| 11 |
- nanochat
|
| 12 |
- information-retrieval
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# NanoKnow FineWeb-Edu Lucene Index
|
| 16 |
|
| 17 |
+
[[Paper](https://huggingface.co/papers/2602.20122)] [[Code](https://github.com/castorini/NanoKnow)]
|
| 18 |
+
|
| 19 |
A pre-built [Lucene](https://lucene.apache.org/) BM25 index over [karpathy/fineweb-edu-100b-shuffle](https://huggingface.co/datasets/karpathy/fineweb-edu-100b-shuffle)—the exact pre-training corpus used by the [nanochat](https://github.com/karpathy/nanochat) family of language models. Built with [Anserini](https://github.com/castorini/anserini).
|
| 20 |
|
| 21 |
This index is part of the **NanoKnow** project: [github.com/castorini/NanoKnow](https://github.com/castorini/NanoKnow)
|
|
|
|
| 91 |
|
| 92 |
## License
|
| 93 |
|
| 94 |
+
Apache 2.0
|