Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Andru
/
out

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

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

  • Libraries
  • Transformers

    How to use Andru/out with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Andru/out")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Andru/out")
    model = AutoModelForSequenceClassification.from_pretrained("Andru/out")
  • Notebooks
  • Google Colab
  • Kaggle
out / runs
26 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
Andru's picture
Andru
Training in progress, epoch 9
8e17195 over 2 years ago
  • Nov17_09-22-35_M25-203-10402
    Training in progress, epoch 1 over 2 years ago
  • Nov17_09-33-27_M25-203-10402
    Training in progress, epoch 3 over 2 years ago
  • Nov17_10-17-11_M25-203-10402
    Training in progress, epoch 9 over 2 years ago