Feature Extraction
Transformers
English
nielsr HF Staff commited on
Commit
198dbaf
·
verified ·
1 Parent(s): 72c241b

Update pipeline tag

Browse files

Looks like "text-classification" is more appropriate.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ 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.
 
7
  - en
8
  library_name: transformers
9
  license: cc
10
+ pipeline_tag: text-classification
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.