Add pipeline tag, library name, link to code (#1)
Browse files- Add pipeline tag, library name, link to code (051d9ab48553deabc44f59cd9e73e760c11057d3)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: question-answering
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This repository contains the model from the paper [Neuro-Symbolic Query Compiler](https://huggingface.co/papers/2505.11932).
|
| 8 |
+
|
| 9 |
+
Code: https://github.com/RUC-NLPIR/FlashRAG.
|