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

SnurfyAI
/
is-even

Text Classification
Transformers
Safetensors
PyTorch
gpt2
synthetic-data
parity
Model card Files Files and versions
xet
Community

Instructions to use SnurfyAI/is-even with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SnurfyAI/is-even with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="SnurfyAI/is-even")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("SnurfyAI/is-even")
    model = AutoModelForSequenceClassification.from_pretrained("SnurfyAI/is-even")
  • Notebooks
  • Google Colab
  • Kaggle
is-even
885 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
MrSnurfy's picture
MrSnurfy
Update README.md
c6cee94 verified 2 days ago
  • .gitattributes
    49 Bytes
    Add files using upload-large-folder tool 8 days ago
  • README.md
    1.54 kB
    Update README.md 2 days ago
  • config.json
    1.05 kB
    Add files using upload-large-folder tool 8 days ago
  • generation_config.json
    228 Bytes
    Add files using upload-large-folder tool 8 days ago
  • model.safetensors
    876 kB
    xet
    Add files using upload-large-folder tool 8 days ago
  • tokenizer.json
    468 Bytes
    Add files using upload-large-folder tool 8 days ago
  • training_summary.json
    6.26 kB
    Add files using upload-large-folder tool 8 days ago