Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
---
|
2 |
license: afl-3.0
|
3 |
---
|
4 |
-
Here
|
|
|
|
|
5 |
## HuDiff-Ab Humanization
|
6 |
There are two ways to humanize an antibody, either by using a complex fasta file containing antigen-antibody sequences or by providing individual heavy and light chain sequences.
|
7 |
```
|
|
|
1 |
---
|
2 |
license: afl-3.0
|
3 |
---
|
4 |
+
Here, the tar file contains only the LMDB files of the training dataset and the checkpoints for HuDiff-Ab and HuDiff-Nb.
|
5 |
+
For the code and further details, please visit the HuDiff GitHub repository.
|
6 |
+
Below are simple code templates for utilizing the checkpoint to humanize the sequences.
|
7 |
## HuDiff-Ab Humanization
|
8 |
There are two ways to humanize an antibody, either by using a complex fasta file containing antigen-antibody sequences or by providing individual heavy and light chain sequences.
|
9 |
```
|