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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Meanblock
/
JEV-CPU

Zero-Shot Classification
Transformers
semantic-if
decision
semif
cpu
Model card Files Files and versions
xet
Community

Instructions to use Meanblock/JEV-CPU with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Meanblock/JEV-CPU with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-classification", model="Meanblock/JEV-CPU")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Meanblock/JEV-CPU", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
JEV-CPU / src /semif_phase1
40.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Meanblock's picture
Meanblock
Add JEV-CPU: CPU port of SemIf + web UI
7845694 verified 5 days ago
  • __init__.py
    95 Bytes
    Add JEV-CPU: CPU port of SemIf + web UI 5 days ago
  • cli.py
    3.68 kB
    Add JEV-CPU: CPU port of SemIf + web UI 5 days ago
  • core.py
    4.5 kB
    Add JEV-CPU: CPU port of SemIf + web UI 5 days ago
  • direct.py
    3.24 kB
    Add JEV-CPU: CPU port of SemIf + web UI 5 days ago
  • mlx_backend.py
    10.8 kB
    Add JEV-CPU: CPU port of SemIf + web UI 5 days ago
  • reranker.py
    5.37 kB
    Add JEV-CPU: CPU port of SemIf + web UI 5 days ago
  • serial.py
    5.79 kB
    Add JEV-CPU: CPU port of SemIf + web UI 5 days ago
  • shared.py
    6.74 kB
    Add JEV-CPU: CPU port of SemIf + web UI 5 days ago