Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

NASA-AIML
/
MIKA_BERT_FMEA_NER

Token Classification
Transformers
PyTorch
English
bert
NER
Model card Files Files and versions
xet
Community
1

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
MIKA_BERT_FMEA_NER
1.31 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
sequoiaandrade's picture
sequoiaandrade
Upload LISCENSE.txt
265e564 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • Corporate_CLA_MIKA.pdf
    200 kB
    Added License and CLA files almost 3 years ago
  • Individual_CLA_MIKA.pdf
    194 kB
    Added License and CLA files almost 3 years ago
  • LISCENSE.txt
    346 Bytes
    Upload LISCENSE.txt almost 3 years ago
  • NASA_Open_Source_Agreement_MIKA.pdf
    234 kB
    Added License and CLA files almost 3 years ago
  • README.md
    4.25 kB
    updated examples almost 3 years ago
  • config.json
    1.47 kB
    initial model files almost 3 years ago
  • optimizer.pt
    871 MB
    xet
    initial model files almost 3 years ago
  • pytorch_model.bin
    436 MB
    xet
    initial model files almost 3 years ago
  • rng_state.pth
    14.5 kB
    xet
    initial model files almost 3 years ago
  • scheduler.pt
    623 Bytes
    xet
    initial model files almost 3 years ago
  • special_tokens_map.json
    112 Bytes
    initial model files almost 3 years ago
  • tokenizer.json
    711 kB
    initial model files almost 3 years ago
  • tokenizer_config.json
    392 Bytes
    initial model files almost 3 years ago
  • trainer_state.json
    14 kB
    initial model files almost 3 years ago
  • training_args.bin
    2.99 kB
    xet
    initial model files almost 3 years ago
  • vocab.txt
    232 kB
    initial model files almost 3 years ago