noystl nielsr HF Staff commited on
Commit
cce2959
·
verified ·
1 Parent(s): f53c3ff

Add pipeline tag (#1)

Browse files

- Add pipeline tag (9c2d1aa74b5120ff32049e974ebc16aebc3d8e47)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
- license: cc
3
- language:
4
- - en
5
  base_model:
6
  - allenai/scibert_scivocab_uncased
7
  datasets:
8
  - noystl/Recombination-Extraction
 
 
9
  library_name: transformers
 
 
10
  ---
11
 
12
  This Hugging Face repository contains a fine-tuned [allenai/scibert_scivocab_uncased](https://huggingface.co/allenai/scibert_scivocab_uncased) 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).
 
1
  ---
 
 
 
2
  base_model:
3
  - allenai/scibert_scivocab_uncased
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 contains a fine-tuned [allenai/scibert_scivocab_uncased](https://huggingface.co/allenai/scibert_scivocab_uncased) 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).