Bo1015 commited on
Commit
b36e0e1
·
verified ·
1 Parent(s): 160a581

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,10 +13,10 @@ tags:
13
 
14
  We evaluated the xTrimoPGLM-CLM (xTCLM) and xTrimoPGLM(100B) models on two OOD test sets, one with sequence identity lower than 0.9 with the training set (<0.9 ID) and the other with sequence identity lower than 0.5 with the training set (<0.5 ID). Each OOD dataset comprises approximately 10,000 protein sequences. The perplexity results, compared against ProGen2-xlarge (6.4B), are as follows (lower is better):
15
 
16
- | Model | ProGen2-xlarge (6.4B) | xTCLM (1B) | xTCLM (3B) | xTCLM (7B) | xT (100B) |
17
  |:--------------------|:----------:|:----------:|:----------:|:--------------------:|:--------------------:|
18
- | < 0.9 ID | 9.7 | 9.8 | 9.3 | 8.9 | **8.7** |
19
- | < 0.5 ID | 14.3 | 14.0 | 13.7 | 13.5 | **13.3** |
20
 
21
  ## How to use
22
  ```python
 
13
 
14
  We evaluated the xTrimoPGLM-CLM (xTCLM) and xTrimoPGLM(100B) models on two OOD test sets, one with sequence identity lower than 0.9 with the training set (<0.9 ID) and the other with sequence identity lower than 0.5 with the training set (<0.5 ID). Each OOD dataset comprises approximately 10,000 protein sequences. The perplexity results, compared against ProGen2-xlarge (6.4B), are as follows (lower is better):
15
 
16
+ | Model | ProGen2-xlarge (6.4B) | xTCLM (1B) | xTCLM (3B) | xTCLM (7B) | xT-INT4 (100B) |
17
  |:--------------------|:----------:|:----------:|:----------:|:--------------------:|:--------------------:|
18
+ | < 0.9 ID | 9.7 | 9.8 | 9.3 | 8.9 | **8.9** |
19
+ | < 0.5 ID | 14.3 | 14.0 | 13.7 | 13.5 | **13.5** |
20
 
21
  ## How to use
22
  ```python