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

longluu
/
Clinical-NER-MedMentions-GatorTronBase

Token Classification
Transformers
Safetensors
megatron-bert
Model card Files Files and versions
xet
Community

Instructions to use longluu/Clinical-NER-MedMentions-GatorTronBase with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use longluu/Clinical-NER-MedMentions-GatorTronBase with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="longluu/Clinical-NER-MedMentions-GatorTronBase")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("longluu/Clinical-NER-MedMentions-GatorTronBase")
    model = AutoModelForTokenClassification.from_pretrained("longluu/Clinical-NER-MedMentions-GatorTronBase")
  • Notebooks
  • Google Colab
  • Kaggle
Clinical-NER-MedMentions-GatorTronBase
1.42 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
longluu's picture
longluu
Update README.md
fa0491f verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    6.09 kB
    Update README.md over 2 years ago
  • config.json
    3.8 kB
    --batch_size 4 --num_train_epochs 5 --learning_rate 5e-5 --weight_decay 0.01 over 2 years ago
  • model.safetensors
    1.42 GB
    xet
    --batch_size 4 --num_train_epochs 5 --learning_rate 5e-5 --weight_decay 0.01 over 2 years ago
  • special_tokens_map.json
    695 Bytes
    --batch_size 4 --num_train_epochs 5 --learning_rate 5e-5 --weight_decay 0.01 over 2 years ago
  • tokenizer.json
    1.17 MB
    --batch_size 4 --num_train_epochs 5 --learning_rate 5e-5 --weight_decay 0.01 over 2 years ago
  • tokenizer_config.json
    1.27 kB
    --batch_size 4 --num_train_epochs 5 --learning_rate 5e-5 --weight_decay 0.01 over 2 years ago
  • vocab.txt
    379 kB
    --batch_size 4 --num_train_epochs 5 --learning_rate 5e-5 --weight_decay 0.01 over 2 years ago