Tom Aarsen commited on
Commit ·
455f7c1
1
Parent(s): 6232aef
Rename CausalScoreHead to LogitScore
Browse files
{1_CausalScoreHead → 1_LogitScore}/config.json
RENAMED
|
File without changes
|
modules.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
{
|
| 9 |
"idx": 1,
|
| 10 |
"name": "1",
|
| 11 |
-
"path": "
|
| 12 |
-
"type": "sentence_transformers.cross_encoder.modules.
|
| 13 |
}
|
| 14 |
]
|
|
|
|
| 8 |
{
|
| 9 |
"idx": 1,
|
| 10 |
"name": "1",
|
| 11 |
+
"path": "1_LogitScore",
|
| 12 |
+
"type": "sentence_transformers.cross_encoder.modules.logit_score.LogitScore"
|
| 13 |
}
|
| 14 |
]
|