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

Granoladata
/
contrast_classifier_bio_bert

Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use Granoladata/contrast_classifier_bio_bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Granoladata/contrast_classifier_bio_bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Granoladata/contrast_classifier_bio_bert")
    model = AutoModelForSequenceClassification.from_pretrained("Granoladata/contrast_classifier_bio_bert")
  • Notebooks
  • Google Colab
  • Kaggle
contrast_classifier_bio_bert / runs
60.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Granoladata's picture
Granoladata
End of training
2ffe557 over 2 years ago
  • Dec24_20-28-32_f9690f560b25
    End of training over 2 years ago
  • Dec24_20-32-33_f9690f560b25
    End of training over 2 years ago
  • Dec24_20-32-49_f9690f560b25
    End of training over 2 years ago
  • Dec24_20-35-51_f9690f560b25
    End of training over 2 years ago
  • Dec24_20-39-28_f9690f560b25
    End of training over 2 years ago
  • Dec24_20-43-48_f9690f560b25
    End of training over 2 years ago