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

mobashgr
/
BioRED-Dis-Original-320-PubMedBERT

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

Instructions to use mobashgr/BioRED-Dis-Original-320-PubMedBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mobashgr/BioRED-Dis-Original-320-PubMedBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="mobashgr/BioRED-Dis-Original-320-PubMedBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mobashgr/BioRED-Dis-Original-320-PubMedBERT")
    model = AutoModelForTokenClassification.from_pretrained("mobashgr/BioRED-Dis-Original-320-PubMedBERT")
  • Notebooks
  • Google Colab
  • Kaggle
BioRED-Dis-Original-320-PubMedBERT
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
mobashgr's picture
mobashgr
first BioRED-Dis-Original-320-PubMedBERT
00b5374 over 3 years ago
  • config.json
    951 Bytes
    first BioRED-Dis-Original-320-PubMedBERT over 3 years ago
  • eval_results.txt
    232 Bytes
    first BioRED-Dis-Original-320-PubMedBERT over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    436 MB
    xet
    first BioRED-Dis-Original-320-PubMedBERT over 3 years ago
  • special_tokens_map.json
    112 Bytes
    first BioRED-Dis-Original-320-PubMedBERT over 3 years ago
  • test_predictions.txt
    238 kB
    first BioRED-Dis-Original-320-PubMedBERT over 3 years ago
  • test_results.txt
    216 Bytes
    first BioRED-Dis-Original-320-PubMedBERT over 3 years ago
  • tokenizer_config.json
    403 Bytes
    first BioRED-Dis-Original-320-PubMedBERT over 3 years ago
  • training_args.bin

    Detected Pickle imports (5)

    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.TrainingArguments",
    • "torch.device"

    How to fix it?

    2.93 kB
    xet
    first BioRED-Dis-Original-320-PubMedBERT over 3 years ago
  • vocab.txt
    225 kB
    first BioRED-Dis-Original-320-PubMedBERT over 3 years ago