Skip to content

Expand MTEB(kor, v1) with retrieval/STS/NLI/clustering tasks + register 9 Korean models #15305

Expand MTEB(kor, v1) with retrieval/STS/NLI/clustering tasks + register 9 Korean models

Expand MTEB(kor, v1) with retrieval/STS/NLI/clustering tasks + register 9 Korean models #15305

Workflow file for this run

# GitHub action to run linting
name: run-linting
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v8.2.0
with:
enable-cache: true
python-version: "3.10"
- name: Install dependencies
run: |
make install
- name: Lint
id: lint
run: |
make lint-check