Skip to content
View tanwanirahul's full-sized avatar
🔥
Focusing
🔥
Focusing
  • Tookitaki
  • Singapore

Block or report tanwanirahul

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. llama2_from_scratch llama2_from_scratch Public

    An end to end implementation of Meta's Llama2 model. The model loads pre-trained weights from huggingface to run evaluations.

    Python

  2. CLIP_from_scratch CLIP_from_scratch Public

    OpenAI's CLIP model implementation. It uses ViT as Image Encode and BERT like transformer Encoder as Text Encoder.

    Python

  3. BERT_from_scratch BERT_from_scratch Public

    An end to end implementation of Google's BERT model. The model can be initialized with pre-trained weights from HF's BertModel.

    Python

  4. GPT2_from_scratch GPT2_from_scratch Public

    An end to end implementation of OpenAI's GPT2 model with training on Fineweb dataset and evaluations using Hellaswag.

    Python

  5. xgboost xgboost Public

    Forked from dmlc/xgboost

    Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Flink and DataFlow

    C++ 1

  6. spark spark Public

    Forked from apache/spark

    Mirror of Apache Spark

    Scala