KaifengGGG
commited on
Commit
•
e9187b5
1
Parent(s):
2df9c83
Update README.md
Browse files
README.md
CHANGED
@@ -178,13 +178,18 @@ Here is an example for a dataset entry:
|
|
178 |
|
179 |
## **Dataset Structure**
|
180 |
|
181 |
-
The dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
182 |
### **Default**
|
183 |
| `info` | `modern` | `classical` | `english` |
|
184 |
-
|
185 |
| string | string | string | string |
|
186 |
|
187 |
-
|
188 |
| Split | Examples |
|
189 |
|-------|-----------|
|
190 |
| Train | 972,467 |
|
|
|
178 |
|
179 |
## **Dataset Structure**
|
180 |
|
181 |
+
The dataset consists of four subsets: `default`, `instruct`, `instruct-augment`, and `instruct-large`.
|
182 |
+
|
183 |
+
- `default` is a parallel translation dataset.
|
184 |
+
- `instruct` serves as an instruction-tuning dataset and consists of prompt/answer pairs created from a 10,000-sample subset of the `default` dataset.
|
185 |
+
- `instruct-augment` is similar to `instruct`, with the distinction being that the prompt/answer pairs have been augmented by Gemini-Pro.
|
186 |
+
- `instruct-large` is an expanded version of `instruct` that includes all samples from the `default` dataset.
|
187 |
+
|
188 |
### **Default**
|
189 |
| `info` | `modern` | `classical` | `english` |
|
190 |
+
|----------|-------------|-----------|-----------|
|
191 |
| string | string | string | string |
|
192 |
|
|
|
193 |
| Split | Examples |
|
194 |
|-------|-----------|
|
195 |
| Train | 972,467 |
|