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: Entity Extraction
  • Model ID: 97482146905
  • CO2 Emissions (in grams): 0.2781

Validation Metrics

  • Loss: 0.101
  • Accuracy: 0.970
  • Precision: 0.000
  • Recall: 0.000
  • F1: 0.000

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/matiouch84/autotrain-extv7-97482146905

Or Python API:

from transformers import AutoModelForTokenClassification, AutoTokenizer

model = AutoModelForTokenClassification.from_pretrained("matiouch84/autotrain-extv7-97482146905", use_auth_token=True)

tokenizer = AutoTokenizer.from_pretrained("matiouch84/autotrain-extv7-97482146905", use_auth_token=True)

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

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