Spaces:
Sleeping
Sleeping
update model to cl-nagoya-sup-simcse-ja-nss-v_1_0_7_13 and remove outdated sentence embedding files
Browse files- config.py +4 -4
- data/anchor_name_sentence_embeddings_cl-nagoya-sup-simcse-ja-nss-v_1_0_6.pkl +0 -3
- data/anchor_name_sentence_embeddings_cl-nagoya-sup-simcse-ja-nss-v_1_0_6_bfloat16.pkl +0 -3
- data/anchor_name_sentence_embeddings_cl-nagoya-sup-simcse-ja-nss-v_1_0_6_float16.pkl +0 -3
- data/standardData.csv +0 -0
config.py
CHANGED
@@ -22,20 +22,20 @@ STANDARD_NAME_MAP_DATA_FILE = os.path.join(DATA_DIR, "standardData.csv")
|
|
22 |
HALF = "float16"
|
23 |
MODEL_TYPE = None
|
24 |
DEVICE_TYPE = "cpu"
|
25 |
-
MODEL_NAME = "Detomo/cl-nagoya-sup-simcse-ja-nss-
|
26 |
if HALF == "float16":
|
27 |
SENTENCE_EMBEDDING_FILE = os.path.join(
|
28 |
DATA_DIR,
|
29 |
-
"anchor_name_sentence_embeddings_cl-nagoya-sup-simcse-ja-nss-
|
30 |
)
|
31 |
elif HALF == "bfloat16":
|
32 |
SENTENCE_EMBEDDING_FILE = os.path.join(
|
33 |
DATA_DIR,
|
34 |
-
"anchor_name_sentence_embeddings_cl-nagoya-sup-simcse-ja-nss-
|
35 |
)
|
36 |
else:
|
37 |
SENTENCE_EMBEDDING_FILE = os.path.join(
|
38 |
DATA_DIR,
|
39 |
-
"anchor_name_sentence_embeddings_cl-nagoya-sup-simcse-ja-nss-
|
40 |
)
|
41 |
# SENTENCE_EMBEDDING_FILE = None
|
|
|
22 |
HALF = "float16"
|
23 |
MODEL_TYPE = None
|
24 |
DEVICE_TYPE = "cpu"
|
25 |
+
MODEL_NAME = "Detomo/cl-nagoya-sup-simcse-ja-nss-v_1_0_7_13"
|
26 |
if HALF == "float16":
|
27 |
SENTENCE_EMBEDDING_FILE = os.path.join(
|
28 |
DATA_DIR,
|
29 |
+
"anchor_name_sentence_embeddings_cl-nagoya-sup-simcse-ja-nss-v_1_0_7_13_float16.pkl",
|
30 |
)
|
31 |
elif HALF == "bfloat16":
|
32 |
SENTENCE_EMBEDDING_FILE = os.path.join(
|
33 |
DATA_DIR,
|
34 |
+
"anchor_name_sentence_embeddings_cl-nagoya-sup-simcse-ja-nss-v_1_0_7_13_bfloat16.pkl",
|
35 |
)
|
36 |
else:
|
37 |
SENTENCE_EMBEDDING_FILE = os.path.join(
|
38 |
DATA_DIR,
|
39 |
+
"anchor_name_sentence_embeddings_cl-nagoya-sup-simcse-ja-nss-v_1_0_7_13.pkl",
|
40 |
)
|
41 |
# SENTENCE_EMBEDDING_FILE = None
|
data/anchor_name_sentence_embeddings_cl-nagoya-sup-simcse-ja-nss-v_1_0_6.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:7b84eb797efb9f6a53d689454e860ddcf477fd4e896293128c20a99b93e3f38d
|
3 |
-
size 21888164
|
|
|
|
|
|
|
|
data/anchor_name_sentence_embeddings_cl-nagoya-sup-simcse-ja-nss-v_1_0_6_bfloat16.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:042dcf97e2e686a956e3311e897e1707e330ff1413bf3310cd8ea8b0393abf4c
|
3 |
-
size 21888164
|
|
|
|
|
|
|
|
data/anchor_name_sentence_embeddings_cl-nagoya-sup-simcse-ja-nss-v_1_0_6_float16.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:a7eb117306729208293b84057ca01d8fa6238dc5be1f69c3ad452ba84fa6c6bf
|
3 |
-
size 10944164
|
|
|
|
|
|
|
|
data/standardData.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|