Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.35 KB

File metadata and controls

53 lines (31 loc) · 1.35 KB

📋 A template README.md for experiment artifacts

My Paper Title

This repository is the official implementation of My Paper Title.

📋 Optional: include a graphic explaining your approach/main result, bibtex entry, link to demos, blog posts and tutorials

Requirements

To install requirements :

pip install -r requirements.txt

📋 Describe how to set up the environment, e.g. pip/conda/docker commands, download datasets, etc...

Setup

To setup the experiment in the paper, run this command :

python setup.py

📋 Describe how to set up the experiment, with example commands used in your paper, including the full procedure and appropriate configurations.

Evaluation

To evaluate my experiment, run :

python eval.py

📋 Describe how to evaluate the artifacts as reported in the paper, give commands that produce the results (section below).

Results

Our experiment achieves the following results :

Result 1

Category Result 1 Result 2
Stuff 85% 95%

📋 Include a table of results from your paper. If your main result is a figure, include that figure and link to the command or notebook to reproduce it.

Contributing

📋 Pick a license and describe how to contribute to your code repository.