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

CYONG
/
mobilebert_rte

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

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

  • Libraries
  • Transformers

    How to use CYONG/mobilebert_rte with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="CYONG/mobilebert_rte")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("CYONG/mobilebert_rte")
    model = AutoModelForSequenceClassification.from_pretrained("CYONG/mobilebert_rte")
  • Notebooks
  • Google Colab
  • Kaggle
mobilebert_rte / runs
10.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
CYONG's picture
CYONG
Training in progress, epoch 2
2cd1185 almost 3 years ago
  • Jul06_16-02-19_tuatai3-System-Product-Name
    Training in progress, epoch 1 almost 3 years ago
  • Jul06_16-03-28_tuatai3-System-Product-Name
    Training in progress, epoch 2 almost 3 years ago