Spaces:
Running
Running
Update models.py
Browse files
models.py
CHANGED
@@ -101,8 +101,8 @@ def evaluate_with_bloom(pdf_file, job_description):
|
|
101 |
outputs = bloom_model.generate(inputs["input_ids"], max_length=2000)
|
102 |
return bloom_tokenizer.decode(outputs[0], skip_special_tokens=True).strip()
|
103 |
|
104 |
-
def evaluate_with_jabir(
|
105 |
-
resume_text = extract_text_from_pdf(pdf_file)
|
106 |
|
107 |
keywords = "وضعیت خدمت سربازی، سن، محل سکونت، محدوده حقوق پرداختی، میزان سابقه کار مدیریتی، میزان سابقه کار مرتبط با گروه شغلی مشابه، میزان سابقه کار در صنعت، میزان تحصیلات، مهارت زبان، مهارت های نرم افزاری"
|
108 |
|
|
|
101 |
outputs = bloom_model.generate(inputs["input_ids"], max_length=2000)
|
102 |
return bloom_tokenizer.decode(outputs[0], skip_special_tokens=True).strip()
|
103 |
|
104 |
+
def evaluate_with_jabir(resume_text, job_description):
|
105 |
+
#resume_text = extract_text_from_pdf(pdf_file)
|
106 |
|
107 |
keywords = "وضعیت خدمت سربازی، سن، محل سکونت، محدوده حقوق پرداختی، میزان سابقه کار مدیریتی، میزان سابقه کار مرتبط با گروه شغلی مشابه، میزان سابقه کار در صنعت، میزان تحصیلات، مهارت زبان، مهارت های نرم افزاری"
|
108 |
|