Skip to content

Commit 83d689f

Browse files
committed
changes
1 parent 590aa02 commit 83d689f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Prescient Design
3+
Copyright (c) 2024 Genentech, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ lobster_embed data.path_to_fasta="test_data/query.fasta" checkpoint="path_to_che
6666

6767
This will generate a dataframe of embeddings and also [log them to wandb](https://genentech.wandb.io/freyn6/lobster-embedding/runs/luv4ebtv?workspace=user-freyn6).
6868

69+
### Regression and classification
70+
For robust multitask modeling, we recommend using `lobster` with [cortex]((https://github.com/prescient-design/cortex/tree/main)). For simple baselines using `lobster` embeddings, use `lobster.model.LinearProbe`.
71+
6972
### Likelihoods
7073
Likelihoods from an autoregressive `PrescientCLM` or pseudo-log likelihoods ("naturalness") from a `PrescientPMLM` can be computed for a list of `sequences` using
7174

0 commit comments

Comments
 (0)