Skip to content
View Butanium's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Butanium

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned

  1. llm-latent-language llm-latent-language Public

    Forked from epfl-dlab/llm-latent-language

    Repo accompanying our paper "Do Llamas Work in English? On the Latent Language of Multilingual Transformers".

    Jupyter Notebook

  2. geometry-of-truth geometry-of-truth Public

    Forked from saprmarks/geometry-of-truth

    Jupyter Notebook 1

  3. pik-gane/stable-baselines3-contrib-satisfia pik-gane/stable-baselines3-contrib-satisfia Public

    Forked from Stable-Baselines-Team/stable-baselines3-contrib

    Contrib package for Stable-Baselines3 - Experimental reinforcement learning (RL) code

    Python 1

  4. femtoGPT femtoGPT
    1
    """
    2
    A minimal pytorch implementation of a multi-head attention transformer inspired by nanoGPT
    3
    """
    4
    from dataclasses import dataclass
    5
    import torch.nn as nn
  5. Clash-of-bits Clash-of-bits Public

    A multiplayer CodinGame contribution inspired by Gladiabots

    Java 8

  6. monte-carlo-tree-search-TSP monte-carlo-tree-search-TSP Public

    Monte Carlo tree search for the travelling salesman problem (MCTS for the TSP)

    OCaml 8