참고자료:
영어
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:hope_edi/english')
- 설명 :
A Hope Speech dataset for Equality, Diversity and Inclusion (HopeEDI) containing user-generated comments from the social media platform YouTube with 28,451, 20,198 and 10,705 comments in English, Tamil and Malayalam, respectively, manually labelled as containing hope speech or not.
- 라이센스 : Creative Commons Attribution 4.0 국제 라이센스
- 버전 : 1.0.0
- 분할 :
나뉘다 | 예 |
---|---|
'train' | 22762 |
'validation' | 2843 |
- 특징 :
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 3,
"names": [
"Hope_speech",
"Non_hope_speech",
"not-English"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}
타밀 사람
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:hope_edi/tamil')
- 설명 :
A Hope Speech dataset for Equality, Diversity and Inclusion (HopeEDI) containing user-generated comments from the social media platform YouTube with 28,451, 20,198 and 10,705 comments in English, Tamil and Malayalam, respectively, manually labelled as containing hope speech or not.
- 라이센스 : Creative Commons Attribution 4.0 국제 라이센스
- 버전 : 1.0.0
- 분할 :
나뉘다 | 예 |
---|---|
'train' | 16160 |
'validation' | 2018 |
- 특징 :
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 3,
"names": [
"Hope_speech",
"Non_hope_speech",
"not-Tamil"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}
말라얄람어
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:hope_edi/malayalam')
- 설명 :
A Hope Speech dataset for Equality, Diversity and Inclusion (HopeEDI) containing user-generated comments from the social media platform YouTube with 28,451, 20,198 and 10,705 comments in English, Tamil and Malayalam, respectively, manually labelled as containing hope speech or not.
- 라이센스 : Creative Commons Attribution 4.0 국제 라이센스
- 버전 : 1.0.0
- 분할 :
나뉘다 | 예 |
---|---|
'train' | 8564 |
'validation' | 1070 |
- 특징 :
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 3,
"names": [
"Hope_speech",
"Non_hope_speech",
"not-malayalam"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}