Add pipeline tag and paper link
Browse filesThis PR adds the pipeline tag `text-generation`, and links the model to the paper's page on Hugging Face.
README.md
CHANGED
@@ -9,6 +9,7 @@ language:
|
|
9 |
metrics:
|
10 |
- recall
|
11 |
- precision
|
|
|
12 |
---
|
13 |
|
14 |
# PaSa: An LLM Agent for Comprehensive Academic Paper Search
|
@@ -17,4 +18,6 @@ Yichen He, Guanhua Huang, Peiyuan Feng, Yuan Lin, Yuchen Zhang, Hang Li, Weinan
|
|
17 |
|
18 |
paper link: https://arxiv.org/abs/2501.10120
|
19 |
|
|
|
|
|
20 |
github: https://github.com/bytedance/pasa
|
|
|
9 |
metrics:
|
10 |
- recall
|
11 |
- precision
|
12 |
+
pipeline_tag: text-generation
|
13 |
---
|
14 |
|
15 |
# PaSa: An LLM Agent for Comprehensive Academic Paper Search
|
|
|
18 |
|
19 |
paper link: https://arxiv.org/abs/2501.10120
|
20 |
|
21 |
+
This model is described in the paper [PaSa: An LLM Agent for Comprehensive Academic Paper Search](https://huggingface.co/papers/2501.10120).
|
22 |
+
|
23 |
github: https://github.com/bytedance/pasa
|