farsi_news

参考:

使用以下命令在 TFDS 中加载此数据集:

ds = tfds.load('huggingface:farsi_news')
  • 说明

  • 许可:无已知许可
  • 版本:1.0.0
  • 拆分
拆分 样本
'hamshahri' 2203
'radiofarda' 284
  • 特征
{
    "title": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "summary": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "link": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "tags": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}