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

RayenLLM
/
bert-practice-classifier

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

Instructions to use RayenLLM/bert-practice-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RayenLLM/bert-practice-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="RayenLLM/bert-practice-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("RayenLLM/bert-practice-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("RayenLLM/bert-practice-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
bert-practice-classifier / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
RayenLLM's picture
RayenLLM
End of training
c335817 verified about 1 year ago
  • Mar12_16-19-51_0ae68f91ac2a
    End of training about 1 year ago
  • Mar13_01-15-53_78834890537e
    End of training about 1 year ago
  • Mar13_02-24-57_78834890537e
    End of training about 1 year ago
  • Mar13_03-03-25_78834890537e
    End of training about 1 year ago
  • Mar30_04-11-20_fe78b26bd799
    End of training about 1 year ago
  • Mar30_04-34-29_4e6c655b6721
    End of training about 1 year ago