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

IDEA-AI4S
/
AbLingua

Fill-Mask
Transformers
PyTorch
Safetensors
bert
biology
Model card Files Files and versions
xet
Community
3

Instructions to use IDEA-AI4S/AbLingua with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use IDEA-AI4S/AbLingua with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="IDEA-AI4S/AbLingua")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("IDEA-AI4S/AbLingua")
    model = AutoModelForMaskedLM.from_pretrained("IDEA-AI4S/AbLingua")
  • Notebooks
  • Google Colab
  • Kaggle
AbLingua
Ctrl+K
Ctrl+K
  • 3 contributors
History: 8 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
33d258d verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    258 Bytes
    Update README.md almost 2 years ago
  • config.json
    600 Bytes
    Upload 2 files almost 2 years ago
  • model.safetensors
    2.47 GB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    2.47 GB
    xet
    Upload 2 files almost 2 years ago