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

mr-kush
/
trainer_output

Text Classification
Transformers
TensorBoard
Safetensors
xlm-roberta
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use mr-kush/trainer_output with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mr-kush/trainer_output with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="mr-kush/trainer_output")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mr-kush/trainer_output")
    model = AutoModelForSequenceClassification.from_pretrained("mr-kush/trainer_output")
  • Notebooks
  • Google Colab
  • Kaggle
trainer_output / runs
64.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
mr-kush's picture
mr-kush
mr-kush/sambodhan-department-classification-model
ac52c9d verified 8 months ago
  • Oct09_03-37-32_36bf646bbd29
    mr-kush/sambodhan-department-classification-model 8 months ago
  • Oct09_03-40-22_36bf646bbd29
    mr-kush/sambodhan-department-classification-model 8 months ago
  • Oct09_04-15-55_36bf646bbd29
    mr-kush/sambodhan-department-classification-model 8 months ago
  • Oct09_04-19-58_36bf646bbd29
    mr-kush/sambodhan-department-classification-model 8 months ago
  • Oct09_04-21-42_36bf646bbd29
    mr-kush/sambodhan-department-classification-model 8 months ago