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

  • Log In
  • Sign Up

fffffly
/
albert_model

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

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

  • Libraries
  • Transformers

    How to use fffffly/albert_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="fffffly/albert_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("fffffly/albert_model")
    model = AutoModelForSequenceClassification.from_pretrained("fffffly/albert_model")
  • Notebooks
  • Google Colab
  • Kaggle
albert_model / runs /Jun05_13-21-45_e7ea7b89eb29
14.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
fffffly's picture
fffffly
Training in progress, step 3500
952559e almost 3 years ago
  • 1685971308.0796447
    Training in progress, step 500 almost 3 years ago
  • events.out.tfevents.1685971308.e7ea7b89eb29.164.2
    8.53 kB
    xet
    Training in progress, step 3500 almost 3 years ago