Shivi31dec
commited on
Update README.md
Browse filesadded models, data sets description in model card
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.
|