Giter Club home page Giter Club logo

Comments (1)

Furyton avatar Furyton commented on July 29, 2024

您好,感谢您对夫子•明察项目的关注,

我们参考了一些开源项目[1][2]和其他模型的预训练方法 (比如 LLaMA 等),使用的是普通的自回归生成任务,没有完全按照 GLM 论文中所采用的类BERT的训练任务。

自回归生成任务大致对应于 GLM130B 论文[3]中的 Self-Supervised Blank Infilling (95% tokens)

我们使用的格式为

[gMASK] <sop> X1 [gMASK] <sop> X2 [gMASK] <sop> X3 ...

其中 [gMASK]<sop> 是 ChatGLM 中的 special token,[gMASK] 表示长文本生成的掩码占位符。

对于训练语料,我们使用了公开的法律文书和法律法规数据集,详见 训练数据的介绍

[1] https://github.com/hiyouga/ChatGLM-Efficient-Tuning
[2] https://github.com/hiyouga/LLaMA-Efficient-Tuning
[3] GLM-130B: An Open Bilingual Pre-trained Model, Aohan et al. ICLR22'

from fuzi.mingcha.

Related Issues (18)

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.