Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -6,11 +6,47 @@ tags:
|
|
| 6 |
- peptide
|
| 7 |
- evaluation
|
| 8 |
configs:
|
| 9 |
-
- config_name:
|
| 10 |
default: true
|
| 11 |
data_files:
|
|
|
|
|
|
|
| 12 |
- split: train
|
| 13 |
-
path:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Peptide Reasoning Benchmark
|
|
@@ -22,8 +58,6 @@ PEB v1.0-RC benchmark release for peptide-reasoning model evaluation.
|
|
| 22 |
|
| 23 |
Includes cases, splits, baselines, references, and leaderboard artifacts.
|
| 24 |
|
| 25 |
-
Full benchmark files are available in the repository files.
|
| 26 |
-
|
| 27 |
GitHub: https://github.com/ray-r-ren/peptide-reasoning-bench
|
| 28 |
|
| 29 |
Trained a small reference LoRA model: https://huggingface.co/rayrren/the-spice-v0-mvp
|
|
|
|
| 6 |
- peptide
|
| 7 |
- evaluation
|
| 8 |
configs:
|
| 9 |
+
- config_name: human_effect
|
| 10 |
default: true
|
| 11 |
data_files:
|
| 12 |
+
- split: cases
|
| 13 |
+
path: human_effect/cases.jsonl
|
| 14 |
- split: train
|
| 15 |
+
path: human_effect/splits/train.jsonl
|
| 16 |
+
- split: dev
|
| 17 |
+
path: human_effect/splits/dev.jsonl
|
| 18 |
+
- split: test
|
| 19 |
+
path: human_effect/splits/test.jsonl
|
| 20 |
+
- config_name: binding_rank
|
| 21 |
+
data_files:
|
| 22 |
+
- split: cases
|
| 23 |
+
path: binding_rank/cases.jsonl
|
| 24 |
+
- split: train
|
| 25 |
+
path: binding_rank/splits/train.jsonl
|
| 26 |
+
- split: dev
|
| 27 |
+
path: binding_rank/splits/dev.jsonl
|
| 28 |
+
- split: test
|
| 29 |
+
path: binding_rank/splits/test.jsonl
|
| 30 |
+
- config_name: pose
|
| 31 |
+
data_files:
|
| 32 |
+
- split: cases
|
| 33 |
+
path: pose/cases.jsonl
|
| 34 |
+
- split: train
|
| 35 |
+
path: pose/splits/train.jsonl
|
| 36 |
+
- split: dev
|
| 37 |
+
path: pose/splits/dev.jsonl
|
| 38 |
+
- split: test
|
| 39 |
+
path: pose/splits/test.jsonl
|
| 40 |
+
- config_name: structure
|
| 41 |
+
data_files:
|
| 42 |
+
- split: cases
|
| 43 |
+
path: structure/cases.jsonl
|
| 44 |
+
- split: train
|
| 45 |
+
path: structure/splits/train.jsonl
|
| 46 |
+
- split: dev
|
| 47 |
+
path: structure/splits/dev.jsonl
|
| 48 |
+
- split: test
|
| 49 |
+
path: structure/splits/test.jsonl
|
| 50 |
---
|
| 51 |
|
| 52 |
# Peptide Reasoning Benchmark
|
|
|
|
| 58 |
|
| 59 |
Includes cases, splits, baselines, references, and leaderboard artifacts.
|
| 60 |
|
|
|
|
|
|
|
| 61 |
GitHub: https://github.com/ray-r-ren/peptide-reasoning-bench
|
| 62 |
|
| 63 |
Trained a small reference LoRA model: https://huggingface.co/rayrren/the-spice-v0-mvp
|