Coder Social home page Coder Social logo

Comments (5)

keskarnitish avatar keskarnitish commented on August 22, 2024

The training_utils folder should be a great starting point here.
Collect your data (Wikipedia/Reddit/News/etc.), convert to TFRecords with the appropriate control codes, transfer the data to GCS if using TPUs, and then train. We used Adagrad with a linear warmup and no learning rate decay. With TPUs, you can spawn a cloud TPU pod and the Estimator will take care of all data parallelism.

from ctrl.

xurongqiang avatar xurongqiang commented on August 22, 2024

The training_utils folder should be a great starting point here.
Collect your data (Wikipedia/Reddit/News/etc.), convert to TFRecords with the appropriate control codes, transfer the data to GCS if using TPUs, and then train. We used Adagrad with a linear warmup and no learning rate decay. With TPUs, you can spawn a cloud TPU pod and the Estimator will take care of all data parallelism.

How are these two files(codes && control_codes.txt) generated?

from ctrl.

keskarnitish avatar keskarnitish commented on August 22, 2024

codes has nothing to do with the control codes; it is the BPE codes you get from fastBPE (see https://github.com/glample/fastBPE#learn-codes)

For control_codes.txt, you can first collect your data and decide the list of control codes you want (this is the first column). Then, TFRecord each file with its corresponding control code map and then figure out the percentage of data later (if this is relevant to you; for training it isn't).

from ctrl.

leejason avatar leejason commented on August 22, 2024

Is it feasible to train a CTRL model from scratch on Colab with free TPU? If not, how many TPUs would be required for how much money?

from ctrl.

keskarnitish avatar keskarnitish commented on August 22, 2024

On a large amount of data, I don't think that would work. We trained on 256 cores of the Cloud TPU v3 Pod. You should be able to train on slightly smaller slices with a commensurate increase in training time as well. Regd. pricing, I think the best resource would be Google's official sheet.

from ctrl.

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.