Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

lgessler
/
microbert-coptic-mx

Feature Extraction
Transformers
PyTorch
Safetensors
Coptic
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use lgessler/microbert-coptic-mx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lgessler/microbert-coptic-mx with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="lgessler/microbert-coptic-mx")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("lgessler/microbert-coptic-mx")
    model = AutoModel.from_pretrained("lgessler/microbert-coptic-mx")
  • Notebooks
  • Google Colab
  • Kaggle
microbert-coptic-mx
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
lgessler's picture
lgessler
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
511e8eb verified 10 months ago
  • .gitattributes
    1.4 kB
    Adding `safetensors` variant of this model (#1) 10 months ago
  • README.md
    814 Bytes
    Update README.md over 3 years ago
  • config.json
    583 Bytes
    add mlm-xpos_layers-3_heads-5_hidden-100 almost 4 years ago
  • model.safetensors
    5.16 MB
    xet
    Adding `safetensors` variant of this model (#1) 10 months ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    5.17 MB
    xet
    replace with previous version almost 4 years ago
  • special_tokens_map.json
    156 Bytes
    add mlm-xpos_layers-3_heads-5_hidden-100 almost 4 years ago
  • tokenizer.json
    239 kB
    replace with previous version almost 4 years ago
  • tokenizer_config.json
    270 Bytes
    add mlm-xpos_layers-3_heads-5_hidden-100 almost 4 years ago
  • vocab.txt
    118 kB
    replace with previous version almost 4 years ago