Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
tags:
|
5 |
+
- ocean
|
6 |
+
- text-generation-inference
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
---
|
10 |
+
|
11 |
+
## 💡 Model description
|
12 |
+
This repo contains a large ocean generative model built with ocean science dataset.
|
13 |
+
|
14 |
+
## 🔍 Intended uses
|
15 |
+
You can use the model to generate responses from scratch (i.e., inputting the bos_token), or input a partial structure for the model to complete.
|
16 |
+
|
17 |
+
## 🛠️ How to use
|
18 |
+
We have provided examples. You can modify the input, generation parameters, etc., according to your needs.
|