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

  • Log In
  • Sign Up

marcchew
/
test

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

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

  • Libraries
  • Transformers

    How to use marcchew/test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="marcchew/test")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("marcchew/test")
    model = AutoModelForSequenceClassification.from_pretrained("marcchew/test")
  • Notebooks
  • Google Colab
  • Kaggle
test / runs
20.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
marcchew's picture
marcchew
Training in progress, step 50
c967c0b verified almost 2 years ago
  • Jul08_13-36-33_18291e6b50aa
    Training in progress, step 2 almost 2 years ago
  • Jul08_13-46-12_18291e6b50aa
    Training in progress, step 50 almost 2 years ago