Git Product home page Git Product logo

Comments (3)

guody5 avatar guody5 commented on September 23, 2024

In the pre-training stage, we use NL-Code Pair to learn both NL and Code representation. Although we use bimodal data in the pre-training stage, you can obtain NL or Code representation by taking only unimodal data as the input on downstream tasks, which is similar as XLM.

from codebert.

zengxiang68 avatar zengxiang68 commented on September 23, 2024

thank you for your reply.
The following picture describes the difference between the input and output of the pre-training phase and the fine-tuning phase. Is this correct?
show_diff

from codebert.

guody5 avatar guody5 commented on September 23, 2024

The input of pre-training phase is [<s>,nl,</s>,code,</s>]. But in fine-tune phase, the input can be [<s>,nl,</s>,code,</s>], [<s>, nl, </s>], or [<s>, code,</s>], which depends on your downstream tasks. The output is representation of each token in both pre-training and fine-tune phases.

from codebert.

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.