How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="zeyadusf/deberta-DAIGT-MODELS")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("zeyadusf/deberta-DAIGT-MODELS")
model = AutoModelForSequenceClassification.from_pretrained("zeyadusf/deberta-DAIGT-MODELS")
Quick Links

Model Card for Model ID

Model Details

  • eval_loss : 0.0035623444709926844,
  • eval_accuracy : 0.9996336996336996,
  • eval_f1-score : 0.999633699584551,
  • epoch : 2
Classification Report:
              precision    recall  f1-score   support

           0       1.00      1.00      1.00      1365
           1       1.00      1.00      1.00      1365

    accuracy                           1.00      2730
   macro avg       1.00      1.00      1.00      2730
weighted avg       1.00      1.00      1.00      2730

image/png

Downloads last month
33
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for zeyadusf/deberta-DAIGT-MODELS

Finetuned
(75)
this model

Dataset used to train zeyadusf/deberta-DAIGT-MODELS

Space using zeyadusf/deberta-DAIGT-MODELS 1

Collection including zeyadusf/deberta-DAIGT-MODELS