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
Safetensors
Model size
124M params
Tensor type
F32
·
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

Adapter
(39)
this model

Dataset used to train abuzerkomurcu78/yon-eylem-arastirmasi