Chanjun commited on
Commit
1176c64
1 Parent(s): 1eda685

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -103,15 +103,13 @@ We used the [lm-evaluation-harness repository](https://github.com/EleutherAI/lm-
103
  | falcon-40b-instruct | 63.4 | 61.6 | 84.3 | 55.4 | 52.5 | | |
104
 
105
 
106
- ### Scripts
107
  - Prepare evaluation environments:
108
  ```
109
  # clone the repository
110
  git clone https://github.com/EleutherAI/lm-evaluation-harness.git
111
-
112
  # check out the specific commit
113
  git checkout b281b0921b636bc36ad05c0b0b0763bd6dd43463
114
-
115
  # change to the repository directory
116
  cd lm-evaluation-harness
117
  ```
 
103
  | falcon-40b-instruct | 63.4 | 61.6 | 84.3 | 55.4 | 52.5 | | |
104
 
105
 
106
+ ### Scripts for H4 Score Reproduction
107
  - Prepare evaluation environments:
108
  ```
109
  # clone the repository
110
  git clone https://github.com/EleutherAI/lm-evaluation-harness.git
 
111
  # check out the specific commit
112
  git checkout b281b0921b636bc36ad05c0b0b0763bd6dd43463
 
113
  # change to the repository directory
114
  cd lm-evaluation-harness
115
  ```