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
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.
Model tree for abuzerkomurcu78/yon-eylem-arastirmasi
Base model
meta-llama/Llama-3.1-70B
Finetuned
meta-llama/Llama-3.3-70B-Instruct