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

  • Log In
  • Sign Up

magicslabnu
/
GERM-T

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

Instructions to use magicslabnu/GERM-T with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use magicslabnu/GERM-T with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="magicslabnu/GERM-T", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("magicslabnu/GERM-T", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
GERM-T
469 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
Chenghao-Qiu's picture
Chenghao-Qiu
Update config.json
10f6fa1 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.72 kB
    Update README.md about 1 year ago
  • bert_layers.py
    40.8 kB
    Upload bert_layers.py with huggingface_hub about 1 year ago
  • bert_padding.py
    6.1 kB
    Upload bert_padding.py with huggingface_hub about 1 year ago
  • config.json
    908 Bytes
    Update config.json about 1 year ago
  • configuration_bert.py
    1.01 kB
    Upload model about 1 year ago
  • flash_attn_triton.py
    42.7 kB
    Upload flash_attn_triton.py with huggingface_hub about 1 year ago
  • generation_config.json
    69 Bytes
    Upload generation_config.json with huggingface_hub about 1 year ago
  • model.safetensors
    468 MB
    xet
    Upload model about 1 year ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer about 1 year ago
  • tokenizer.json
    286 kB
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    1.14 kB
    Upload tokenizer about 1 year ago