Skip to content
View TejaGollapudi's full-sized avatar
Block or Report

Block or report TejaGollapudi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. vmware-labs/research-and-development-artificial-intelligence-lab vmware-labs/research-and-development-artificial-intelligence-lab Public

    Welcome to VMware's AI Lab (VAIL). Here we publish helpful snippets for the NLP community 😄

    Python 14

  2. vmware-archive/bert-pretraining vmware-archive/bert-pretraining Public archive

    The project is a python module that facilitates BERT pretraining. The current existing open source solution for training this specific model is convoluted. We have simplified the procedure. The pro…

    Python 4 1

  3. PyTorch-CNN-Visualizations-Saliency-Maps PyTorch-CNN-Visualizations-Saliency-Maps Public

    Forked from utkuozbulak/pytorch-cnn-visualizations

    Pytorch implementation of convolutional neural network visualization techniques

    Python 8 1

  4. Face-Detection-Keras Face-Detection-Keras Public

    Multi-scale Face detection ConvNet in Keras

    Python 7 3

  5. LORA training for T5 , UL2 models us... LORA training for T5 , UL2 models using Deepspeed and Accelerate
    1
    # Modified from https://github.com/huggingface/peft/blob/main/examples/conditional_generation/peft_lora_seq2seq_accelerate_ds_zero3_offload.py
    2
    import argparse
    3
    import gc
    4
    import logging
    5
    import os