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

numind
/
NuNER-BERT-v1.0

Token Classification
Transformers
Safetensors
English
bert
feature-extraction
entity-recognition
foundation-model
BERT
generic
Model card Files Files and versions
xet
Community

Instructions to use numind/NuNER-BERT-v1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use numind/NuNER-BERT-v1.0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="numind/NuNER-BERT-v1.0")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("numind/NuNER-BERT-v1.0")
    model = AutoModel.from_pretrained("numind/NuNER-BERT-v1.0", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
NuNER-BERT-v1.0
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Serega6678's picture
Serega6678
Update README.md
a11a459 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.39 kB
    Update README.md over 2 years ago
  • config.json
    690 Bytes
    Upload model over 2 years ago
  • model.safetensors
    438 MB
    xet
    Upload model over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    711 kB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    1.19 kB
    Upload tokenizer over 2 years ago
  • vocab.txt
    232 kB
    Upload tokenizer over 2 years ago