Skip to content
View loftusa's full-sized avatar

Highlights

  • Pro

Block or report loftusa

Report abuse

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

Report abuse
loftusa/README.md
class Alex(Parents):
    def __init__(self, **kwargs):
        super().__init__(**kwargs)
        self.professional_status = {
            "role" : "PhD Student", 
            "institution" : "Northeastern University",
            "focus": "Interpretability in code LLMs"
        }
        self.degree_status = {
            "level" : "MSE", 
            "degree": "Biomedical Engineering"
            "concentration" : "Biomedical Data Science",
            "institution" : "Johns Hopkins University",
        }
        self.personal_status = {
            "mood": "Curious",
        }
        self.languages = ["python", "R", "rust", "bash"]
        self.favorite_packages = ["torch", "vllm", "polars", "scikit-learn", "scipy", "seaborn"]
        self.tools = ["docker", "git", "linux", "aws", "photoshop", "jupyter"]
    
    def work(self, *tasks):
        while self.focus(*tasks):  # inherited method from Parents
            self.enjoy()

Pinned Loading

  1. Vesuvius-InkDetection Vesuvius-InkDetection Public

    Forked from ainatersol/Vesuvius-InkDetection

    The Vesuvius Challenge is a machine learning and computer vision competition to read the Herculaneum Papyri.

    Jupyter Notebook 1

  2. graspologic-org/graspologic graspologic-org/graspologic Public

    Python package for graph statistics

    Python 1k 173

  3. neurodata/m2g neurodata/m2g Public

    NeuroData's MRI to Graphs (m2g) - connectome estimation package and pipeline

    Python 65 36

  4. owls owls Public

    Subliminal learning in LLMs: language models can transmit hidden preferences through seemingly unrelated training data.

    Jupyter Notebook 25 6

  5. paper_template paper_template Public

    Paper template to use as a base for future academic papers.

    TeX 2

  6. debug debug Public

    debugging LLMs with interpretability

    Python 2