deniskokosss
commited on
Commit
•
e92e337
1
Parent(s):
9d9f5da
Update README.md
Browse files
README.md
CHANGED
@@ -89,6 +89,7 @@ accelerate launch main.py \
|
|
89 |
|
90 |
<details>
|
91 |
<summary> Generation scripts in the table </summary>
|
|
|
92 |
```console
|
93 |
#!/bin/bash
|
94 |
# use with https://github.com/NLP-Core-Team/bigcode-evaluation-harness
|
@@ -179,7 +180,5 @@ do
|
|
179 |
--save_generations_path ./outs/humaneval/$model_name.json \
|
180 |
--metric_output_path ./results/humaneval/$model_name.metrics
|
181 |
done
|
182 |
-
|
183 |
-
|
184 |
```
|
185 |
</details>
|
|
|
89 |
|
90 |
<details>
|
91 |
<summary> Generation scripts in the table </summary>
|
92 |
+
|
93 |
```console
|
94 |
#!/bin/bash
|
95 |
# use with https://github.com/NLP-Core-Team/bigcode-evaluation-harness
|
|
|
180 |
--save_generations_path ./outs/humaneval/$model_name.json \
|
181 |
--metric_output_path ./results/humaneval/$model_name.metrics
|
182 |
done
|
|
|
|
|
183 |
```
|
184 |
</details>
|