Skip to content
View ShawonAshraf's full-sized avatar
🐈
I'm simply not there.
🐈
I'm simply not there.

Highlights

  • Pro

Block or report ShawonAshraf

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
ShawonAshraf/README.md

Shawon Ashraf

Tinkering with bare metal

Website Blog

🤔 Myself?

#include <string>
#include <vector>


typedef std::vector<std::string> Information;


Information myself() {
    Information shawon = {
        "MSc in Computational Linguistics",
        "Applied Natural Language Processing, Grounding Vision in Language",
        "RAG, Fine Tuning LLMs and Synthetic Data Deneration",
        "Pytorch, Jax, CUDA, Pallas",
        "Photography, Music, Books"
    };
    
    return shawon;
}

Pinned Loading

  1. annotated-jax annotated-jax Public

    Deep Learning examples using the Jax ecosystem of libraries

    Jupyter Notebook 5

  2. bangla-nlp-tutorial bangla-nlp-tutorial Public

    বাংলায় ন্যাচারাল ল্যাঙ্গুয়েজ প্রসেসিং এর উপর লেখা সিরিজের জন্য কোড রিপোজিটরি

    Jupyter Notebook 4

  3. paper-chat-qa paper-chat-qa Public archive

    TypeScript 4

  4. attention-visualiser attention-visualiser Public

    a module to visualise attention layer activations from transformer based models from huggingface

    Python 2