Anandi99 commited on
Commit
c717bfe
1 Parent(s): 6ae0764

Create README.md

Browse files

This 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

Files changed (1) hide show
  1. README.md +14 -0
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
+ ---