philipphager
commited on
Commit
•
bbc753b
1
Parent(s):
12c676c
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ import jax.numpy as jnp
|
|
30 |
from src.model import PBMCrossEncoder
|
31 |
|
32 |
model = PBMCrossEncoder.from_pretrained(
|
33 |
-
"philipphager/baidu-ultr_uva-
|
34 |
)
|
35 |
|
36 |
# Mock batch following Baidu-ULTR with 4 documents, each with 8 tokens
|
|
|
30 |
from src.model import PBMCrossEncoder
|
31 |
|
32 |
model = PBMCrossEncoder.from_pretrained(
|
33 |
+
"philipphager/baidu-ultr_uva-bert_twotower",
|
34 |
)
|
35 |
|
36 |
# Mock batch following Baidu-ULTR with 4 documents, each with 8 tokens
|