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

Akash24
/
facility_maint_albert_model_grouped1

Text Classification
Transformers
TensorBoard
Safetensors
albert
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Akash24/facility_maint_albert_model_grouped1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Akash24/facility_maint_albert_model_grouped1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Akash24/facility_maint_albert_model_grouped1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Akash24/facility_maint_albert_model_grouped1")
    model = AutoModelForSequenceClassification.from_pretrained("Akash24/facility_maint_albert_model_grouped1", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
facility_maint_albert_model_grouped1 / runs
16.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
Akash24's picture
Akash24
Training in progress, epoch 10
2da8737 over 2 years ago
  • Nov18_09-53-52_c9af141fc571
    Training in progress, epoch 5 over 2 years ago
  • Nov18_10-02-52_9933ebdffc7c
    Training in progress, epoch 10 over 2 years ago