File size: 1,130 Bytes
690c7f4
7e9bae1
 
 
 
 
 
 
690c7f4
7e9bae1
a97a6d5
13ebb1c
c8068e9
905c055
 
 
 
 
 
 
 
 
 
 
 
db75ab6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
language:
- en
tags:
- text-classification
- zero-shot-classification
pipeline_tag: zero-shot-classification
library_name: transformers
license: mit
base_model: MoritzLaurer/deberta-v3-large-zeroshot-v1.1-all-33
---

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

Hypothesis used for NLI Inference,
```python
{
    "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."
}
```