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

erickdp
/
albert-tiny-q-o-032123

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

Instructions to use erickdp/albert-tiny-q-o-032123 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use erickdp/albert-tiny-q-o-032123 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="erickdp/albert-tiny-q-o-032123")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("erickdp/albert-tiny-q-o-032123")
    model = AutoModelForSequenceClassification.from_pretrained("erickdp/albert-tiny-q-o-032123")
  • Notebooks
  • Google Colab
  • Kaggle
albert-tiny-q-o-032123 / logs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
erickdp's picture
erickdp
Training in progress, epoch 1
bf825d3 about 3 years ago
  • 1679424765.6547377
    Training in progress, epoch 1 about 3 years ago
  • 1679425207.0460706
    Training in progress, epoch 1 about 3 years ago
  • events.out.tfevents.1679424765.6bbcaab4e5b7.189.0
    5.03 kB
    xet
    Training in progress, epoch 1 about 3 years ago
  • events.out.tfevents.1679425207.6bbcaab4e5b7.189.2
    5.55 kB
    xet
    Training in progress, epoch 1 about 3 years ago