voidful commited on
Commit
39b80eb
·
1 Parent(s): f23a84f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: title
7
+ dtype: string
8
+ - name: context
9
+ dtype: string
10
+ - name: question
11
+ dtype: string
12
+ - name: answers
13
+ struct:
14
+ - name: answer_start
15
+ sequence: int64
16
+ - name: audio_full_answer_end
17
+ sequence: float64
18
+ - name: audio_full_answer_start
19
+ sequence: float64
20
+ - name: audio_full_neg_answer_end
21
+ sequence: float64
22
+ - name: audio_full_neg_answer_start
23
+ sequence: float64
24
+ - name: audio_segment_answer_end
25
+ sequence: float64
26
+ - name: audio_segment_answer_start
27
+ sequence: float64
28
+ - name: text
29
+ sequence: string
30
+ - name: content_segment_audio_path
31
+ dtype: audio
32
+ - name: content_full_audio_path
33
+ dtype: audio
34
+ - name: content_audio_sampling_rate
35
+ dtype: float64
36
+ - name: content_audio_speaker
37
+ dtype: string
38
+ - name: content_segment_text
39
+ dtype: string
40
+ - name: content_segment_normalized_text
41
+ dtype: string
42
+ - name: question_audio_path
43
+ dtype: audio
44
+ - name: question_audio_sampling_rate
45
+ dtype: float64
46
+ - name: question_audio_speaker
47
+ dtype: string
48
+ - name: question_normalized_text
49
+ dtype: string
50
+ splits:
51
+ - name: test
52
+ num_bytes: 1244767692.0
53
+ num_examples: 171
54
+ download_size: 1169237961
55
+ dataset_size: 1244767692.0
56
+ configs:
57
+ - config_name: default
58
+ data_files:
59
+ - split: test
60
+ path: data/test-*
61
+ ---
62
+ # Dataset Card for "NMSQA_test"
63
+
64
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)