FarmerTao commited on
Commit
62700c3
1 Parent(s): 7fe87ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -9,7 +9,7 @@ library_name: peft
9
  This model is used to predict interaction of antigen-variable domain of heavy chain of heavy chain antibody (VHH) with
10
  severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) spike proteins.
11
 
12
- This model can only used to pridict Alpha variants.
13
 
14
  ### Task type
15
  protein level classification
@@ -17,11 +17,13 @@ protein level classification
17
  ### Dataset description
18
  The dataset is from [Deep generative models of genetic variation capture the effects of mutations](https://www.nature.com/articles/s41592-018-0138-4).
19
 
 
20
  ### Model input type
21
  Amino acid sequence
22
 
23
  ### Performance
24
  test_acc: 0.95
 
25
  test_loss: 0.32
26
 
27
  ### LoRA config
 
9
  This model is used to predict interaction of antigen-variable domain of heavy chain of heavy chain antibody (VHH) with
10
  severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) spike proteins.
11
 
12
+ This model is trained on Alpha variants, thus can only be used to pridict interaction with Alpha variants.
13
 
14
  ### Task type
15
  protein level classification
 
17
  ### Dataset description
18
  The dataset is from [Deep generative models of genetic variation capture the effects of mutations](https://www.nature.com/articles/s41592-018-0138-4).
19
 
20
+ Binary label represented by 1 for the binding pair and 0 for the non-binding pair.
21
  ### Model input type
22
  Amino acid sequence
23
 
24
  ### Performance
25
  test_acc: 0.95
26
+
27
  test_loss: 0.32
28
 
29
  ### LoRA config