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

KoichiYasuoka
/
deberta-base-coptic

Fill-Mask
Transformers
PyTorch
Coptic
deberta-v2
coptic
masked-lm
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use KoichiYasuoka/deberta-base-coptic with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="KoichiYasuoka/deberta-base-coptic")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("KoichiYasuoka/deberta-base-coptic")
    model = AutoModelForMaskedLM.from_pretrained("KoichiYasuoka/deberta-base-coptic")
  • Notebooks
  • Google Colab
  • Kaggle
deberta-base-coptic
354 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
KoichiYasuoka's picture
KoichiYasuoka
link to dependency-parsing
7394af9 over 3 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • README.md
    740 Bytes
    link to dependency-parsing over 3 years ago
  • config.json
    799 Bytes
    initial release almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    353 MB
    xet
    initial release almost 4 years ago
  • special_tokens_map.json
    156 Bytes
    initial release almost 4 years ago
  • spm.model

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    1 Bytes
    xet
    initial release almost 4 years ago
  • tokenizer.json
    211 kB
    initial release almost 4 years ago
  • tokenizer_config.json
    298 Bytes
    initial release almost 4 years ago