Text Classification
Transformers
Safetensors
Turkish
bert
turkish
content-moderation
multi-label-classification
safety
moderation
nlp
Eval Results (legacy)
text-embeddings-inference
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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update license contact info and website (siriusaitech.com)
Browse files
LICENSE
CHANGED
|
@@ -427,14 +427,10 @@ reasonable attorneys' fees) arising from:
|
|
| 427 |
|
| 428 |
SiriusAI Tech Brain Team
|
| 429 |
|
| 430 |
-
|
| 431 |
-
|
| 432 |
-
|
| 433 |
-
|
| 434 |
-
Security Issues: security@siriusai.tech
|
| 435 |
-
Legal Department: legal@siriusai.tech
|
| 436 |
-
|
| 437 |
-
Website: https://siriusai.tech
|
| 438 |
GitHub: https://github.com/sirius-tedarik
|
| 439 |
Hugging Face: https://huggingface.co/hayatiali
|
| 440 |
|
|
|
|
| 427 |
|
| 428 |
SiriusAI Tech Brain Team
|
| 429 |
|
| 430 |
+
Licensing: info@siriusaitech.com
|
| 431 |
+
|
| 432 |
+
|
| 433 |
+
Website: https://siriusaitech.com
|
|
|
|
|
|
|
|
|
|
|
|
|
| 434 |
GitHub: https://github.com/sirius-tedarik
|
| 435 |
Hugging Face: https://huggingface.co/hayatiali
|
| 436 |
|
README.md
CHANGED
|
@@ -486,7 +486,7 @@ Trainable Parameters: ~110M
|
|
| 486 |
|
| 487 |
**License**: SiriusAI Tech Premium License v1.0
|
| 488 |
|
| 489 |
-
**Commercial Use**: Requires Premium License. Contact:
|
| 490 |
|
| 491 |
**Free Use Allowed For**:
|
| 492 |
- Academic research and education
|
|
|
|
| 486 |
|
| 487 |
**License**: SiriusAI Tech Premium License v1.0
|
| 488 |
|
| 489 |
+
**Commercial Use**: Requires Premium License. Contact: info@siriusaitech.com
|
| 490 |
|
| 491 |
**Free Use Allowed For**:
|
| 492 |
- Academic research and education
|