File size: 379 Bytes
4587b4b
48beb85
 
 
4587b4b
48beb85
 
 
 
 
 
 
5019462
466d711
4587b4b
20812a1
 
 
 
48beb85
 
 
4587b4b
90f6c37
d3afca7
 
48beb85
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

---
language:
- bg
license: mit
dataset_info:
  features:
  - name: question
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: train
    num_bytes: 1183099
    num_examples: 1319
  - name: test
    num_bytes: 24507
    num_examples: 70

configs:
- config_name: default
  data_files:
  - split: train
    path: train-*
  - split: test
    path: test-*
---