Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ datasets:
|
|
15 |
<div align="center">
|
16 |
<img src="logo.jpg" width="300px">
|
17 |
|
18 |
-
**OceanGPT: A Large Language Model for Ocean Science Tasks**
|
19 |
|
20 |
<p align="center">
|
21 |
<a href="https://github.com/zjunlp/OceanGPT">Project</a> •
|
@@ -93,7 +93,7 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
93 |
|
94 |
## 🌻Acknowledgement
|
95 |
|
96 |
-
OceanGPT is trained based on the open-sourced large language models including [Qwen](https://huggingface.co/Qwen), [MiniCPM](https://huggingface.co/collections/openbmb/minicpm-2b-65d48bf958302b9fd25b698f), [LLaMA](https://huggingface.co/meta-llama). Thanks for their great contributions!
|
97 |
|
98 |
## Limitations
|
99 |
|
|
|
15 |
<div align="center">
|
16 |
<img src="logo.jpg" width="300px">
|
17 |
|
18 |
+
**OceanGPT(沧渊): A Large Language Model for Ocean Science Tasks**
|
19 |
|
20 |
<p align="center">
|
21 |
<a href="https://github.com/zjunlp/OceanGPT">Project</a> •
|
|
|
93 |
|
94 |
## 🌻Acknowledgement
|
95 |
|
96 |
+
OceanGPT(沧渊) is trained based on the open-sourced large language models including [Qwen](https://huggingface.co/Qwen), [MiniCPM](https://huggingface.co/collections/openbmb/minicpm-2b-65d48bf958302b9fd25b698f), [LLaMA](https://huggingface.co/meta-llama). Thanks for their great contributions!
|
97 |
|
98 |
## Limitations
|
99 |
|