tmabraham / magiCARP

One stop shop for all things carp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

magiCARP: Contrastive Authoring+Reviewing Pretraining

Welcome to the magiCARP API, the test bed used by EleutherAI for performing text/text bi-encoder experiments.

CARP, or contrastive authorship+reviewing pairings, was first outlined in Cut the CARP: Fishing for zero-shot story evaluation.

CARP presents a scalable method for performing zero-shot evaluation of stories and other mediums. Current CARP efforts at EleutherAI are primarily focused around controllable code generation. This repository will be updated with more experiments over the coming months as we try varying CARP architectures.

To train a model, run python -m carp.pytorch.training.train --data_path="carp/dataset" --config_path ./configs/base_config.yml

Finetuning via CoOp now available. Preference learning coming soon!

About

One stop shop for all things carp

License:GNU General Public License v3.0


Languages

Language:Python 76.0%Language:Jupyter Notebook 23.8%Language:Shell 0.2%Language:Makefile 0.1%