Text Generation
English
Shivi31dec commited on
Commit
ca9c3e0
1 Parent(s): d098c47

Update README.md

Browse files

added models, data sets description in model card

Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,4 +1,12 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
4
  this is to scan resumes and create a score out of 5 to demonstrate the familiarity of the resume with the job post.
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - bhuvanmdev/resume_parser
5
+ - cnamuangtoun/resume-job-description-fit
6
+ language:
7
+ - en
8
+ base_model:
9
+ - meta-llama/Llama-3.2-1B
10
+ pipeline_tag: text-generation
11
+ ---
12
  this is to scan resumes and create a score out of 5 to demonstrate the familiarity of the resume with the job post.