VivekMalipatel23
commited on
Commit
•
905c055
1
Parent(s):
915e8ca
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,17 @@ license: mit
|
|
10 |
base_model: MoritzLaurer/deberta-v3-large-zeroshot-v1.1-all-33
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
|
|
10 |
base_model: MoritzLaurer/deberta-v3-large-zeroshot-v1.1-all-33
|
11 |
---
|
12 |
|
13 |
+
Model Finetuned with custom Emails data for tracking job applications.
|
14 |
+
|
15 |
+
Hypothesis used for NLI Inference,
|
16 |
+
```python
|
17 |
+
{
|
18 |
+
"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.",
|
19 |
+
"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.",
|
20 |
+
"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.",
|
21 |
+
"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."
|
22 |
+
}
|
23 |
+
```
|
24 |
+
|
25 |
+
|
26 |
|