PRESTO
Collection
PRESTO: Progressive Pretraining Enhances Synthetic Chemistry Outcomes • 4 items • Updated
How to use IDEA-AI4S/mol-vicuna-7b-v1.5-all-lora-ep5 with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("lmsys/vicuna-7b-v1.5")
model = PeftModel.from_pretrained(base_model, "IDEA-AI4S/mol-vicuna-7b-v1.5-all-lora-ep5")This model is a fine-tuned version of lmsys/vicuna-7b-v1.5 on the uspto_1k_tpl, the smol_270k_i2s, the smol_270k_s2i, the smol_270k_i2f, the smol_270k_f2i, the rcr_57k_rp, the rcr_10k_cp, the rcr_70k_sp, the molinst_125k_rs, the molinst_125k_fs, the bh_sm_10k_yr and the hte_4k_ras datasets.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
lmsys/vicuna-7b-v1.5