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

Alireza1044
/
mobilebert_mrpc

Text Classification
Transformers
PyTorch
TensorBoard
English
mobilebert
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use Alireza1044/mobilebert_mrpc with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Alireza1044/mobilebert_mrpc")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Alireza1044/mobilebert_mrpc")
    model = AutoModelForSequenceClassification.from_pretrained("Alireza1044/mobilebert_mrpc")
  • Notebooks
  • Google Colab
  • Kaggle
mobilebert_mrpc / runs
19.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Alireza1044's picture
Alireza1044
End of training
b9fd56f almost 4 years ago
  • Jun14_08-07-28_labgpu
    Model save almost 4 years ago
  • Jun14_08-08-36_labgpu
    End of training almost 4 years ago