skylord commited on
Commit
3d4c65a
·
verified ·
1 Parent(s): 238fdd7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -5
README.md CHANGED
@@ -1,5 +1,68 @@
1
- ---
2
- license: other
3
- license_name: godlindia
4
- license_link: https://www.data.gov.in/Godl
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+ dataset_info:
4
+ features:
5
+ - name: text
6
+ dtype:
7
+ audio:
8
+ sampling_rate: 16000
9
+ - name: transcript
10
+ dtype: string
11
+ splits:
12
+ - name: train
13
+ num_bytes: 1737068408.853
14
+ num_examples: 2511
15
+ - name: validation
16
+ num_bytes: 227494239
17
+ num_examples: 398
18
+ - name: test
19
+ num_bytes: 561557744
20
+ num_examples: 946
21
+ download_size: 2513842695
22
+ dataset_size: 2526120391.8529997
23
+ task_categories:
24
+ - text-generation
25
+ language_creators:
26
+ - expert-generated
27
+ multilinguality:
28
+ - multilingual
29
+ configs:
30
+ - config_name: default
31
+ data_files:
32
+ - split: train
33
+ path: data/train-*
34
+ - split: validation
35
+ path: data/validation-*
36
+ - split: test
37
+ path: data/test-*
38
+ license: other
39
+ license_name: godlindia
40
+ license_link: https://www.data.gov.in/Godl
41
+ size_categories:
42
+ - 1K<n<10K
43
+ ---
44
+
45
+ # Dataset Card
46
+
47
+ ## Dataset Description
48
+
49
+ This dataset contains parts of data from Kisan Call Center Transcripts. These are related to farmer transcripts/queries related to the wheat crop
50
+
51
+
52
+
53
+
54
+ ## Citation
55
+
56
+ If you use this dataset, please cite the original FLEURS paper:
57
+
58
+ ```bibtex
59
+ @article{fleurs2022arxiv,
60
+ title = {FLEURS: Few-shot Learning Evaluation of Universal Representations of Speech},
61
+ author = {Conneau, Alexis and Ma, Min and Khanuja, Simran and Zhang, Yu and Axelrod, Vera and Dalmia, Siddharth and Riesa, Jason and Rivera, Clara and Bapna, Ankur},
62
+ journal = {arXiv preprint arXiv:2205.12446},
63
+ url = {https://arxiv.org/abs/2205.12446},
64
+ year = {2022},
65
+ }
66
+ ```
67
+
68
+