Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

mrm8488
/
mobilebert-finetuned-ner

Token Classification
Transformers
PyTorch
English
mobilebert
ner
Model card Files Files and versions
xet
Community
2

Instructions to use mrm8488/mobilebert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mrm8488/mobilebert-finetuned-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="mrm8488/mobilebert-finetuned-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mrm8488/mobilebert-finetuned-ner")
    model = AutoModelForTokenClassification.from_pretrained("mrm8488/mobilebert-finetuned-ner")
  • Notebooks
  • Google Colab
  • Kaggle
mobilebert-finetuned-ner
98.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
mrm8488's picture
mrm8488
Create README.md
3f9a1f3 over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit almost 6 years ago
  • README.md
    60 Bytes
    Create README.md over 5 years ago
  • config.json
    1.08 kB
    Update config.json almost 6 years ago
  • eval_results.txt
    143 Bytes
    Update eval_results.txt almost 6 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "torch.LongStorage"

    What is a pickle import?

    98.6 MB
    xet
    Update pytorch_model.bin almost 6 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json almost 6 years ago
  • tokenizer_config.json
    62 Bytes
    Update tokenizer_config.json almost 6 years ago
  • training_args.bin
    1.2 kB
    xet
    Update training_args.bin almost 6 years ago
  • vocab.txt
    232 kB
    Update vocab.txt almost 6 years ago