Text Generation
Transformers
English
noystl nielsr HF Staff commited on
Commit
7e3eb77
·
verified ·
1 Parent(s): 8ce28e4

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>

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,9 +5,9 @@ datasets:
5
  - noystl/Recombination-Extraction
6
  language:
7
  - en
8
- license: cc
9
  library_name: transformers
10
- pipeline_tag: feature-extraction
 
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.