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

  • Log In
  • Sign Up

Lya
/
biobert-ehr-ner

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

Instructions to use Lya/biobert-ehr-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Lya/biobert-ehr-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Lya/biobert-ehr-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Lya/biobert-ehr-ner")
    model = AutoModelForTokenClassification.from_pretrained("Lya/biobert-ehr-ner")
  • Notebooks
  • Google Colab
  • Kaggle
biobert-ehr-ner
1.46 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Lya's picture
Lya
Upload training_args.bin
4519dcf almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • config.json
    1.18 kB
    Upload config.json almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.46 GB
    xet
    Upload pytorch_model.bin almost 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload special_tokens_map.json almost 4 years ago
  • tokenizer_config.json
    62 Bytes
    Upload tokenizer_config.json almost 4 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "transformers.training_args.TrainingArguments",
    • "torch.device"

    How to fix it?

    1.39 kB
    xet
    Upload training_args.bin almost 4 years ago
  • vocab.txt
    467 kB
    Upload vocab.txt almost 4 years ago