anonimoustt
anonimoustt
Hi, Would you please share the latest commit of keybert? I am trying pip install -U keybert command . Thanks
Still getting the error: AttributeError: 'str' object has no attribute 'completions'. I tried with !pip install git+https://github.com/MaartenGr/KeyBERT.git
Hi, I have used the latest version of OpenAI but I am getting same error. I have a query regarding Efficient LLM in https://maartengr.github.io/KeyBERT/guides/keyllm.html#3-fine-tune-candidate-keywords. You mentioned, if two texts appear...
Hi, here is link of google colab code: https://colab.research.google.com/drive/16LbHeLs93Re-sA9kgMHqAPsa3A79KQvB?usp=sharing AttributeError: 'str' object has no attribute 'completions'
Hi, Thanks. I needed to install additionally : !pip install py2neo !pip install tamarind to remove the error.
It is not clear. Specifically, from the code variants, scores = evo_prot_grad.DirectedEvolution( wt_protein = wildtype_sequence, output = 'best', # return best, last, all variants experts = [expert], # list of...
Hi, Yes it would be helpful if the score of the original sequence can be determined. I did not understand scores would have shape [2,100]. I see the score in...
Thanks. EvoProtGrad is really interesting. I am working on kinase domain sequences ( https://huggingface.co/datasets/waylandy/phosformer_curated/raw/main/curated/phosphosites_11mer_kinase_specific.tsv). EvoProtGrad might be interesting tool to get the variants of a kinase sequence for analysis.
Hi one more query: Can EvoProtGrad be used to detection significant connection between two protein sequences? Let us say, I have protein 1 and protein 2 two sequences. Now using...
Hi , I see if parallel_chains = 5, then I see the 5 variants and the corresponding score. Higher the score means more closer to the original sequence?