MindLaw - T5 Base Model
MindLaw, T5 base modelinin özel olarak Türkçe hukuk verisi ile eğitilmiş bir versiyonudur. Model, hukuki danışmanlık niteliği taşır ve avukatlara yönlendirilebilecek soruları yanıtlayabilir...
Model Detayları
- Model Adı: MindLaw
- Base Model: T5 Base
- Dil: Türkçe (
tr
) - Alan: Hukuk
- Lisans: Apache 2.0
Kullanım
Aşağıdaki kod ile modeli ve tokenizer'ı yükleyebilirsiniz:
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Renicames/t5-base-turkish-MindLaw")
model = AutoModelForSeq2SeqLM.from_pretrained("Renicames/t5-base-turkish-MindLaw")
- Downloads last month
- 28
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.