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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

biu-nlp
/
cdlm

Fill-Mask
Transformers
PyTorch
English
longformer
cdlm
Model card Files Files and versions
xet
Community
1

Instructions to use biu-nlp/cdlm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use biu-nlp/cdlm with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="biu-nlp/cdlm")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("biu-nlp/cdlm")
    model = AutoModelForMaskedLM.from_pretrained("biu-nlp/cdlm", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
cdlm
596 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
cattana's picture
cattana
Create README.md
c105869 almost 5 years ago
  • .gitattributes
    1.18 kB
    initial commit almost 5 years ago
  • README.md
    1.2 kB
    Create README.md almost 5 years ago
  • added_tokens.json
    37 Bytes
    init almost 5 years ago
  • config.json
    799 Bytes
    init almost 5 years ago
  • merges.txt
    456 kB
    init almost 5 years ago
  • pytorch_model.bin
    595 MB
    xet
    init almost 5 years ago
  • special_tokens_map.json
    772 Bytes
    init almost 5 years ago
  • tokenizer_config.json
    26 Bytes
    init almost 5 years ago
  • training_args.bin
    1.78 kB
    xet
    init almost 5 years ago
  • vocab.json
    899 kB
    init almost 5 years ago