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

briangilbert
/
working

Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use briangilbert/working with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="briangilbert/working")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("briangilbert/working")
    model = AutoModelForSequenceClassification.from_pretrained("briangilbert/working")
  • Notebooks
  • Google Colab
  • Kaggle
working / runs
84.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 90 commits
briangilbert's picture
briangilbert
Training in progress, epoch 10
469d8d5 verified 12 months ago
  • Jan20_09-58-27_e1b985b7dd2c
    Training in progress, epoch 1 over 1 year ago
  • Jan20_10-06-03_e1b985b7dd2c
    End of training over 1 year ago
  • Jan20_10-47-20_e1b985b7dd2c
    End of training over 1 year ago
  • Jan30_07-45-08_99d88b068af6
    End of training over 1 year ago
  • Jan30_08-02-32_99d88b068af6
    End of training over 1 year ago
  • Jan30_08-22-48_99d88b068af6
    End of training over 1 year ago
  • Jan30_08-38-41_99d88b068af6
    End of training over 1 year ago
  • Jan30_08-56-13_99d88b068af6
    End of training over 1 year ago
  • Jan30_09-26-22_99d88b068af6
    End of training over 1 year ago
  • May19_08-41-53_2f3b0c6368d5
    Training in progress, epoch 10 12 months ago