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
/
convbert-base-turkish-cased

Feature Extraction
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
Turkish
convbert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="dbmdz/convbert-base-turkish-cased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("dbmdz/convbert-base-turkish-cased")
    model = AutoModel.from_pretrained("dbmdz/convbert-base-turkish-cased")
  • Notebooks
  • Google Colab
  • Kaggle
convbert-base-turkish-cased
1.28 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
stefan-it's picture
stefan-it
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
ba09bc2 over 2 years ago
  • .gitattributes
    744 Bytes
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • README.md
    2.57 kB
    readme: add initial version about 5 years ago
  • config.json
    565 Bytes
    config: add new config for Turkish ConvBERT model about 5 years ago
  • model.safetensors
    427 MB
    xet
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    427 MB
    xet
    model: add new Turkish ConvBERT model: ConvBERTurk (both PyTorch and TensorFlow weights) about 5 years ago
  • tf_model.h5
    428 MB
    xet
    model: add new Turkish ConvBERT model: ConvBERTurk (both PyTorch and TensorFlow weights) about 5 years ago
  • tokenizer_config.json
    83 Bytes
    tokenizer: add configuration and vocab for new Turkish ConvBERT model about 5 years ago
  • vocab.txt
    251 kB
    tokenizer: add configuration and vocab for new Turkish ConvBERT model about 5 years ago