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

gurkan08
/
bert-turkish-text-classification

Text Classification
Transformers
PyTorch
JAX
Turkish
bert
Model card Files Files and versions
xet
Community
2

Instructions to use gurkan08/bert-turkish-text-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use gurkan08/bert-turkish-text-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="gurkan08/bert-turkish-text-classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("gurkan08/bert-turkish-text-classification")
    model = AutoModelForSequenceClassification.from_pretrained("gurkan08/bert-turkish-text-classification")
  • Notebooks
  • Google Colab
  • Kaggle
bert-turkish-text-classification
885 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
patrickvonplaten's picture
patrickvonplaten
upload flax model
1a8ddc4 almost 5 years ago
  • .gitattributes
    391 Bytes
    allow flax almost 5 years ago
  • README.md
    1.81 kB
    Migrate model card from transformers-repo over 5 years ago
  • config.json
    766 Bytes
    Update config.json over 5 years ago
  • flax_model.msgpack
    442 MB
    xet
    upload flax model almost 5 years ago
  • label2id.pickle

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    96 Bytes
    Update label2id.pickle over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    443 MB
    xet
    Update pytorch_model.bin over 5 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json over 5 years ago
  • tokenizer_config.json
    102 Bytes
    Update tokenizer_config.json over 5 years ago
  • vocab.txt
    251 kB
    Update vocab.txt over 5 years ago