damlab commited on
Commit
9dcaf58
1 Parent(s): 17f387b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,6 +1,7 @@
1
 
2
  ---
3
  license: mit
 
4
  ---
5
 
6
  # HIV_PR_resist model
@@ -41,7 +42,7 @@ This model was trained using the [damlab/HIV-PI dataset](https://huggingface.co/
41
 
42
  ### Preprocessing
43
 
44
- As with the rostlab/Prot-bert-bfd model, the rare amino acids U, Z, O, and B were converted to X and spaces were added between each amino acid. All strings were concatenated and chunked into 256 token chunks for training. A random 20% of chunks were held for validation.
45
 
46
  ### Training
47
 
 
1
 
2
  ---
3
  license: mit
4
+
5
  ---
6
 
7
  # HIV_PR_resist model
 
42
 
43
  ### Preprocessing
44
 
45
+ As with the [rostlab/Prot-bert-bfd model](https://huggingface.co/Rostlab/prot_bert_bfd), the rare amino acids U, Z, O, and B were converted to X and spaces were added between each amino acid. All strings were concatenated and chunked into 256 token chunks for training. A random 20% of chunks were held for validation.
46
 
47
  ### Training
48