GagaLey nielsr HF staff commited on
Commit
1bcd4f8
verified
1 Parent(s): 46490eb

Add pipeline tag, library name and license (#1)

Browse files

- Add pipeline tag, library name and license (b4d4c5aafa56bb9849fb086758951ae37d811b70)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,13 +1,19 @@
1
  ---
 
 
2
  datasets:
3
  - snap-stanford/stark
4
  metrics:
5
  - recall
6
- base_model:
7
- - meta-llama/Llama-3.2-3B-Instruct
 
8
  ---
 
9
  # MoR
10
- This model card for our paper [Mixture of Structural-and-Textual Retrieval over Text-rich Graph Knowledge Bases](https://arxiv.org/pdf/2502.20317)
 
 
11
 
12
  # Running the Evaluation and Reranking Script
13
 
 
1
  ---
2
+ base_model:
3
+ - meta-llama/Llama-3.2-3B-Instruct
4
  datasets:
5
  - snap-stanford/stark
6
  metrics:
7
  - recall
8
+ pipeline_tag: question-answering
9
+ library_name: transformers
10
+ license: mit
11
  ---
12
+
13
  # MoR
14
+ This model card for our paper [Mixture of Structural-and-Textual Retrieval over Text-rich Graph Knowledge Bases](https://arxiv.org/pdf/2502.20317).
15
+
16
+ Code: https://github.com/Yoega/MoR
17
 
18
  # Running the Evaluation and Reranking Script
19