Add pipeline tag
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
datasets:
|
| 4 |
- noystl/Recombination-Extraction
|
| 5 |
language:
|
| 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.
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- mistralai/Mistral-7B-Instruct-v0.3
|
| 4 |
datasets:
|
| 5 |
- noystl/Recombination-Extraction
|
| 6 |
language:
|
| 7 |
- en
|
|
|
|
|
|
|
| 8 |
library_name: transformers
|
| 9 |
+
license: cc
|
| 10 |
+
pipeline_tag: feature-extraction
|
| 11 |
---
|
| 12 |
|
| 13 |
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.
|