File size: 983 Bytes
84172df
 
74f170c
84172df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74f170c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84172df
 
 
 
 
 
 
74f170c
 
 
 
 
 
84172df
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
dataset_info:
- config_name: adgen_ar
  features:
  - name: id
    dtype: string
  - name: instruction
    dtype: string
  - name: input
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 544278
    num_examples: 912
  - name: test
    num_bytes: 136714
    num_examples: 229
  download_size: 248467
  dataset_size: 680992
- config_name: adgen_en
  features:
  - name: id
    dtype: string
  - name: instruction
    dtype: string
  - name: input
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 418833
    num_examples: 912
  - name: test
    num_bytes: 104894
    num_examples: 229
  download_size: 201120
  dataset_size: 523727
configs:
- config_name: adgen_ar
  data_files:
  - split: train
    path: adgen_ar/train-*
  - split: test
    path: adgen_ar/test-*
- config_name: adgen_en
  data_files:
  - split: train
    path: adgen_en/train-*
  - split: test
    path: adgen_en/test-*
---