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

  • Log In
  • Sign Up

hayatiali
/
turkish-safety

Text Classification
Transformers
Safetensors
Turkish
bert
turkish
content-moderation
multi-label-classification
safety
moderation
nlp
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use hayatiali/turkish-safety with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hayatiali/turkish-safety with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="hayatiali/turkish-safety")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("hayatiali/turkish-safety")
    model = AutoModelForSequenceClassification.from_pretrained("hayatiali/turkish-safety")
  • Notebooks
  • Google Colab
  • Kaggle
turkish-safety
444 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
hayatiali's picture
hayatiali
Update license contact info and website (siriusaitech.com)
114116a verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • LICENSE
    21.2 kB
    Update license contact info and website (siriusaitech.com) 5 months ago
  • README.md
    19.4 kB
    Update license contact info and website (siriusaitech.com) 5 months ago
  • config.json
    1.01 kB
    v5.0: 85K dataset, Macro F1 0.9165, MCC 0.9045 5 months ago
  • model.safetensors
    443 MB
    xet
    v5.0: 85K dataset, Macro F1 0.9165, MCC 0.9045 5 months ago
  • special_tokens_map.json
    125 Bytes
    v5.0: 85K dataset, Macro F1 0.9165, MCC 0.9045 5 months ago
  • tokenizer.json
    766 kB
    v5.0: 85K dataset, Macro F1 0.9165, MCC 0.9045 5 months ago
  • tokenizer_config.json
    1.25 kB
    v5.0: 85K dataset, Macro F1 0.9165, MCC 0.9045 5 months ago
  • training_args.bin

    Detected Pickle imports (8)

    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.HubStrategy",
    • "torch.device",
    • "transformers.training_args.OptimizerNames",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.IntervalStrategy",
    • "accelerate.utils.dataclasses.DistributedType"

    How to fix it?

    4.79 kB
    xet
    v5.0: 85K dataset, Macro F1 0.9165, MCC 0.9045 5 months ago
  • vocab.txt
    263 kB
    v5.0: 85K dataset, Macro F1 0.9165, MCC 0.9045 5 months ago