File size: 1,078 Bytes
a243550
 
 
 
fe0c413
 
 
 
8c3d39f
 
a243550
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fe0c413
 
 
 
 
 
8c3d39f
 
 
fe0c413
 
a243550
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: full
    path: data/full-*
dataset_info:
  features:
  - name: ticker
    dtype: string
  - name: date
    dtype: string
  - name: participants
    list:
    - name: description
      dtype: string
    - name: name
      dtype: string
    - name: position
      dtype: string
  - name: prepared_remarks
    list:
    - name: name
      dtype: string
    - name: speech
      sequence: string
  - name: questions_and_answers
    list:
    - name: name
      dtype: string
    - name: speech
      sequence: string
  splits:
  - name: train
    num_bytes: 62622509
    num_examples: 1100
  - name: test
    num_bytes: 30994681
    num_examples: 587
  - name: full
    num_bytes: 588031777
    num_examples: 11411
  download_size: 342740634
  dataset_size: 681648967
---
# Dataset Card for "STRUX-Transcripts"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)