Text Generation
Transformers
English

Change pipeline tag from feature-extraction to text-generation

#2
by nielsr HF Staff - opened
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.