KeriaZhang nielsr HF Staff commited on
Commit
9accebe
verified
1 Parent(s): a3ddc0f

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>

Files changed (1) hide show
  1. README.md +9 -3
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.