RyanWangZf / Trial2Vec

Findings of EMNLP'22 | Trial2Vec: Zero-Shot Clinical Trial Document Similarity Search using Self-Supervision
MIT License
19 stars 4 forks source link

the pre-trained Trial2Vec models #1

Closed xy-always closed 1 year ago

xy-always commented 1 year ago

Hi, can we download the pre-trained Trail2Vec models?

RyanWangZf commented 1 year ago
from trial2vec import Trial2Vec

model = Trial2Vec()

model.from_pretrained()

It will download the pretrained weights automatically.

xy-always commented 1 year ago

Very thanks~