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

WeightWatcher
/
albert-large-v2-mrpc

Text Classification
Transformers
PyTorch
English
albert
Model card Files Files and versions
xet
Community
1

Instructions to use WeightWatcher/albert-large-v2-mrpc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use WeightWatcher/albert-large-v2-mrpc with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="WeightWatcher/albert-large-v2-mrpc")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("WeightWatcher/albert-large-v2-mrpc")
    model = AutoModelForSequenceClassification.from_pretrained("WeightWatcher/albert-large-v2-mrpc")
  • Notebooks
  • Google Colab
  • Kaggle
albert-large-v2-mrpc
145 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
faebf11 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    2.51 kB
    Updated model card to reflect new owner almost 3 years ago
  • config.json
    1.06 kB
    Added the model and config almost 3 years ago
  • eval_results.json
    237 Bytes
    Added the model and config almost 3 years ago
  • model.safetensors
    70.8 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin
    70.8 MB
    xet
    Added the model and config almost 3 years ago
  • special_tokens_map.json
    286 Bytes
    Added tokenizer configs almost 3 years ago
  • spiece.model
    760 kB
    xet
    Added tokenizer configs almost 3 years ago
  • tokenizer.json
    2.27 MB
    Added tokenizer configs almost 3 years ago
  • tokenizer_config.json
    527 Bytes
    Added tokenizer configs almost 3 years ago
  • train_results.json
    235 Bytes
    Added the model and config almost 3 years ago