Skip to content
View sabdulmajid's full-sized avatar
πŸ‡ΊπŸ‡Έ
Home is where the Golden Gate shines
πŸ‡ΊπŸ‡Έ
Home is where the Golden Gate shines

Highlights

  • Pro

Block or report sabdulmajid

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

Good day! πŸ‘‹πŸ‘‹πŸ‘‹

My name is Ayman, and I'm a software engineer @ Snowflake!

  • πŸ“– Software Engineering student at the University of Waterloo!
  • ❄️ Working at Snowflake on the AI Inference team, and previously worked at Tesla Autopilot.
  • πŸ’» I've also worked at Ford, II&RC, and ZNotes.
  • πŸ“š Learning a plethora of things - distributed systems, machine learning, and data engineering!

Contact Information

C Badge C++ Badge Python Badge HTML5 Badge Javascript Badge ReactJS Badge NodeJS Badge VSC Badge Unity Badge

image

Pinned Loading

  1. SuperCLIP-Nebula SuperCLIP-Nebula Public

    SuperCLIP benchmark, looking at token-level supervision for high-performance vision-language alignment.

    Python

  2. The Prior-Faithfulness Spectrum: Whe... The Prior-Faithfulness Spectrum: When Do Models Actually Listen to Themselves
    1
    import torch
    2
    from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig
    3
    import torch.nn.functional as F
    4
    import json
    5
    from datetime import datetime
  3. VGG-MNIST-benchmark VGG-MNIST-benchmark Public

    Benchmarking MNIST dataset on VGG11 neural network

    Python

  4. ml-etf-rebalancer ml-etf-rebalancer Public

    Python

  5. BirdCLEF-audio-classification BirdCLEF-audio-classification Public

    Research experiment testing different models on the BirdCLEF 2024 audio dataset.

    Python

  6. f1-delta-forecaster f1-delta-forecaster Public

    Sequence-to-sequence tyre-degradation forecaster, which predicts an F1 car’s next-lap pace delta given compound, stint age, fuel load proxy, and recent micro-sectors.

    Python