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

dbmdz
/
electra-base-turkish-cased-generator

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
electra
Model card Files Files and versions
xet
Community
1

Instructions to use dbmdz/electra-base-turkish-cased-generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dbmdz/electra-base-turkish-cased-generator with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="dbmdz/electra-base-turkish-cased-generator")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("dbmdz/electra-base-turkish-cased-generator")
    model = AutoModelForMaskedLM.from_pretrained("dbmdz/electra-base-turkish-cased-generator")
  • Notebooks
  • Google Colab
  • Kaggle
electra-base-turkish-cased-generator
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
stefan-it's picture
stefan-it
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
fe3f9b1 almost 3 years ago
  • .gitattributes
    399 Bytes
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • config.json
    1.27 kB
    Update config.json about 6 years ago
  • model.safetensors
    140 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin
    140 MB
    xet
    Update pytorch_model.bin about 6 years ago
  • tf_model.h5
    240 MB
    xet
    Update tf_model.h5 about 6 years ago
  • tokenizer_config.json
    83 Bytes
    Update tokenizer_config.json about 6 years ago
  • vocab.txt
    251 kB
    Update vocab.txt about 6 years ago