Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This README file is currently empty. An empty README doesn't provide any value to developers or users of the project. Please add content to describe the purpose of the source code in this directory, how to set it up, and how to use it. I've provided a template in the suggestion to help you get started.

# LongContext-ICL-Annotation Source

This directory contains the source code for the LongContext-ICL-Annotation competition.

## Description

(Provide a more detailed description of the code's purpose and structure.)

## Getting Started

### Prerequisites

(List any dependencies and how to install them.)

```bash
pip install -r requirements.txt

Usage

(Explain how to run the code, e.g., training or evaluation scripts.)

python src/main.py --arg value

Loading