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

toolathlonEval
/
CheckpointAudit-ModelRepo

Text Classification
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community

Instructions to use toolathlonEval/CheckpointAudit-ModelRepo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use toolathlonEval/CheckpointAudit-ModelRepo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="toolathlonEval/CheckpointAudit-ModelRepo")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("toolathlonEval/CheckpointAudit-ModelRepo")
    model = AutoModelForSequenceClassification.from_pretrained("toolathlonEval/CheckpointAudit-ModelRepo", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
CheckpointAudit-ModelRepo
10.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
toolathlonEval's picture
toolathlonEval
Upload figures/fig3.png with huggingface_hub
67f3c4c verified 2 days ago
  • figures
    Upload figures/fig3.png with huggingface_hub 2 days ago
  • .gitattributes
    1.52 kB
    initial commit 2 days ago
  • README.md
    7.53 kB
    Upload README.md with huggingface_hub 2 days ago
  • config.json
    136 Bytes
    Upload config.json with huggingface_hub 2 days ago
  • generation_config.json
    50 Bytes
    Upload generation_config.json with huggingface_hub 2 days ago
  • pytorch_model.bin
    51 Bytes
    xet
    Upload pytorch_model.bin with huggingface_hub 2 days ago
  • tokenizer_config.json
    72 Bytes
    Upload tokenizer_config.json with huggingface_hub 2 days ago