Instructions to use KISTI-AI/Scideberta-full with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KISTI-AI/Scideberta-full with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="KISTI-AI/Scideberta-full")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("KISTI-AI/Scideberta-full", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| license: cc-by-2.0 | |
| datasets: | |
| - allenai/s2orc | |
| language: | |
| - en | |
| pipeline_tag: token-classification | |
| Another name for this model is sciDeBERta v2[1]. | |
| This model is trained from scratch using S2ORC dataset(260GB), which include abstract, body text of papers, on DeBERTa v2. | |
| This model achieves the SOTA in NET of SciERC dataset. | |
| From this model, MediBioDeBERTa, which continuously leaned from scidebert v2. to medibiodeberta using the data from the domain (bio, medical, chemistry domain data) | |
| and additional intermediate fine-tuning for specific blurb benchmark tasks, achieve the 11 rank in the BLURB benchmark. | |
| [1] Eunhui Kim, Yuna Jeong, Myung-seok Choi, "MediBioDeBERTa: BioMedical Language Model with Continous Learning and Intermediate Fine-Tuning, Dec. 2023, IEEE Access" |