Skip to content

Latest commit

 

History

History
executable file
·
22 lines (11 loc) · 1.68 KB

baselines.md

File metadata and controls

executable file
·
22 lines (11 loc) · 1.68 KB

CRAG Baselines

For the CRAG benchmark, we provide participants with three baseline models to help get started. Detailed implementations of these baseline models are accessible through the links provided below. Participants are encouraged to use these as a starting point for the competition.

Please note that these baselines are NOT tuned for performance or efficiency, and are provided as is for demonstration.

Available Baseline Models:

  1. Vanilla Llama 3 Model: For an implementation guide and further details, refer to the Vanilla Llama 3 model inline documentation here.

  2. RAG Baseline Model: For an implementation guide and further details, refer to the RAG Baseline model inline documentation here.

  3. RAG Knowledge Graph Baseline Model: For an implementation guide and further details, refer to the RAG Baseline model inline documentation here.

Preparing Your Submission:

Before you can submit your solutions using these baselines, it is necessary to download the model weights and incorporate them into this repository. To do this, follow the step-by-step instructions outlined in the document: download_baseline_model_weights.md.

Additionally, ensure that your configurations in user_config.py correctly reference the model class you intend to use for your submission.

These steps are crucial for a successful submission. Make sure to follow them carefully. Good luck!