最先进的大规模预训练响应生成模型(DialoGPT)-Python开发

上传者: 42139429 | 上传时间: 2024-05-27 19:33:00 | 文件大小: 46.05MB | 文件类型: ZIP
该存储库包含大规模预训练对话响应生成模型的源代码和训练模型。 人工评估结果表明,在单圈对话图灵测试下,DialoGPT产生的响应与人工响应质量相当。 最先进的大规模预训练响应生成模型(DialoGPT)此存储库包含大规模预训练对话响应生成模型的源代码和训练模型。 人工评估结果表明,在单圈对话图灵测试下,DialoGPT产生的响应与人工响应质量相当。 该存储库基于拥抱面pytorch-transformer和OpenAI GPT-2,包含数据提取脚本,模型训练代码

文件下载

资源详情

[{"title":"( 73 个子文件 46.05MB ) 最先进的大规模预训练响应生成模型(DialoGPT)-Python开发","children":[{"title":"DialoGPT-master","children":[{"title":"MANIFEST.in <span style='color:#111;'> 16B </span>","children":null,"spread":false},{"title":"LSP-generic.yml <span style='color:#111;'> 1.41KB </span>","children":null,"spread":false},{"title":"LSP-linux.yml <span style='color:#111;'> 1.90KB </span>","children":null,"spread":false},{"title":"env.py <span style='color:#111;'> 203B </span>","children":null,"spread":false},{"title":"configs","children":[{"title":"345M","children":[{"title":"vocab.json <span style='color:#111;'> 1017.87KB </span>","children":null,"spread":false},{"title":"config.json <span style='color:#111;'> 293B </span>","children":null,"spread":false},{"title":"merges.txt <span style='color:#111;'> 445.62KB </span>","children":null,"spread":false}],"spread":true},{"title":"117M","children":[{"title":"vocab.json <span style='color:#111;'> 1017.87KB </span>","children":null,"spread":false},{"title":"config.json <span style='color:#111;'> 176B </span>","children":null,"spread":false},{"title":"merges.txt <span style='color:#111;'> 445.62KB </span>","children":null,"spread":false}],"spread":true},{"title":"762M","children":[{"title":"vocab.json <span style='color:#111;'> 1017.87KB </span>","children":null,"spread":false},{"title":"config.json <span style='color:#111;'> 177B </span>","children":null,"spread":false},{"title":"merges.txt <span style='color:#111;'> 445.62KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"reddit_extractor","children":[{"title":"configs","children":[{"title":"Makefile.common <span style='color:#111;'> 8.52KB </span>","children":null,"spread":false},{"title":"Makefile.targets.full <span style='color:#111;'> 4.18KB </span>","children":null,"spread":false},{"title":"Makefile.local <span style='color:#111;'> 1.79KB </span>","children":null,"spread":false},{"title":"Makefile.targets.small <span style='color:#111;'> 1.67KB </span>","children":null,"spread":false}],"spread":true},{"title":"src","children":[{"title":"reddit.py <span style='color:#111;'> 15.26KB </span>","children":null,"spread":false},{"title":"create-multiref.py <span style='color:#111;'> 1.69KB </span>","children":null,"spread":false}],"spread":true},{"title":"lists","children":[{"title":"words.blocklist.txt <span style='color:#111;'> 54B </span>","children":null,"spread":false},{"title":"subreddits.blocklist.txt <span style='color:#111;'> 60B </span>","children":null,"spread":false}],"spread":true},{"title":"Makefile <span style='color:#111;'> 3.38KB </span>","children":null,"spread":false},{"title":"data","children":[{"title":"keys-small.tar <span style='color:#111;'> 42.80MB </span>","children":null,"spread":false},{"title":"keys-test.gz <span style='color:#111;'> 731.31KB </span>","children":null,"spread":false},{"title":"test-multi-refs-ids.txt <span style='color:#111;'> 2.86MB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"gpt2_training","children":[{"title":"distributed.py <span style='color:#111;'> 3.94KB </span>","children":null,"spread":false},{"title":"eval_utils.py <span style='color:#111;'> 2.68KB </span>","children":null,"spread":false},{"title":"train_utils.py <span style='color:#111;'> 7.01KB </span>","children":null,"spread":false}],"spread":true},{"title":"dstc","children":[{"title":"util.py <span style='color:#111;'> 579B </span>","children":null,"spread":false},{"title":"dstc.py <span style='color:#111;'> 6.35KB </span>","children":null,"spread":false},{"title":"batch_eval.py <span style='color:#111;'> 2.13KB </span>","children":null,"spread":false},{"title":"extract_human.py <span style='color:#111;'> 796B </span>","children":null,"spread":false},{"title":"metrics.py <span style='color:#111;'> 6.62KB </span>","children":null,"spread":false},{"title":"tokenizers.py <span style='color:#111;'> 1.37KB </span>","children":null,"spread":false},{"title":"data","children":[{"title":"valid.keys.txt <span style='color:#111;'> 257.15KB </span>","children":null,"spread":false},{"title":"keys.2k.txt <span style='color:#111;'> 122.91KB </span>","children":null,"spread":false},{"title":"processed","children":[{"title":"valid.keys.txt <span style='color:#111;'> 257.15KB </span>","children":null,"spread":false},{"title":"test_real.keys.txt <span style='color:#111;'> 125.06KB </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":".gitignore <span style='color:#111;'> 18B </span>","children":null,"spread":false}],"spread":true},{"title":"data_config.py <span style='color:#111;'> 506B </span>","children":null,"spread":false},{"title":"requirements.txt <span style='color:#111;'> 55B </span>","children":null,"spread":false},{"title":"LSP_train.py <span style='color:#111;'> 14.91KB </span>","children":null,"spread":false},{"title":"LICENSE <span style='color:#111;'> 1.13KB </span>","children":null,"spread":false},{"title":"demo.py <span style='color:#111;'> 4.76KB </span>","children":null,"spread":false},{"title":"gradiodemo.py <span style='color:#111;'> 2.30KB </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 38.03KB </span>","children":null,"spread":false},{"title":"SECURITY.md <span style='color:#111;'> 2.36KB </span>","children":null,"spread":false},{"title":"lsp_model","children":[{"title":"__init__.py <span style='color:#111;'> 401B </span>","children":null,"spread":false},{"title":"modeling_gpt2.py <span style='color:#111;'> 4.98KB </span>","children":null,"spread":false},{"title":"optim.py <span style='color:#111;'> 14.95KB </span>","children":null,"spread":false}],"spread":false},{"title":"data","children":[{"title":"prepare4db.sh <span style='color:#111;'> 71B </span>","children":null,"spread":false},{"title":"human.ref.6k.txt <span style='color:#111;'> 368.60KB </span>","children":null,"spread":false},{"title":"train_raw.tsv <span style='color:#111;'> 378.78KB </span>","children":null,"spread":false},{"title":"dummy_data.tsv <span style='color:#111;'> 378.78KB </span>","children":null,"spread":false}],"spread":false},{"title":"demo_utils.py <span style='color:#111;'> 3.77KB </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 7.04KB </span>","children":null,"spread":false},{"title":"data_loader.py <span style='color:#111;'> 11.28KB </span>","children":null,"spread":false},{"title":"pycocoevalcap","children":[{"title":"__init__.py <span style='color:#111;'> 21B </span>","children":null,"spread":false},{"title":"meteor","children":[{"title":"meteor.py <span style='color:#111;'> 2.96KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 21B </span>","children":null,"spread":false}],"spread":false},{"title":"eval.py <span style='color:#111;'> 2.59KB </span>","children":null,"spread":false},{"title":"bleu","children":[{"title":"bleu_scorer.py <span style='color:#111;'> 8.50KB </span>","children":null,"spread":false},{"title":"bleu.py <span style='color:#111;'> 1.24KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 21B </span>","children":null,"spread":false},{"title":"LICENSE <span style='color:#111;'> 1.08KB </span>","children":null,"spread":false}],"spread":false},{"title":"rouge","children":[{"title":"__init__.py <span style='color:#111;'> 23B </span>","children":null,"spread":false},{"title":"rouge.py <span style='color:#111;'> 3.56KB </span>","children":null,"spread":false}],"spread":false},{"title":"cider","children":[{"title":"cider_scorer.py <span style='color:#111;'> 7.50KB </span>","children":null,"spread":false},{"title":"cider.py <span style='color:#111;'> 1.63KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 21B </span>","children":null,"spread":false}],"spread":false},{"title":"tokenizer","children":[{"title":"ptbtokenizer.py <span style='color:#111;'> 2.74KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 21B </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"prepro.py <span style='color:#111;'> 7.01KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明