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

akdeniz27
/
bert-turkish-text-classification

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="akdeniz27/bert-turkish-text-classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("akdeniz27/bert-turkish-text-classification")
    model = AutoModelForSequenceClassification.from_pretrained("akdeniz27/bert-turkish-text-classification")
  • Notebooks
  • Google Colab
  • Kaggle
bert-turkish-text-classification
1.33 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 9 commits
akdeniz27's picture
akdeniz27
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
8c80f56 almost 3 years ago
  • .gitattributes
    790 Bytes
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • README.md
    493 Bytes
    Update README.md over 4 years ago
  • config.json
    961 Bytes
    Update config.json over 5 years ago
  • eval_results.txt
    91 Bytes
    first commit over 5 years ago
  • flax_model.msgpack
    443 MB
    xet
    upload flax model almost 5 years ago
  • model.safetensors
    443 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • model_args.json
    2.61 kB
    first commit over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    443 MB
    xet
    first commit over 5 years ago
  • special_tokens_map.json
    112 Bytes
    first commit over 5 years ago
  • tokenizer_config.json
    361 Bytes
    first commit over 5 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "simpletransformers.config.model_args.ClassificationArgs"

    How to fix it?

    3.12 kB
    xet
    first commit over 5 years ago
  • vocab.txt
    251 kB
    first commit over 5 years ago