Commit
·
22250a4
1
Parent(s):
90cce1a
Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,16 @@ library_name: peft
|
|
3 |
license: mit
|
4 |
language:
|
5 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
## Training procedure
|
8 |
|
|
|
3 |
license: mit
|
4 |
language:
|
5 |
- en
|
6 |
+
datasets:
|
7 |
+
- AmelieSchreiber/binding_sites_random_split_by_family_550K
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
- f1
|
11 |
+
- precision
|
12 |
+
- recall
|
13 |
+
- roc_auc
|
14 |
+
- matthews_correlation
|
15 |
+
pipeline_tag: token-classification
|
16 |
---
|
17 |
## Training procedure
|
18 |
|