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

synapti
/
nci-binary-detector-v2

Text Classification
Transformers
ONNX
Safetensors
English
modernbert
propaganda-detection
binary-classification
nci-protocol
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use synapti/nci-binary-detector-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use synapti/nci-binary-detector-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="synapti/nci-binary-detector-v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("synapti/nci-binary-detector-v2")
    model = AutoModelForSequenceClassification.from_pretrained("synapti/nci-binary-detector-v2")
  • Notebooks
  • Google Colab
  • Kaggle
nci-binary-detector-v2 / onnx
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
synapti's picture
synapti
Add ONNX model export: config.json
40410b8 verified 5 months ago
  • config.json
    1.57 kB
    Add ONNX model export: config.json 5 months ago
  • model.onnx
    599 MB
    xet
    Add ONNX model export: model.onnx 5 months ago
  • special_tokens_map.json
    694 Bytes
    Add ONNX model export: special_tokens_map.json 5 months ago
  • tokenizer.json
    3.58 MB
    Add ONNX model export: tokenizer.json 5 months ago
  • tokenizer_config.json
    21 kB
    Add ONNX model export: tokenizer_config.json 5 months ago