| --- |
| 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) |