Spaces:
Running
Running
jannisborn
commited on
Commit
•
8174f96
1
Parent(s):
f59585f
doc: update description
Browse files
model_cards/.DS_Store
DELETED
Binary file (6.15 kB)
|
|
model_cards/regression_transformer_description.md
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
|
2 |
-
### Concurrent sequence regression and generation for molecular language modeling
|
3 |
|
4 |
The RT is a multitask Transformer that reformulates regression as a conditional sequence modeling task.
|
5 |
-
This yields a dichotomous language model that seamlessly integrates
|
6 |
-
**Further reading:** [arXiv preprint](https://arxiv.org/abs/2202.01338) and [GitHub development code](https://github.com/IBM/regression-transformer).
|
7 |
|
8 |
Each `algorithm_version` refers to one trained model. Each model can be used for **two tasks**, either to *predict* one (or multiple) properties of a molecule or to *generate* a molecule (given a seed molecule and a property constraint).
|
|
|
1 |
|
2 |
+
### Concurrent sequence regression and generation for molecular language modeling
|
3 |
|
4 |
The RT is a multitask Transformer that reformulates regression as a conditional sequence modeling task.
|
5 |
+
This yields a dichotomous language model that seamlessly integrates property prediction with property-driven conditional generation. For details see the [arXiv preprint](https://arxiv.org/abs/2202.01338), the [development code](https://github.com/IBM/regression-transformer) and the [GT4SD endpoint](https://github.com/GT4SD/gt4sd-core) for inference.
|
|
|
6 |
|
7 |
Each `algorithm_version` refers to one trained model. Each model can be used for **two tasks**, either to *predict* one (or multiple) properties of a molecule or to *generate* a molecule (given a seed molecule and a property constraint).
|