martynawck's picture
Create README.md
d43af00
|
raw
history blame contribute delete
No virus
417 Bytes

Model description

How to use

Clone

git clone git@hf.co:ipipan/nlpre_combo_ud_herBERT_pdb

Load model

from combo.predict import COMBO
model_name = './nlpre_combo_ud_herBERT_pdb'

model = COMBO.from_pretrained(model_name)