Instructions to use NASA-AIML/MIKA_BERT_FMEA_NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NASA-AIML/MIKA_BERT_FMEA_NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="NASA-AIML/MIKA_BERT_FMEA_NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("NASA-AIML/MIKA_BERT_FMEA_NER") model = AutoModelForTokenClassification.from_pretrained("NASA-AIML/MIKA_BERT_FMEA_NER", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
01715dd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:625d52990db3df9613eb5d9bea850c39676787219069782d02fe01d1d938aec2
size 2991
|