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

AyoubChLin
/
DistilBERT_eco_ZeroShot

Zero-Shot Classification
Transformers
TensorBoard
Safetensors
English
distilbert
text-classification
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use AyoubChLin/DistilBERT_eco_ZeroShot with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-classification", model="AyoubChLin/DistilBERT_eco_ZeroShot")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AyoubChLin/DistilBERT_eco_ZeroShot")
    model = AutoModelForSequenceClassification.from_pretrained("AyoubChLin/DistilBERT_eco_ZeroShot")
  • Notebooks
  • Google Colab
  • Kaggle
DistilBERT_eco_ZeroShot / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
AyoubChLin's picture
AyoubChLin
AyoubChLin/disitilbert_zeroshot_economics
377bd53 over 2 years ago
  • Jan10_10-22-57_ccb4eb1f9335
    AyoubChLin/disitilbert_zeroshot_economics over 2 years ago
  • Jan10_10-36-21_e62c1b1496de
    AyoubChLin/disitilbert_zeroshot_economics over 2 years ago
  • Jan10_10-46-22_46d36190ab5d
    AyoubChLin/disitilbert_zeroshot_economics over 2 years ago