Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,9 @@ We wil provide several examples soon and you can modify the input according to y
|
|
32 |
```
|
33 |
|
34 |
## 🛠️ How to evaluate your model in OceanBench
|
|
|
35 |
We wil provide several examples soon and you can modify the input according to your needs.
|
|
|
36 |
|
37 |
```python
|
38 |
>>> from datasets import load_dataset
|
|
|
32 |
```
|
33 |
|
34 |
## 🛠️ How to evaluate your model in OceanBench
|
35 |
+
|
36 |
We wil provide several examples soon and you can modify the input according to your needs.
|
37 |
+
Note: we are conducting the final checks on OceanBench and will be uploading it to Hugging Face soon.
|
38 |
|
39 |
```python
|
40 |
>>> from datasets import load_dataset
|