তথ্যসূত্র:
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' | ৩৯৩০ |
'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"
}
}