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

Highlights

  • Pro

Block or report rashomon-gh

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
rashomon-gh/README.md

Shawon Ashraf

Tinkering with bare metal

Website

MOVED TO CODEBERG

https://codeberg.org/rashomon

I made the choice to move to codeberg for my work. I will still use github and maintain any existing projects but no new work will be here, unless I need to collaborate with people.

🤔 Myself?

type Information = Vec<String>;

fn myself() -> Information {
    let shawon: Information = vec![
        "PhD @ TU/e Eindhoven".to_string(),
        "Open Source LLMs".to_string(),
        "Learning Dyanmics in larger models, Evaluations".to_string(),
        "Pytorch, CUDA, Jax, Pallas".to_string(),
        "Photography, Music, Books".to_string(),
    ];

    shawon
}

Pinned Loading

  1. annotated-jax annotated-jax Public

    Deep Learning examples using the Jax ecosystem of libraries

    Jupyter Notebook 5

  2. paper-chat-qa paper-chat-qa Public archive

    TypeScript 4

  3. attention-visualiser attention-visualiser Public archive

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

    Python 3

  4. drrik drrik Public

    A framework to extract activated features from the MLP layers of LLMs

    Python 6

  5. Wardrobe Wardrobe Public

    Swift 3

  6. memore memore Public

    An LLM agent implementation with self evolving memory, based on Hindsight is 20/20: Agent Memory that Retains, Recalls, and Reflects.

    Rust