ncslgr

مراجع:

full_dataset

استخدم الأمر التالي لتحميل مجموعة البيانات هذه في TFDS:

ds = tfds.load('huggingface:ncslgr/entire_dataset')
  • وصف :
A small corpus of American Sign Language (ASL) video data from native signers, annotated with non-manual features.
  • الترخيص : لا يوجد ترخيص معروف
  • الإصدار : 0.7.0
  • الإنشقاقات :
ينقسم أمثلة
'train' 870
  • سمات :
{
    "eaf": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "sentences": {
        "feature": {
            "gloss": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "text": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "videos": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}

التعليقات التوضيحية

استخدم الأمر التالي لتحميل مجموعة البيانات هذه في TFDS:

ds = tfds.load('huggingface:ncslgr/annotations')
  • وصف :
A small corpus of American Sign Language (ASL) video data from native signers, annotated with non-manual features.
  • الترخيص : لا يوجد ترخيص معروف
  • الإصدار : 0.7.0
  • الإنشقاقات :
ينقسم أمثلة
'train' 870
  • سمات :
{
    "eaf": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "sentences": {
        "feature": {
            "gloss": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "text": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "videos": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}