VivekMalipatel23's picture
Update README.md
78d147a verified
metadata
language:
  - en
tags:
  - text-classification
  - zero-shot-classification
pipeline_tag: zero-shot-classification
library_name: transformers
license: mit
base_model: MoritzLaurer/deberta-v3-xsmall-zeroshot-v1.1-all-33

Model Finetuned with custom Emails data for tracking job applications from email mailbox.

Hypothesis used for NLI Inference,

{
    "Applied": "The email is related to a job application that the recipient has submitted, for instance, a confirmation email received after applying for a job.",
    "Rejected": "The email is related to a rejection from a job application, indicating that the recipient was not selected for the job role or that the application will not be moving forward.",
    "Irrelevant": "The email is not related to job applications, such as applying, being rejected, or being accepted for a job role. It does not pertain to the status or process of job applications.",
    "Accepted": "The email is related to the acceptance of a job application, indicating that the recipient has not just applied but been selected or accepted for a job role following an application."
}