mjbuehler commited on
Commit
5fb2d6c
·
verified ·
1 Parent(s): 5dd3e30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -5,8 +5,13 @@ tags: []
5
 
6
  # Model Card for X-LoRA-Gemma-7b
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
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