Spaces:
Running
Running
togokah
commited on
Commit
·
08192b3
1
Parent(s):
4328e80
Revert "Update esp_constants.py"
Browse filesThis reverts commit 4328e80dcd49c74d090d8d46ef4081a52eb80064.
utilities_language_general/esp_constants.py
CHANGED
@@ -52,9 +52,7 @@ with open('language_data/phrases.json', 'r', encoding='utf-8') as f:
|
|
52 |
with open('language_data/fix_irregular_lemma.json', 'r', encoding='utf-8') as f:
|
53 |
FIX_LEMMA = json.load(f)
|
54 |
|
55 |
-
SIMILARITY_VALUES =
|
56 |
-
|
57 |
-
SIMILARITY_VALUES_bert = st.secrets['SIM_VAL_bert']
|
58 |
-
SIMILARITY_VALUES_bert = {SIMILARITY_VALUES_bert[i]: SIMILARITY_VALUES_bert[i + 1] for i in range(6)}
|
59 |
|
60 |
BAD_USER_TARGET_WORDS = []
|
|
|
52 |
with open('language_data/fix_irregular_lemma.json', 'r', encoding='utf-8') as f:
|
53 |
FIX_LEMMA = json.load(f)
|
54 |
|
55 |
+
SIMILARITY_VALUES = {'A1': 1.0, 'A2': 1.0, 'B1': 1.0, 'B2': 1.0, 'C1': 1.0, 'C2': 1.0, 'Без уровня': 1.0}
|
56 |
+
SIMILARITY_VALUES_bert = {'A1': 1.0, 'A2': 1.0, 'B1': 1.0, 'B2': 1.0, 'C1': 1.0, 'C2': 1.0, 'Без уровня': 1.0}
|
|
|
|
|
57 |
|
58 |
BAD_USER_TARGET_WORDS = []
|