Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 1,249 Bytes
451224a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
56
57
58
59
60
61
62
63
64
65
66
67
---
dataset_info:
  features:
  - name: label
    dtype: string
  - name: prompts
    list:
    - name: sentence1
      dtype: string
    - name: sentence2
      dtype: string
  - name: prompt_templates
    sequence: string
  - name: metadata
    struct:
    - name: language
      dtype: string
  - name: id
    dtype: string
  splits:
  - name: id
    num_bytes: 829632
    num_examples: 1000
  - name: id_fewshot
    num_bytes: 1026
    num_examples: 5
  - name: ta
    num_bytes: 1999488
    num_examples: 1000
  - name: ta_fewshot
    num_bytes: 3228
    num_examples: 5
  - name: th
    num_bytes: 1640723
    num_examples: 1000
  - name: th_fewshot
    num_bytes: 2301
    num_examples: 5
  - name: vi
    num_bytes: 877251
    num_examples: 1000
  - name: vi_fewshot
    num_bytes: 1245
    num_examples: 5
  download_size: 475196
  dataset_size: 5354894
configs:
- config_name: default
  data_files:
  - split: id
    path: data/id-*
  - split: id_fewshot
    path: data/id_fewshot-*
  - split: ta
    path: data/ta-*
  - split: ta_fewshot
    path: data/ta_fewshot-*
  - split: th
    path: data/th-*
  - split: th_fewshot
    path: data/th_fewshot-*
  - split: vi
    path: data/vi-*
  - split: vi_fewshot
    path: data/vi_fewshot-*
---