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

abby101
/
deberta-base-finetuned-wikitext2

Fill-Mask
Transformers
TensorBoard
Safetensors
deberta
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use abby101/deberta-base-finetuned-wikitext2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use abby101/deberta-base-finetuned-wikitext2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="abby101/deberta-base-finetuned-wikitext2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("abby101/deberta-base-finetuned-wikitext2")
    model = AutoModelForMaskedLM.from_pretrained("abby101/deberta-base-finetuned-wikitext2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
deberta-base-finetuned-wikitext2 / runs
8.3 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
abby101's picture
abby101
End of training
a76c604 over 2 years ago
  • Dec01_10-53-38_00e95268f7b7
    End of training over 2 years ago