AmelieSchreiber
commited on
Commit
•
c20ef98
1
Parent(s):
986143f
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: peft
|
6 |
+
tags:
|
7 |
+
- ESM-2
|
8 |
+
- QLoRA
|
9 |
+
- Binding Sites
|
10 |
+
- biology
|
11 |
---
|
12 |
+
|
13 |
+
These are the checkpoints for the first ever QLoRA for ESM-2! They haven't been checked for overfitting yet, so use with caution!
|
14 |
+
You can load and use them similarly to the LoRA models. This is the smallest `esm2_t6_8M_UR50D` model, so the metrics aren't great.
|
15 |
+
Scaling to larger models for better metrics is in progress.
|
16 |
+
|