Spaces:
Paused
Paused
Commit
·
2a8ccfd
1
Parent(s):
b336194
switched to falcon
Browse files
backend/services/resume_parser.py
CHANGED
@@ -11,7 +11,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
11 |
# ===============================
|
12 |
# Load DeepSeek Janus-Pro-7B Model
|
13 |
# ===============================
|
14 |
-
MODEL_ID = "
|
15 |
|
16 |
|
17 |
print(f"Loading {MODEL_ID}... (This may take some time on first run)")
|
|
|
11 |
# ===============================
|
12 |
# Load DeepSeek Janus-Pro-7B Model
|
13 |
# ===============================
|
14 |
+
MODEL_ID = "tiiuae/falcon-7b-instruct"
|
15 |
|
16 |
|
17 |
print(f"Loading {MODEL_ID}... (This may take some time on first run)")
|