Skip to content

Commit

Permalink
♻️ Use models from IBM org on HG hub
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Picco <piccogabriele@gmail.com>
  • Loading branch information
GabrielePicco committed Oct 12, 2022
1 parent 237d5d9 commit bed746e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zshot/linker/linker_regen/linker_regen.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from zshot.linker.linker_regen.utils import create_input
from zshot.utils.data_models import Entity, Span

MODEL_NAME = "gabriele-picco/regen-disambiguation"
MODEL_NAME = "ibm/regen-disambiguation"

START_ENT_TOKEN = "[START_ENT]"
END_ENT_TOKEN = "[END_ENT]"
Expand Down
2 changes: 1 addition & 1 deletion zshot/linker/linker_smxm.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)
from zshot.utils.data_models import Span

MODEL_NAME = "gabriele-picco/smxm"
MODEL_NAME = "ibm/smxm"


class LinkerSMXM(Linker):
Expand Down

0 comments on commit bed746e

Please sign in to comment.