gpt4 book ai didi

pytorch - 如何将 .txt 文件(语料库)读入 pytorch 中的 torchtext?

转载 作者:行者123 更新时间:2023-12-05 07:26:25 26 4
gpt4 key购买 nike

如何在pytorrch中读入.txt文件(语料库)到torchtext?

我只看到 data.Dataset 的示例数据集和 data.TabularData 的 csv、json 和 tsv。

https://github.com/pytorch/text#data

https://torchtext.readthedocs.io/en/latest/data.html#dataset

如果我使用像这样的表格数据集读取它,它仍然有效: test_file = data.TabularDataset(path=input_filepath, format='csv', fields=[('text', data.Field())])

但我的数据集不是表格,所以我想看看是否有更好的选择。

最佳答案

我建议编写一个快速脚本来读取您的语料库并将其转储到 JSON(有 plenty of examples out there ),然后将该 JSON 与 torchtext 一起使用。您将希望数据具有某种结构以充分利用 torchtext(想想批处理/可迭代数据集)。

如果您不知道如何遍历数据集,请查看 my other answer here .

关于pytorch - 如何将 .txt 文件(语料库)读入 pytorch 中的 torchtext?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54340330/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com