Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ The Code Eval metric calculates how good are predictions given a set of referenc
|
|
34 |
|
35 |
`num_workers`: the number of workers used to evaluate the candidate programs (The default value is `4`).
|
36 |
|
37 |
-
`timeout`: The maximum time taken to produce a prediction before it is considered a "timeout". The default value is `
|
38 |
|
39 |
```python
|
40 |
from evaluate import load
|
|
|
34 |
|
35 |
`num_workers`: the number of workers used to evaluate the candidate programs (The default value is `4`).
|
36 |
|
37 |
+
`timeout`: The maximum time taken to produce a prediction before it is considered a "timeout". The default value is `30.0` (i.e. 30 seconds).
|
38 |
|
39 |
```python
|
40 |
from evaluate import load
|