Change pipeline tag from feature-extraction to text-generation (#2)
Browse files- Change pipeline tag from feature-extraction to text-generation (396981bcf3f056d5b768cf7978dabe6686cbc9e8)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -5,9 +5,9 @@ datasets:
|
|
| 5 |
- noystl/Recombination-Extraction
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
-
license: cc
|
| 9 |
library_name: transformers
|
| 10 |
-
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
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.
|
|
|
|
| 5 |
- noystl/Recombination-Extraction
|
| 6 |
language:
|
| 7 |
- en
|
|
|
|
| 8 |
library_name: transformers
|
| 9 |
+
license: cc
|
| 10 |
+
pipeline_tag: text-generation
|
| 11 |
---
|
| 12 |
|
| 13 |
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.
|