Update README.md
Browse files
README.md
CHANGED
@@ -6,8 +6,13 @@ language:
|
|
6 |
- en
|
7 |
base_model:
|
8 |
- mistralai/Mistral-7B-Instruct-v0.3
|
|
|
9 |
---
|
10 |
|
|
|
|
|
|
|
|
|
11 |
**Bibtex**
|
12 |
```bibtex
|
13 |
@misc{sternlicht2025chimeraknowledgebaseidea,
|
|
|
6 |
- en
|
7 |
base_model:
|
8 |
- mistralai/Mistral-7B-Instruct-v0.3
|
9 |
+
library_name: transformers
|
10 |
---
|
11 |
|
12 |
+
This Hugging Face repository hosts a fine-tuned Mistral model designed to classify scientific abstracts based on whether they involve idea recombination, as introduced in the paper [CHIMERA: A Knowledge Base of Idea Recombination in Scientific Literature](https://huggingface.co/papers/2505.20779). The model employs a LoRA adapter on top of a Mistral base model.
|
13 |
+
|
14 |
+
For detailed usage instructions and to reproduce the results, please refer to the linked GitHub repository.
|
15 |
+
|
16 |
**Bibtex**
|
17 |
```bibtex
|
18 |
@misc{sternlicht2025chimeraknowledgebaseidea,
|