Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object detection task notebooks in transformers documentation broken #514

Open
sergiopaniego opened this issue Sep 7, 2024 · 0 comments · May be fixed by #515
Open

Object detection task notebooks in transformers documentation broken #514

sergiopaniego opened this issue Sep 7, 2024 · 0 comments · May be fixed by #515

Comments

@sergiopaniego
Copy link

In the Object detection task documentation in transformers, the content of the documentation and the notebooks is different. In addition, the notebooks associated with this documentation are broken.

For example, it includes the following line:

obj_detector = pipeline("object-detection", model="MariaK/detr-resnet-50_finetuned_cppe5")

that points to a model (MariaK/detr-resnet-50_finetuned_cppe5) that is not available in the HF Hub.

Possible solution:

  • Porting the documentation content to the notebooks, since it seems up-to-date and works correctly.
@sergiopaniego sergiopaniego linked a pull request Sep 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant