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

AlexWortega
/
openjev

Text Classification
Transformers
Safetensors
English
nli
cross-encoder
qwen3.5
reranker
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use AlexWortega/openjev with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AlexWortega/openjev")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("AlexWortega/openjev", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
openjev
9.23 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 33 commits
AlexWortega's picture
AlexWortega
add results/webql_geminiprompt_4b.json
f8187e6 verified about 23 hours ago
  • assets
    add assets/radar_openjev_35b.png about 23 hours ago
  • code
    add code/webql_gemini_prompt.py about 23 hours ago
  • mlp_heads_35b
    35B latent+MLP heads about 23 hours ago
  • qwen3.5-4b-nli
    upload qwen3.5-4b-nli 2 days ago
  • results
    add results/webql_geminiprompt_4b.json about 23 hours ago
  • videos
    zero-shot state-statement hypotheses: Flappy 28/28, Doom 11.0 kills 2 days ago
  • .gitattributes
    2.36 kB
    add assets/radar_openjev_35b.png about 23 hours ago
  • README.md
    3.19 kB
    add README.md about 23 hours ago
  • modeling_openjev.py
    9.94 kB
    model card, modeling module, code, results, videos, radar 2 days ago
  • modeling_qwen35_moe_seqcls.py
    1.06 kB
    add modeling_qwen35_moe_seqcls.py about 23 hours ago