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

  • Log In
  • Sign Up

synapti
/
nci-binary-detector

Text Classification
Transformers
Safetensors
modernbert
propaganda-detection
binary-classification
nci-protocol
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="synapti/nci-binary-detector")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("synapti/nci-binary-detector")
    model = AutoModelForSequenceClassification.from_pretrained("synapti/nci-binary-detector")
  • Notebooks
  • Google Colab
  • Kaggle
nci-binary-detector / checkpoint-200
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
synapti's picture
synapti
Retrained binary detector with corrected focal loss alpha weighting
4caa504 verified 5 months ago
  • config.json
    1.42 kB
    Retrained binary detector with corrected focal loss alpha weighting 5 months ago
  • model.safetensors
    598 MB
    xet
    Retrained binary detector with corrected focal loss alpha weighting 5 months ago
  • optimizer.pt
    1.2 GB
    xet
    Retrained binary detector with corrected focal loss alpha weighting 5 months ago
  • rng_state.pth
    14.6 kB
    xet
    Retrained binary detector with corrected focal loss alpha weighting 5 months ago
  • scaler.pt
    1.38 kB
    xet
    Retrained binary detector with corrected focal loss alpha weighting 5 months ago
  • scheduler.pt
    1.47 kB
    xet
    Retrained binary detector with corrected focal loss alpha weighting 5 months ago
  • trainer_state.json
    3.64 kB
    Retrained binary detector with corrected focal loss alpha weighting 5 months ago
  • training_args.bin
    5.84 kB
    xet
    Retrained binary detector with corrected focal loss alpha weighting 5 months ago