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

ashercn97
/
deberta_v3_finetuned

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

Instructions to use ashercn97/deberta_v3_finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ashercn97/deberta_v3_finetuned with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="ashercn97/deberta_v3_finetuned")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("ashercn97/deberta_v3_finetuned")
    model = AutoModelForMaskedLM.from_pretrained("ashercn97/deberta_v3_finetuned", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
deberta_v3_finetuned / runs
15.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ashercn97's picture
ashercn97
ashercn97/mlmwork
02be2b0 verified almost 2 years ago
  • Oct28_00-00-04_f76b8ae9ef02
    ashercn97/mlmwork almost 2 years ago
  • Oct28_00-09-57_f76b8ae9ef02
    ashercn97/mlmwork almost 2 years ago
  • Oct28_00-10-35_f76b8ae9ef02
    ashercn97/mlmwork almost 2 years ago