FinancialSupport
commited on
Commit
•
49ccba6
1
Parent(s):
d8c4096
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: file_name
|
5 |
+
dtype: string
|
6 |
+
- name: dialogue_id
|
7 |
+
dtype: int32
|
8 |
+
- name: dialogue_url
|
9 |
+
dtype: string
|
10 |
+
- name: dialogue_turns
|
11 |
+
struct:
|
12 |
+
- name: speaker
|
13 |
+
sequence: int64
|
14 |
+
- name: utterance
|
15 |
+
sequence: string
|
16 |
+
- name: utterance_ita
|
17 |
+
sequence: string
|
18 |
+
splits:
|
19 |
+
- name: train
|
20 |
+
num_bytes: 5013412
|
21 |
+
num_examples: 4500
|
22 |
+
download_size: 2396776
|
23 |
+
dataset_size: 5013412
|
24 |
+
---
|
25 |
+
# Dataset Card for "qa_mediche_test"
|
26 |
+
|
27 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|