Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ It should be noted that the OceanGPT is constantly being updated, so the current
|
|
16 |
You can download the model to generate responses or contact the [email]([email protected]) for the online test demo.
|
17 |
The Chinese version of OceanGPT can be found [here](https://huggingface.co/zjunlp/OceanGPT-7b-CN).
|
18 |
|
19 |
-
## ๐ ๏ธ How to use
|
20 |
We wil provide several examples soon and you can modify the input according to your needs.
|
21 |
|
22 |
```python
|
@@ -31,6 +31,15 @@ We wil provide several examples soon and you can modify the input according to y
|
|
31 |
|
32 |
```
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
## ๐ How to cite
|
35 |
|
36 |
```bibtex
|
|
|
16 |
You can download the model to generate responses or contact the [email]([email protected]) for the online test demo.
|
17 |
The Chinese version of OceanGPT can be found [here](https://huggingface.co/zjunlp/OceanGPT-7b-CN).
|
18 |
|
19 |
+
## ๐ ๏ธ How to use OceanGPT
|
20 |
We wil provide several examples soon and you can modify the input according to your needs.
|
21 |
|
22 |
```python
|
|
|
31 |
|
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
|
39 |
+
|
40 |
+
>>> dataset = load_dataset("zjunlp/OceanBench")
|
41 |
+
```
|
42 |
+
|
43 |
## ๐ How to cite
|
44 |
|
45 |
```bibtex
|