File size: 768 Bytes
538a0bd
 
 
 
 
 
102f5d6
538a0bd
 
102f5d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- es
- fr
- de
- en
license: cc-by-sa-3.0
size_categories:
- 10K<n<100K
task_categories:
- text-generation
- text2text-generation
pretty_name: oa-dolly-15k-multilingual
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: INSTRUCTION
    dtype: string
  - name: INSTRUCTION_EN
    dtype: string
  - name: RESPONSE_EN
    dtype: string
  - name: RESPONSE
    dtype: string
  - name: SOURCE
    dtype: string
  - name: METADATA
    struct:
    - name: CATEGORY
      dtype: string
    - name: CONTEXT
      dtype: string
    - name: LANG
      dtype: string
  splits:
  - name: train
    num_bytes: 83303276
    num_examples: 60060
  download_size: 51404893
  dataset_size: 83303276
---