Skip to content
View rktayal's full-sized avatar
💭
What I cannot create, I do not understand
💭
What I cannot create, I do not understand
Block or Report

Block or report rktayal

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 Loading

  1. finetune_gptj_8_bit finetune_gptj_8_bit Public

    The repo has source code to fine tune gptj using 8 bit quantization so that it fits in single GPU and consumes around 14GB of memory

    Python

  2. face_recognition_demo face_recognition_demo Public

    This is a simple example for face verification using facenet implemented by davidsandberg

    Python 10 2

  3. GPTJ-LoRA-finetuning GPTJ-LoRA-finetuning Public

    Repo to fine tune GPTJ using PEFT and training only LoRA adapters

    Python

  4. custom_object_detection_train custom_object_detection_train Public

    Demonstrates on how to train your model on custom class using tensorflow

    Python 6 4

  5. text_embeddings_training text_embeddings_training Public

    This repo has source code for training text embedding using siamese network

    Jupyter Notebook 1

  6. design_patterns_python design_patterns_python Public

    The repo tries to explain various design patterns along with their python implementations.

    Python