Referencje:
pl
Użyj następującego polecenia, aby załadować ten zestaw danych do TFDS:
ds = tfds.load('huggingface:covid_qa_ucsd/en')
- Opis :
COVID-Dialogue-Dataset is amedical dialogue dataset about COVID-19 and other types of pneumonia.
Patients who are concerned that they may be infected by COVID-19 or other pneumonia consult doctors and doctors provide advice.
There are 603 consultations in English and 1393 consultations in Chinese.
- Licencja : Brak znanej licencji
- Wersja : 1.0.0
- Podziały :
Podział | Przykłady |
---|---|
'train' | 572 |
- Cechy :
{
"dialogue_id": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"dialogue_url": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"dialogue_turns": {
"feature": {
"speaker": {
"num_classes": 2,
"names": [
"Patient",
"Doctor"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"utterance": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}
zh
Użyj następującego polecenia, aby załadować ten zestaw danych do TFDS:
ds = tfds.load('huggingface:covid_qa_ucsd/zh')
- Opis :
COVID-Dialogue-Dataset is amedical dialogue dataset about COVID-19 and other types of pneumonia.
Patients who are concerned that they may be infected by COVID-19 or other pneumonia consult doctors and doctors provide advice.
There are 603 consultations in English and 1393 consultations in Chinese.
- Licencja : Brak znanej licencji
- Wersja : 1.0.0
- Podziały :
Podział | Przykłady |
---|---|
'train' | 1088 |
- Cechy :
{
"dialogue_id": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"dialogue_url": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"dialogue_turns": {
"feature": {
"speaker": {
"num_classes": 2,
"names": [
"\u75c5\u4eba",
"\u533b\u751f"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"utterance": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}