Skip to content
View maneandrea's full-sized avatar
Block or Report

Block or report maneandrea

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. autosuggest_tui autosuggest_tui Public

    Simple Transformer written in pytorch supplemented with a TUI based interface to write and generate text

    Python

  2. BibliographyManager BibliographyManager Public

    A tool for managing a BibTeX bibliography and sorting papers

    Python

  3. simple-parser simple-parser Public

    Simple Haskell library for parsing expressions and acting on them with pattern replacements

    Haskell

  4. trl trl Public

    Forked from huggingface/trl

    Train transformer language models with reinforcement learning.

    Python

  5. A script to open Jupyter Lab without... A script to open Jupyter Lab without having the terminal window showing up. Ideal for a .desktop file
    1
    #!/usr/bin/bash
    2
    ###############################################################################
    3
    # This script is used to launch a jupyter server in the background so that    #
    4
    # there is no annoying terminal window popping up. Use it as                  #
    5
    #                                                                             #