Update README.md
Browse files
README.md
CHANGED
@@ -5,8 +5,13 @@ tags: []
|
|
5 |
|
6 |
# Model Card for X-LoRA-Gemma-7b
|
7 |
|
8 |
-
|
9 |
|
|
|
|
|
|
|
|
|
|
|
10 |
```python
|
11 |
import torch
|
12 |
from xlora.xlora_utils import load_model
|
|
|
5 |
|
6 |
# Model Card for X-LoRA-Gemma-7b
|
7 |
|
8 |
+
X-LoRA-Gemma combines protein, chemical, bio-inspired and mechanics of materials capabilities. We use a set of four LoRA adapters, defined as follows:
|
9 |
|
10 |
+
1. Bioinspired materials
|
11 |
+
2. Mechanics and materials
|
12 |
+
3. Protein mechanics tasks (featuring generative sequence-to-property and inverse capabilities)
|
13 |
+
4. Quantum-mechanics based molecular properties QM9 (featuring generative SMILES-to-property and inverse capabilities
|
14 |
+
|
15 |
```python
|
16 |
import torch
|
17 |
from xlora.xlora_utils import load_model
|