ahmedheakl
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
datasets:
|
5 |
+
- ahmedheakl/resume-atlas
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
- f1
|
11 |
+
- recall
|
12 |
+
- precision
|
13 |
+
pipeline_tag: text-classification
|
14 |
+
---
|
15 |
+
|
16 |
+
# Model Card for Model ID
|
17 |
+
|
18 |
+
**Please see paper & code for more information:**
|
19 |
+
- https://github.com/noran-mohamed/Resume-Classification-Dataset
|
20 |
+
- https://arxiv.org/abs/2406.18125
|
21 |
+
|
22 |
+
|
23 |
+
## Citation
|
24 |
+
|
25 |
+
**BibTeX:**
|
26 |
+
```
|
27 |
+
@article{heakl2024resumeatlas,
|
28 |
+
title={ResumeAtlas: Revisiting Resume Classification with Large-Scale Datasets and Large Language Models},
|
29 |
+
author={Heakl, Ahmed and Mohamed, Youssef and Mohamed, Noran and Sharkaway, Ali and Zaky, Ahmed},
|
30 |
+
journal={arXiv preprint arXiv:2406.18125},
|
31 |
+
year={2024}
|
32 |
+
}
|
33 |
+
```
|
34 |
+
|
35 |
+
**APA:**
|
36 |
+
```
|
37 |
+
Heakl, A., Mohamed, Y., Mohamed, N., Sharkaway, A., & Zaky, A. (2024). ResumeAtlas: Revisiting Resume Classification with Large-Scale Datasets and Large Language Models. arXiv (Cornell University). https://doi.org/10.48550/arxiv.2406.18125
|
38 |
+
```
|
39 |
+
|
40 |
+
|
41 |
+
## Model Card Authors [optional]
|
42 |
+
|
43 |
+
Email: [email protected]
|
44 |
+
Linkedin: https://linkedin.com/in/ahmed-heakl
|