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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

samrawal
/
bert-large-uncased_med-ner

Token Classification
Transformers
PyTorch
JAX
bert
Model card Files Files and versions
xet
Community
2

Instructions to use samrawal/bert-large-uncased_med-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use samrawal/bert-large-uncased_med-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="samrawal/bert-large-uncased_med-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("samrawal/bert-large-uncased_med-ner")
    model = AutoModelForTokenClassification.from_pretrained("samrawal/bert-large-uncased_med-ner")
  • Notebooks
  • Google Colab
  • Kaggle
bert-large-uncased_med-ner
2.67 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
samrawal's picture
samrawal
Upload LICENSE
1e8ad59 almost 4 years ago
  • .gitattributes
    782 Bytes
    allow flax about 5 years ago
  • LICENSE
    11.4 kB
    Upload LICENSE almost 4 years ago
  • README.md
    274 Bytes
    Create README.md about 5 years ago
  • config.json
    1.03 kB
    initial commit about 5 years ago
  • flax_model.msgpack
    1.34 GB
    xet
    upload flax model about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.34 GB
    xet
    initial commit about 5 years ago
  • special_tokens_map.json
    112 Bytes
    initial commit about 5 years ago
  • tokenizer_config.json
    301 Bytes
    initial commit about 5 years ago
  • training_args.bin

    Detected Pickle imports (4)

    • "torch.device",
    • "transformers.trainer_utils.EvaluationStrategy",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    2.1 kB
    xet
    initial commit about 5 years ago
  • vocab.txt
    232 kB
    initial commit about 5 years ago