Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: input
|
10 |
+
dtype: string
|
11 |
+
- name: answer
|
12 |
+
dtype: string
|
13 |
+
- name: examples
|
14 |
+
list:
|
15 |
+
- name: source
|
16 |
+
dtype: string
|
17 |
+
- name: target
|
18 |
+
dtype: string
|
19 |
+
- name: lp
|
20 |
+
dtype: string
|
21 |
+
- name: messages
|
22 |
+
list:
|
23 |
+
- name: content
|
24 |
+
dtype: string
|
25 |
+
- name: role
|
26 |
+
dtype: string
|
27 |
+
- name: __index_level_0__
|
28 |
+
dtype: int64
|
29 |
+
splits:
|
30 |
+
- name: train
|
31 |
+
num_bytes: 26661051
|
32 |
+
num_examples: 11986
|
33 |
+
download_size: 14342583
|
34 |
+
dataset_size: 26661051
|
35 |
+
---
|
36 |
+
# Dataset Card for "wmt22_w_shots_from_gptmt"
|
37 |
+
|
38 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|