GithubHelp home page GithubHelp logo

ivantha / cheese Goto Github PK

View Code? Open in Web Editor NEW

This project forked from carperai/cheese

0.0 1.0 0.0 273 KB

Used for adaptive human in the loop evaluation of language and embedding models.

License: MIT License

Python 99.88% Shell 0.12%

cheese's Introduction

DOI

Coadaptive Harness for Effective Evaluation, Steering, & Enhancement

Used for adaptive human in the loop evaluation of language and embedding models.


Docs Status

Documentation

Getting Started

First install the required packages:

git clone https://github.com/carperai/cheese
cd cheese
pip install -r requirements.txt

You need rabbitmq for the messaging system in the backend. It can be installed easily with conda as follows:

conda install -c conda-forge rabbitmq-server

Then start the server (should do this on a different screen/window)

rabbitmq-server

Note that because of how rabbitmq works, it is possible several items may remain in the queue after your application using CHEESE has terminated. If the server is not shut down and restarted, then subsequent uses of CHEESE may end up drawing from items that were placed in the queue in a previous run.

As an example, the following script runs an image selection task, where two images from LAION-art dataset are presented and the labeller is asked to choose one.

python -m examples.image_selection

Custom tasks in Gradio

Refer to examples/image_selection.py for a comprehensive example on how to create your own custom task with a Gradio UI.

cheese's People

Contributors

shahbuland avatar louiscastricato avatar ehavener avatar fugitive-cat avatar ivantha avatar ayulockin avatar asmith26 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.