Hugging Face's logo Hugging Face
    • Models
    • Datasets
    • Pricing
      • Website
        • Metrics
        • Languages
        • Organizations
      • Community
        • Forum
        • Blog
        • GitHub
      • Documentation
        • Model Hub doc
        • Inference API doc
        • Transformers doc
        • Tokenizers doc
        • Datasets doc

    • Log In
    • Sign Up
    • Account
      • Log In
      • Sign Up
    • Website
      • Models
      • Datasets
      • Metrics
      • Languages
      • Organizations
      • Pricing
    • Community
      • Forum
      • Blog
    • Documentation
      • Model Hub doc
      • Inference API doc
      • Transformers doc
      • Tokenizers doc
      • Datasets doc

    's picture dbmdz
    /
    bert-base-turkish-uncased

    PyTorch TensorFlow tr mit bert
    Model card Files and versions

      How to use from the 🤗/transformers library:

                      from transformers import AutoTokenizer, AutoModel
        
        tokenizer = AutoTokenizer.from_pretrained("dbmdz/bert-base-turkish-uncased")
        
        model = AutoModel.from_pretrained("dbmdz/bert-base-turkish-uncased")
                  

      Or just clone the model repo

        git lfs install
        git clone https://huggingface.co/dbmdz/bert-base-turkish-uncased
        
      # if you want to clone without large files – just their pointers # prepend your git clone with the following env var:
      GIT_LFS_SKIP_SMUDGE=1
      • main
    dbmdz/bert-base-turkish-uncased /
    History: 8 commits
    julien-c's picture
    julien-c
    Migrate model card from transformers-repo fa6e0fa 2 months ago
    • .gitattributes 345.0B initial commit 11 months ago
    • README.md 2.8KB Migrate model card from transformers-repo 2 months ago
    • config.json 385.0B Update config.json 10 months ago
    • pytorch_model.bin 424.4MB Update pytorch_model.bin 11 months ago
    • tf_model.h5 519.9MB Update tf_model.h5 10 months ago
    • tokenizer_config.json 59.0B Update tokenizer_config.json 11 months ago
    • vocab.txt 256.5KB Update vocab.txt 11 months ago