igbo_ner

তথ্যসূত্র:

ner_data

TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:

ds = tfds.load('huggingface:igbo_ner/ner_data')
  • বর্ণনা :
Igbo Named Entity Recognition Dataset
  • লাইসেন্স : কোনো পরিচিত লাইসেন্স নেই
  • সংস্করণ : 1.1.0
  • বিভাজন :
বিভক্ত উদাহরণ
'train' 30715
  • বৈশিষ্ট্য :
{
   
"content_n": {
       
"dtype": "string",
       
"id": null,
       
"_type": "Value"
   
},
   
"named_entity": {
       
"dtype": "string",
       
"id": null,
       
"_type": "Value"
   
},
   
"sentences": {
       
"feature": {
           
"dtype": "string",
           
"id": null,
           
"_type": "Value"
       
},
       
"length": -1,
       
"id": null,
       
"_type": "Sequence"
   
}
}

free_text

TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:

ds = tfds.load('huggingface:igbo_ner/free_text')
  • বর্ণনা :
Igbo Named Entity Recognition Dataset
  • লাইসেন্স : কোনো পরিচিত লাইসেন্স নেই
  • সংস্করণ : 1.1.0
  • বিভাজন :
বিভক্ত উদাহরণ
'train' 10000
  • বৈশিষ্ট্য :
{
   
"sentences": {
       
"dtype": "string",
       
"id": null,
       
"_type": "Value"
   
}
}