nielsr HF Staff commited on
Commit
34981f2
·
verified ·
1 Parent(s): 7eaff67

Improve model card: Add pipeline tag and explicit paper link

Browse files

This PR improves the model card by:
- Adding the `pipeline_tag: text-generation` to the metadata. This will help users discover the model when filtering by pipeline tasks on the Hugging Face Hub, as the model is clearly designed for text synthesis and generation.
- Adding an explicit link to the paper at the top of the Markdown content to make it more prominent.

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