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

  • Log In
  • Sign Up

alexismatzopoulos
/
elcbertclone

Fill-Mask
Transformers
PyTorch
Safetensors
ltgbert
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use alexismatzopoulos/elcbertclone with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="alexismatzopoulos/elcbertclone", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("alexismatzopoulos/elcbertclone", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
elcbertclone
241 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
alexismatzopoulos's picture
alexismatzopoulos
Upload 10 files
99233b6 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README
    1.03 kB
    Upload 10 files almost 2 years ago
  • README.md
    0 Bytes
    tempory clone for me to test finetune on elcbert. see original model here: https://huggingface.co/lgcharpe/ELC_BERT_small_baby_10M almost 2 years ago
  • __init__.py
    0 Bytes
    Upload 10 files almost 2 years ago
  • config.json
    759 Bytes
    Upload 10 files almost 2 years ago
  • configuration_ltgbert.py
    5.53 kB
    Upload 10 files almost 2 years ago
  • model.safetensors
    120 MB
    xet
    Upload 10 files almost 2 years ago
  • modeling_ltgbert.py
    34.9 kB
    Upload 10 files almost 2 years ago
  • pytorch_model.bin
    120 MB
    xet
    Upload 10 files almost 2 years ago
  • special_tokens_map.json
    173 Bytes
    Upload 10 files almost 2 years ago
  • tokenizer.json
    135 kB
    Upload 10 files almost 2 years ago
  • tokenizer_config.json
    106 Bytes
    Upload 10 files almost 2 years ago