bizhen commited on
Commit
53c1b62
ยท
1 Parent(s): 82b388e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
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