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

ArashF
/
ClinicalBERT_captainA

Text Classification
Transformers
PyTorch
TensorBoard
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use ArashF/ClinicalBERT_captainA with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ArashF/ClinicalBERT_captainA")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ArashF/ClinicalBERT_captainA")
    model = AutoModelForSequenceClassification.from_pretrained("ArashF/ClinicalBERT_captainA")
  • Notebooks
  • Google Colab
  • Kaggle
ClinicalBERT_captainA / runs
48.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
ArashF's picture
ArashF
Training in progress, epoch 4
fc926fe almost 3 years ago
  • Aug02_19-01-44_e16bbc53748d
    Training in progress, epoch 1 almost 3 years ago
  • Aug02_19-52-57_e16bbc53748d
    Training in progress, epoch 1 almost 3 years ago
  • Aug02_20-22-18_f3c5b611920c
    Training in progress, epoch 1 almost 3 years ago
  • Aug02_20-34-09_f3c5b611920c
    Training in progress, epoch 1 almost 3 years ago
  • Aug02_20-52-35_f3c5b611920c
    Training in progress, epoch 4 almost 3 years ago