Referanslar:
eu2uk
Bu veri kümesini TFDS'ye yüklemek için aşağıdaki komutu kullanın:
ds = tfds.load('huggingface:eu_regulatory_ir/eu2uk')
- Tanım :
EURegIR: Regulatory Compliance IR (EU/UK)
- Lisans : CC BY-SA (Creative Commons / Attribution-ShareAlike)
- Sürüm : 1.1.0
- Bölünmeler :
Bölmek | Örnekler |
---|---|
'test' | 300 |
'train' | 1400 |
'uk_corpus' | 52515 |
'validation' | 300 |
- Özellikler :
{
"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"
}
}
İngiltere2eu
Bu veri kümesini TFDS'ye yüklemek için aşağıdaki komutu kullanın:
ds = tfds.load('huggingface:eu_regulatory_ir/uk2eu')
- Tanım :
EURegIR: Regulatory Compliance IR (EU/UK)
- Lisans : CC BY-SA (Creative Commons / Attribution-ShareAlike)
- Sürüm : 1.1.0
- Bölünmeler :
Bölmek | Örnekler |
---|---|
'eu_corpus' | 3930 |
'test' | 300 |
'train' | 1500 |
'validation' | 300 |
- Özellikler :
{
"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"
}
}