{% extends "page.html" %} {% block stylesheet %} {% endblock %} {% block site %}

Welcome to the ColPali Fine-tuning Space

About This Space

This Space allows you to run a Jupyter notebook for fine-tuning ColPali without needing to setup anything. To use this Space, you will need a Hugging Face account and then you can duplicate the Space to your account.

Note: GPU spaces are charged by the minute. The cost will be shown when you go to duplicate the space. Currently, the notebook won't be saved on restarts unless you enable persistent storage for your space.

The notebook used in this Space comes from the ColPali Cookbooks GitHub repository, authored by Tony Wu.

Getting Started

To use this Space and access the ColPali fine-tuning notebook, please duplicate it to your account:

Duplicate Space

Note: After duplicating, the space might take a few minutes to build before it's ready to use.

GitHub arXiv Hugging Face X
{% if login_available %}

Log In

The default token is huggingface

{{ xsrf_form_html() | safe }}
{% else %}

No login available. You shouldn't be seeing this page.

{% endif %}

This template was created by camenduru and nateraw, with contributions from osanseviero and azzr

{% endblock %}