Spaces:
Runtime error
Runtime error
Tianyi (Alex) Qiu
commited on
Commit
·
21746fb
1
Parent(s):
0c33fa4
update about
Browse files- src/about.py +0 -8
src/about.py
CHANGED
@@ -45,19 +45,11 @@ Note that we are in the process of compiling a full documentation for the submis
|
|
45 |
|
46 |
#### Step 1: Clone the ProgressGym codebase
|
47 |
|
48 |
-
[More explanation coming]
|
49 |
-
|
50 |
#### Step 2: Implement your progress alignment algorithm as an `Examinee` class
|
51 |
|
52 |
-
[More explanation coming]
|
53 |
-
|
54 |
#### Step 3: Run the benchmark script on all challenges
|
55 |
|
56 |
-
[More explanation coming]
|
57 |
-
|
58 |
#### Step 4: Submit the generated results as a JSON file
|
59 |
-
|
60 |
-
[More explanation coming]
|
61 |
"""
|
62 |
|
63 |
ABOUT_TEXT = """ProgressGym-LeaderBoard is tightly coupled with the [ProgressGym](https://huggingface.co/collections/PKU-Alignment/progressgym-666735fcf3e4efa276226eaa) experimental framework for progress alignment research, which provides historical datasets, historical LLMs, simulation environments, algorithm implementations, and benchmarks on progress alignment challenges."""
|
|
|
45 |
|
46 |
#### Step 1: Clone the ProgressGym codebase
|
47 |
|
|
|
|
|
48 |
#### Step 2: Implement your progress alignment algorithm as an `Examinee` class
|
49 |
|
|
|
|
|
50 |
#### Step 3: Run the benchmark script on all challenges
|
51 |
|
|
|
|
|
52 |
#### Step 4: Submit the generated results as a JSON file
|
|
|
|
|
53 |
"""
|
54 |
|
55 |
ABOUT_TEXT = """ProgressGym-LeaderBoard is tightly coupled with the [ProgressGym](https://huggingface.co/collections/PKU-Alignment/progressgym-666735fcf3e4efa276226eaa) experimental framework for progress alignment research, which provides historical datasets, historical LLMs, simulation environments, algorithm implementations, and benchmarks on progress alignment challenges."""
|