Model kartını oluştur
readme_content = """
language: tr tags:
- turkish
- classification
- pytorch library_name: transformers pipeline_tag: text-classification
license: mit
Yön Eylem Araştırması Modeli
Model Açıklaması
Bu model [modelin amacını ve ne yaptığını açıklayın]
Kullanım
from transformers import AutoModel, AutoTokenizer
model = AutoModel.from_pretrained("abuzerkomurcu78/yon-eylem-arastirmasi")
tokenizer = AutoTokenizer.from_pretrained("abuzerkomurcu78/yon-eylem-arastirmasi")
# Örnek kullanım
text = "Test metni"
inputs = tokenizer(text, return_tensors="pt")
outputs = model(**inputs)
- Downloads last month
- 0
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.
Model tree for abuzerkomurcu78/yon-eylem-arastirmasi
Base model
meta-llama/Llama-3.1-70B
Finetuned
meta-llama/Llama-3.3-70B-Instruct