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: 134 Bytes
01715dd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a479ad591a8a4c98585c1beff76767241e145986de980cfa923971984d675ee7
size 435715505
|