Create README.md
Browse filesThis model can parse through the given resume and can pull the required information. It can also categorize and summarize the candidate's experience and determine if the profile is a good fit for the job description
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: bigscience-bloom-rail-1.0
|
3 |
+
datasets:
|
4 |
+
- burberg92/resume_summary
|
5 |
+
- cnamuangtoun/resume-job-description-fit
|
6 |
+
- Sachinkelenjaguri/Resume_dataset
|
7 |
+
- bhuvanmdev/resume_parser
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
base_model:
|
11 |
+
- openai-community/gpt2
|
12 |
+
pipeline_tag: text-generation
|
13 |
+
library_name: sentence-transformers
|
14 |
+
---
|