Instructions to use icelab/spacescibert_CR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use icelab/spacescibert_CR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="icelab/spacescibert_CR")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("icelab/spacescibert_CR") model = AutoModelForTokenClassification.from_pretrained("icelab/spacescibert_CR") - Notebooks
- Google Colab
- Kaggle
spacescibert_CR
Model desciption
This is fine-tuned further SpaceSciBERT model from the SpaceTransformers model family presented in SpaceTransformers: Language Modeling for Space Systems. The original Git repo is strath-ace/smart-nlp. The fine-tuning dataset is available for download and consists of 874 unique manual annotated ECSS requirements.
The notebookfor fine-tuning can be assesed in Google Colab:
BibTeX entry and citation info
@ARTICLE{ 9548078,
author={Berquand, Audrey and Darm, Paul and Riccardi, Annalisa},
journal={IEEE Access},
title={SpaceTransformers: Language Modeling for Space Systems},
year={2021},
volume={9},
number={},
pages={133111-133122},
doi={10.1109/ACCESS.2021.3115659} }
- Downloads last month
- 3