Edit model card

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

The article is under publication. For communication, you can send an e-mail to hakki.babacan@erzincan.edu.tr.

Model Trained Using AutoTrain

  • Problem type: Binary Classification
  • Model ID: 73482139269
  • CO2 Emissions (in grams): 0.8368

Validation Metrics

  • Loss: 0.076
  • Accuracy: 0.973
  • Precision: 0.912
  • Recall: 0.995
  • AUC: 0.997
  • F1: 0.951

Usage

You can use cURL to access this model:

$ curl -X POST -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "I love AutoTrain"}' https://api-inference.huggingface.co/models/halilbabacan/autotrain-cognitive_distortions-73482139269

Or Python API:

from transformers import AutoModelForSequenceClassification, AutoTokenizer

model = AutoModelForSequenceClassification.from_pretrained("halilbabacan/autotrain-cognitive_distortions-73482139269", use_auth_token=True)

tokenizer = AutoTokenizer.from_pretrained("halilbabacan/autotrain-cognitive_distortions-73482139269", use_auth_token=True)

inputs = tokenizer("I love AutoTrain", return_tensors="pt")

outputs = model(**inputs)
Downloads last month
0
Safetensors
Model size
278M params
Tensor type
I64
·
F32
·

Dataset used to train halilbabacan/autotrain-cognitive_distortions-73482139269