Spaces:
Sleeping
Sleeping
Alexander CARNET commited on
Commit ·
c6c3036
1
Parent(s): 5c168fa
modifications de etiquettes pour l'experience passée
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ def creat_vector(data: TextRequest):
|
|
| 36 |
SYNONYMES_ETIQUETTES: dict[str, List[str]] = {
|
| 37 |
"role": ["job title", "professional role", "occupation", "position"],
|
| 38 |
"skills": ["skill", "competency", "expertise", "ability", "professional knowledge", "technique"],
|
| 39 |
-
"experience_passée": ["
|
| 40 |
"company_type": ["company type", "industry", "sector", "type of organization"],
|
| 41 |
}
|
| 42 |
|
|
|
|
| 36 |
SYNONYMES_ETIQUETTES: dict[str, List[str]] = {
|
| 37 |
"role": ["job title", "professional role", "occupation", "position"],
|
| 38 |
"skills": ["skill", "competency", "expertise", "ability", "professional knowledge", "technique"],
|
| 39 |
+
"experience_passée": ["past employer", "former company", "duration of experience", "years of experience"],
|
| 40 |
"company_type": ["company type", "industry", "sector", "type of organization"],
|
| 41 |
}
|
| 42 |
|