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 Examples
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

Adapter
(31)
this model

Dataset used to train abuzerkomurcu78/yon-eylem-arastirmasi