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

  • Log In
  • Sign Up

WeightWatcher
/
albert-large-v2-stsb

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="WeightWatcher/albert-large-v2-stsb")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("WeightWatcher/albert-large-v2-stsb")
    model = AutoModelForSequenceClassification.from_pretrained("WeightWatcher/albert-large-v2-stsb")
  • Notebooks
  • Google Colab
  • Kaggle
albert-large-v2-stsb
73.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
cdhinrichs's picture
cdhinrichs
Updated model card to reflect new owner
14a2cfe almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    2.58 kB
    Updated model card to reflect new owner almost 3 years ago
  • config.json
    981 Bytes
    Added a model and config almost 3 years ago
  • eval_results.json
    245 Bytes
    Added a model and config almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    70.8 MB
    xet
    Added a 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
    247 Bytes
    Added a model and config almost 3 years ago