Instructions to use GagaLey/MoR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GagaLey/MoR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="GagaLey/MoR")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("GagaLey/MoR", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,7 @@ base_model:
|
|
| 7 |
- meta-llama/Llama-3.2-3B-Instruct
|
| 8 |
---
|
| 9 |
# MoR
|
|
|
|
| 10 |
|
| 11 |
# Running the Evaluation and Reranking Script
|
| 12 |
|
|
|
|
| 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 |
|