Spaces:
Sleeping
Sleeping
Update model to cl-nagoya-sup-simcse-ja-nss-v1_0_8_5, remove outdated anchor name sentence embeddings file, and update cached embeddings with new sizes for improved prediction accuracy.
Browse files- config.py +1 -1
- data/anchor_name_sentence_embeddings_cl-nagoya-sup-simcse-ja-nss-v_1_0_7_13_float16.pkl +0 -3
- data/cached_embeddings_abstract.pkl +2 -2
- data/cached_embeddings_name.pkl +2 -2
- data/cached_embeddings_sub_subject.pkl +2 -2
- data/cached_embeddings_subject.pkl +2 -2
- data/cached_embeddings_unit.pkl +2 -2
- data/outputData.csv +0 -0
- data/standardNameMapData.csv +0 -0
config.py
CHANGED
@@ -24,7 +24,7 @@ NAME_ABSTRACT_MAP_DATA_FILE = os.path.join(DATA_DIR, "nameAbstractData.csv")
|
|
24 |
HALF = "float16"
|
25 |
MODEL_TYPE = None
|
26 |
DEVICE_TYPE = "cpu"
|
27 |
-
MODEL_NAME = "Detomo/cl-nagoya-sup-simcse-ja-nss-
|
28 |
if HALF == "float16":
|
29 |
SENTENCE_EMBEDDING_FILE = os.path.join(
|
30 |
DATA_DIR,
|
|
|
24 |
HALF = "float16"
|
25 |
MODEL_TYPE = None
|
26 |
DEVICE_TYPE = "cpu"
|
27 |
+
MODEL_NAME = "Detomo/cl-nagoya-sup-simcse-ja-nss-v1_0_8_5"
|
28 |
if HALF == "float16":
|
29 |
SENTENCE_EMBEDDING_FILE = os.path.join(
|
30 |
DATA_DIR,
|
data/anchor_name_sentence_embeddings_cl-nagoya-sup-simcse-ja-nss-v_1_0_7_13_float16.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ed71dff3a914baba99e295ba564e28e472672061ef86332cd7f8a44ad4424455
|
3 |
-
size 12099236
|
|
|
|
|
|
|
|
data/cached_embeddings_abstract.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efa0ba6e3b0b6d1c8b2ff0a5de2f66ba17429e6b3223c2887b0528a88fbf1bb6
|
3 |
+
size 10470373
|
data/cached_embeddings_name.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f34ac1db78494652fde5e73bcf6cb84b29d6aee64cca1bacc071d322960c6df5
|
3 |
+
size 30397784
|
data/cached_embeddings_sub_subject.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d295571cf4f7f542e93cc02e4a819cec1df3ff3621ef44043c12bd06b0f69a42
|
3 |
+
size 1102696
|
data/cached_embeddings_subject.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02842eb3c7fc9cdfb09233f069fbeed6ab7305ce7a5cc560525181b5e9011d82
|
3 |
+
size 581363
|
data/cached_embeddings_unit.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13edef15e78487b66e35c3262cbf3a0a976dd0023403d277f2df82e63dcde066
|
3 |
+
size 193890
|
data/outputData.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
data/standardNameMapData.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|