Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

hemekci
/
off_detection_turkish

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

Instructions to use hemekci/off_detection_turkish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hemekci/off_detection_turkish with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="hemekci/off_detection_turkish")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("hemekci/off_detection_turkish")
    model = AutoModelForSequenceClassification.from_pretrained("hemekci/off_detection_turkish")
  • Notebooks
  • Google Colab
  • Kaggle
off_detection_turkish
1.48 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 18 commits
patrickvonplaten's picture
patrickvonplaten
upload flax model
e0a7c3d almost 5 years ago
  • .gitattributes
    736 Bytes
    allow flax almost 5 years ago
  • README.md
    1.2 kB
    Update README.md about 5 years ago
  • config.json
    706 Bytes
    Update config.json over 5 years ago
  • flax_model.msgpack
    737 MB
    xet
    upload flax model almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    737 MB
    xet
    UTF-8 Update files over 5 years ago
  • special_tokens_map.json
    112 Bytes
    Update over 5 years ago
  • tokenizer_config.json
    367 Bytes
    Update over 5 years ago
  • vocab.txt
    1.23 MB
    Update over 5 years ago