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

  • Log In
  • Sign Up

jacklin
/
DistilBERT-AGG

Fill-Mask
Transformers
PyTorch
distilbert
Model card Files Files and versions
xet
Community
1

Instructions to use jacklin/DistilBERT-AGG with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use jacklin/DistilBERT-AGG with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="jacklin/DistilBERT-AGG")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("jacklin/DistilBERT-AGG")
    model = AutoModelForMaskedLM.from_pretrained("jacklin/DistilBERT-AGG")
  • Notebooks
  • Google Colab
  • Kaggle
DistilBERT-AGG
537 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
c8ad17a verified over 1 year ago
  • .gitattributes
    1.4 kB
    Adding `safetensors` variant of this model over 1 year ago
  • TermWeightTrans.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    4.33 kB
    xet
    upload model almost 4 years ago
  • TermWeightTrans_config.json
    49 Bytes
    upload model almost 4 years ago
  • config.json
    662 Bytes
    upload model almost 4 years ago
  • model.safetensors
    268 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pooler.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    395 kB
    xet
    upload model almost 4 years ago
  • pooler_config.json
    51 Bytes
    upload model almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    268 MB
    xet
    upload model almost 4 years ago
  • special_tokens_map.json
    112 Bytes
    upload model almost 4 years ago
  • tokenizer_config.json
    578 Bytes
    upload model almost 4 years ago
  • vocab.txt
    232 kB
    upload model almost 4 years ago