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.

Model Trained Using AutoTrain

  • Problem type: Multi-class Classification
  • Model ID: 80145141406
  • CO2 Emissions (in grams): 0.0109

Validation Metrics

  • Loss: 2.642
  • Accuracy: 0.339
  • Macro F1: 0.056
  • Micro F1: 0.339
  • Weighted F1: 0.225
  • Macro Precision: 0.057
  • Micro Precision: 0.339
  • Weighted Precision: 0.207
  • Macro Recall: 0.079
  • Micro Recall: 0.339
  • Weighted Recall: 0.339

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/Hamalia/autotrain-triageinfojuri-80145141406

Or Python API:

from transformers import AutoModelForSequenceClassification, AutoTokenizer

model = AutoModelForSequenceClassification.from_pretrained("Hamalia/autotrain-triageinfojuri-80145141406", use_auth_token=True)

tokenizer = AutoTokenizer.from_pretrained("Hamalia/autotrain-triageinfojuri-80145141406", use_auth_token=True)

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

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

Dataset used to train Hamalia/autotrain-triageinfojuri-80145141406