Text Generation
Transformers
English
noystl commited on
Commit
c629be3
·
verified ·
1 Parent(s): fc44f00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -7,6 +7,11 @@ language:
7
  base_model:
8
  - mistralai/Mistral-7B-Instruct-v0.3
9
  ---
 
 
 
 
 
10
  **Bibtex**
11
  ```bibtex
12
  @misc{sternlicht2025chimeraknowledgebaseidea,
 
7
  base_model:
8
  - mistralai/Mistral-7B-Instruct-v0.3
9
  ---
10
+
11
+ This Hugging Face repository contains a fine-tuned Mistral model trained for the task of extracting recombination examples from scientific abstracts, as described in the paper [CHIMERA: A Knowledge Base of Idea Recombination in Scientific Literature](https://huggingface.co/papers/2505.20779). The model utilizes a LoRA adapter on top of a Mistral base model.
12
+ The model can be used for the information extraction task of identifying recombination examples within scientific text. For detailed usage instructions and reproduction of results, please refer to the Github repository linked above.
13
+
14
+
15
  **Bibtex**
16
  ```bibtex
17
  @misc{sternlicht2025chimeraknowledgebaseidea,