exs-fdreyer commited on
Commit
43c8e45
1 Parent(s): 71b696a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -2,15 +2,16 @@
2
  tags:
3
  - antibody language model
4
  - antibody
 
5
  base_model: Exscientia/IgT5_unpaired
6
  license: mit
7
  ---
8
 
9
  # IgT5 model
10
 
11
- Pretrained model on protein and antibody sequences using a masked language modeling (MLM) objective. It was introduced in the paper [Large scale paired antibody language models](https://arxiv.org/abs/2403.17889).
12
 
13
- The model is finetuned from IgT5-unpaired using paired antibody sequences from paired OAS.
14
 
15
  # Use
16
 
 
2
  tags:
3
  - antibody language model
4
  - antibody
5
+ - protein language model
6
  base_model: Exscientia/IgT5_unpaired
7
  license: mit
8
  ---
9
 
10
  # IgT5 model
11
 
12
+ Model pretrained on protein and antibody sequences using a masked language modeling (MLM) objective. It was introduced in the paper [Large scale paired antibody language models](https://arxiv.org/abs/2403.17889).
13
 
14
+ The model is finetuned from IgT5-unpaired using paired antibody sequences from the [Observed Antibody Space](https://opig.stats.ox.ac.uk/webapps/oas/).
15
 
16
  # Use
17