Add pipeline tag, sample usage, and update GitHub link

#1
by nielsr HF Staff - opened

This PR improves the model card for ARC-Encoder by making the following changes:

  • Adds pipeline_tag: feature-extraction to the metadata. This accurately reflects the model's core functionality (compressing text into continuous representations) and enhances its discoverability on the Hugging Face Hub.
  • Adds a "Sample Usage" section with a Python code snippet and a helpful remark, directly sourced from the project's GitHub README. This provides users with a quick and easy way to get started with the model.
  • Updates the GitHub repository link in the introductory paragraph to point to the project's root URL (https://github.com/kyutai-labs/ARC-Encoder) for consistency with the project's GitHub README.
  • Corrects a typo from "dowstream tasks" to "downstream tasks" for better readability.

These changes aim to make the model card more informative and user-friendly.

HippolyteP changed pull request status to merged

Sign up or log in to comment