Code Monkey home page Code Monkey logo

Comments (2)

charent avatar charent commented on June 27, 2024

T5是encoder-decoder架构的模型,属于条件生成(condition-generate),如果使用因果语言模型(causal LM)类似格式进行无监督预训练,要大改训练代码。

使用<prompt,response >格式进行预训练算是一种尝试吧,效果这块,我没有做过消融实验,无法下结论。

如果你需要decoder-only无监督预训练模型,请参考这个项目Phi2-mini-Chinese

整理text-to-text预训练数据的原因:受到微软phi系列模型的启发,phi系列模型使用高质量数据集进行预训练,效果很好,text-to-text高质量数据是最好获取的。

from chatlm-mini-chinese.

rabintang avatar rabintang commented on June 27, 2024

感谢回复!

from chatlm-mini-chinese.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.