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

Mardiyyah
/
BiomedNLP_BiomedBERT_base

Token Classification
Transformers
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use Mardiyyah/BiomedNLP_BiomedBERT_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Mardiyyah/BiomedNLP_BiomedBERT_base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Mardiyyah/BiomedNLP_BiomedBERT_base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Mardiyyah/BiomedNLP_BiomedBERT_base")
    model = AutoModelForTokenClassification.from_pretrained("Mardiyyah/BiomedNLP_BiomedBERT_base")
  • Notebooks
  • Google Colab
  • Kaggle
BiomedNLP_BiomedBERT_base
437 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Mardiyyah's picture
Mardiyyah
Add AL_Test Model with adapted_tokenizer
e54d880 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    3.61 kB
    Add AL_Test Model with adapted_tokenizer 6 months ago
  • all_results.json
    530 Bytes
    Add AL_Test Model with adapted_tokenizer 6 months ago
  • config.json
    1.01 kB
    Model save 6 months ago
  • eval_results.json
    530 Bytes
    Add AL_Test Model with adapted_tokenizer 6 months ago
  • model.safetensors
    436 MB
    xet
    Model save 6 months ago
  • special_tokens_map.json
    125 Bytes
    Model save 6 months ago
  • tokenizer.json
    706 kB
    Model save 6 months ago
  • tokenizer_config.json
    1.29 kB
    Model save 6 months ago
  • train_results.json
    205 Bytes
    Add AL_Test Model with adapted_tokenizer 6 months ago
  • trainer_state.json
    11.7 kB
    Add AL_Test Model with adapted_tokenizer 6 months ago
  • training_args.bin
    5.69 kB
    xet
    Add AL_Test Model with adapted_tokenizer 6 months ago
  • vocab.txt
    226 kB
    Model save 6 months ago