Draup-DS commited on
Commit
f7e61ae
·
verified ·
1 Parent(s): 7b6ffe4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -137,8 +137,6 @@ The model supports salary parsing for the following 49 countries:
137
 
138
  ## Limitations
139
 
140
- - Performance may degrade on salary formats not well-represented in training data.
141
- - Country context is used for currency disambiguation; incorrect country input may
142
- produce inaccurate `iso_code` or `currency` values.
143
- - The model is not multilingual — salary text is expected to be in English or use
144
- standard numeric/symbol conventions.
 
137
 
138
  ## Limitations
139
 
140
+ - Country names must match one of the 49 supported countries listed above.
141
+ - Country is used for currency disambiguation; incorrect input may lead to wrong currency/ISO codes.
142
+ - Primarily trained on English and performance may degrade with other languages.