tf-gpt-2:使用Tensorflow的GPT-2文本模型的Java库

时间:2024-06-17 10:25:25
【文件属性】:

文件名称:tf-gpt-2:使用Tensorflow的GPT-2文本模型的Java库

文件大小:50KB

文件格式:ZIP

更新时间:2024-06-17 10:25:25

Java

tf-gpt-2 使用Tensorflow的GPT-2文本模型的Java库 来源: 更多背景: 基本用法 导入库 < dependency> < groupId>com.simiacryptus < artifactId>tf-gpt-2 < version>1.7.1 实例化文本生成器 import com.simiacryptus.text.TextGenerator ; import com.simiacryptus.text.gpt2.GPT2Util ; TextGenerator textGenerator = GPT2Util . get345M(); 产生文字 System . out . println(textGenerat


【文件预览】:
tf-gpt-2-master
----src()
--------site()
--------test()
--------main()
----LICENSE(11KB)
----README.md(905B)
----pom.xml(4KB)
----.gitignore(340B)

网友评论