참고자료:
eu2uk
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:eu_regulatory_ir/eu2uk')
- 설명 :
EURegIR: Regulatory Compliance IR (EU/UK)
- 라이센스 : CC BY-SA (크리에이티브 커먼즈 / 저작자표시-동일조건변경허락)
- 버전 : 1.1.0
- 분할 :
나뉘다 | 예 |
---|---|
'test' | 300 |
'train' | 1400 |
'uk_corpus' | 52515 |
'validation' | 300 |
- 특징 :
{
"document_id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"publication_year": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"relevant_documents": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}
uk2eu
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:eu_regulatory_ir/uk2eu')
- 설명 :
EURegIR: Regulatory Compliance IR (EU/UK)
- 라이센스 : CC BY-SA (크리에이티브 커먼즈 / 저작자표시-동일조건변경허락)
- 버전 : 1.1.0
- 분할 :
나뉘다 | 예 |
---|---|
'eu_corpus' | 3930 |
'test' | 300 |
'train' | 1500 |
'validation' | 300 |
- 특징 :
{
"document_id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"publication_year": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"relevant_documents": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}