Improve model card: Add pipeline tag and explicit paper link (#1)
Browse files- Improve model card: Add pipeline tag and explicit paper link (34981f22d74ab67907042bdf4f463b57fa060414)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,11 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
-
library_name: transformers
|
| 4 |
base_model:
|
| 5 |
- Qwen/Qwen3-4B
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
|
|
|
| 7 |
# Fathom-DeepResearch: Unlocking Long Horizon Information Retrieval And Synthesis For SLMs
|
| 8 |
|
|
|
|
| 9 |
|
| 10 |
<div align="center">
|
| 11 |
|
|
@@ -334,6 +337,4 @@ We would like to acknowledge the following works for enabling our project:
|
|
| 334 |
}
|
| 335 |
```
|
| 336 |
|
| 337 |
-
---
|
| 338 |
-
|
| 339 |
-
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
base_model:
|
| 3 |
- Qwen/Qwen3-4B
|
| 4 |
+
library_name: transformers
|
| 5 |
+
license: mit
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
---
|
| 8 |
+
|
| 9 |
# Fathom-DeepResearch: Unlocking Long Horizon Information Retrieval And Synthesis For SLMs
|
| 10 |
|
| 11 |
+
This model was presented in the paper [Fathom-DeepResearch: Unlocking Long Horizon Information Retrieval and Synthesis for SLMs](https://huggingface.co/papers/2509.24107).
|
| 12 |
|
| 13 |
<div align="center">
|
| 14 |
|
|
|
|
| 337 |
}
|
| 338 |
```
|
| 339 |
|
| 340 |
+
---
|
|
|
|
|
|