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

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

🤔 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
}

Transitioning from Github

Planning to move towards more EU hosted and privacy friendly alternatives to store my work. Hence, my projects are also going to be hosted on: https://codeberg.org/rashomon

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

    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 5

  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