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

dusersad12
/
TextClassifier-BestRun

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

Instructions to use dusersad12/TextClassifier-BestRun with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dusersad12/TextClassifier-BestRun with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="dusersad12/TextClassifier-BestRun")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("dusersad12/TextClassifier-BestRun")
    model = AutoModelForSequenceClassification.from_pretrained("dusersad12/TextClassifier-BestRun", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
TextClassifier-BestRun
13 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
dusersad12's picture
dusersad12
Upload model_card.md with huggingface_hub
b8a7a9d verified 5 days ago
  • figures
    Upload folder using huggingface_hub 5 days ago
  • .gitattributes
    1.52 kB
    initial commit 5 days ago
  • README.md
    2.08 kB
    Upload README.md with huggingface_hub 5 days ago
  • config.json
    125 Bytes
    Upload config.json with huggingface_hub 5 days ago
  • model_card.md
    2.08 kB
    Upload model_card.md with huggingface_hub 5 days ago
  • pytorch_model.bin
    1.02 kB
    xet
    Upload pytorch_model.bin with huggingface_hub 5 days ago