eu_regulatory_ir

सन्दर्भ:

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"
    }
}