cloud77 commited on
Commit
d6a70ae
·
verified ·
1 Parent(s): 88b41c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,7 +1,9 @@
1
  ---
2
  license: afl-3.0
3
  ---
4
- Here only provides a simple, useful template. For more details, please visit the [HuDiff GitHub repository](https://github.com/TencentAI4S/HuDiff).
 
 
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
  ```