Skip to content

maskedsyntax/MaskedSyntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

35 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Hii there ๐Ÿ‘‹

Open Source Love visitors

import torch

class MaskedSyntax(torch.nn.Module):
    def __init__(self):
        super().__init__()
        self.name = "Aftaab Siddiqui"
        self.alias = "MaskedSyntax"
        self.stack = ["python", "c++", "ml"]
        self.work = [
            "models",
            "inference",
            "infrastructure",
            "agents",
            "tooling",
            "graphs"
        ]

    def forward(self, signal):
        return signal

MaskedSyntax()(torch.tensor(2025))

โžœ primary email: aftaab@aftaab.xyz
โžœ Personal website and blog: aftaab.xyz/blog

About

My Github README profile!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published