Giter Site home page Giter Site logo

era_v1_session17's Introduction

era_v1_session17

Description: Using Transformer based architecture train BERT, GPT and ViT models.

Problem statement:
- Re-write the code in such a way where there is one transformer.py file that you can use to train all 3 model
- Share the last few log details for all 3 models (BERT, GPT and ViT)
- Share the link to a single repo where all 3 ipynb files can be found

Folder structure


|_ bert_data
  |__ names.tsv
  |__ training.txt
  |__ values.tsv
  |__ vocab.txt
|_ gpt_data
  |__ english.txt
|_ vit_data
  |__ test
  |__ train
|_ checkpoint
  |__ README.md
|_ models
  |__ README.md
|_ transformer_model_scripts
  |__ vit_utils
  |__ BERT_utils.py
  |__ GPT_utils.py
  |__ transformer_models.py
|_ README.md
|_ S17_Bert.ipynb
|_ S17_Gpt.ipynb
|_ S17_Vit.ipynb

Details of how to run:


- clone the repo with
    
        git clone [email protected]:pankaja0285/era_v1_session17.git
    
- FOR BERT Model: click to open the S17_Bert.ipynb and proceed to run cell by cell
- FOR GPT Model: click to open the S17_Gpt.ipynb and proceed to run cell by cell
- FOR ViT Model: click to open the S17_Vit.ipynb and proceed to run cell by cell

era_v1_session17's People

Contributors

pankaja0285 avatar

Watchers

 avatar

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.