Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

LogischeIP
/
BDS

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 LogischeIP/BDS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LogischeIP/BDS with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="LogischeIP/BDS")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("LogischeIP/BDS")
    model = AutoModelForSequenceClassification.from_pretrained("LogischeIP/BDS")
  • Notebooks
  • Google Colab
  • Kaggle
BDS / runs
31.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
LogischeIP's picture
LogischeIP
Training in progress, epoch 0
80a3964 over 2 years ago
  • Dec11_15-04-38_e289bff91931
    Training in progress, epoch 0 over 2 years ago
  • Dec11_15-28-10_6c7b280dd7ea
    Training in progress, epoch 0 over 2 years ago
  • Dec11_15-30-36_6c7b280dd7ea
    Training in progress, epoch 0 over 2 years ago
  • Dec11_15-42-18_6c7b280dd7ea
    Training in progress, epoch 1 over 2 years ago
  • Dec12_18-51-16_dc55c62d5a66
    Training in progress, epoch 0 over 2 years ago
  • Dec12_21-06-30_affe0609f4d3
    Training in progress, epoch 0 over 2 years ago