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
/
FilteredBert-EvalRepo-358

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

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

  • Libraries
  • Transformers

    How to use toolathlonEval/FilteredBert-EvalRepo-358 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="toolathlonEval/FilteredBert-EvalRepo-358")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("toolathlonEval/FilteredBert-EvalRepo-358")
    model = AutoModelForSequenceClassification.from_pretrained("toolathlonEval/FilteredBert-EvalRepo-358", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
FilteredBert-EvalRepo-358 / figures
1.23 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
toolathlonEval's picture
toolathlonEval
Upload figures/fig3.png with huggingface_hub
e0ae482 verified 6 days ago
  • fig1.png
    410 Bytes
    Upload figures/fig1.png with huggingface_hub 6 days ago
  • fig2.png
    410 Bytes
    Upload figures/fig2.png with huggingface_hub 6 days ago
  • fig3.png
    410 Bytes
    Upload figures/fig3.png with huggingface_hub 6 days ago