-
Notifications
You must be signed in to change notification settings - Fork 31.1k
[i18n-fr] Translate pipeline tutorial to French #28359
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The structure of the doc LGTM! Pinging @ArthurZucker for a quick review of the content :)
Co-authored-by: Steven Liu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pipeline is a female gendered noun in french! Otherwise should be alright
|
|
||
| # Pipelines pour l'inférence | ||
|
|
||
| Le [`pipeline`] facilite l'utilisation de n'importe quel modèle sur le [Hub](https://huggingface.co/models) pour l'inférence sur n'importe quelle tâche de langage, vision par ordinateur, parole et multimodale. Même si vous n'avez pas d'expérience avec une modalité spécifique ou si vous n'êtes pas familier avec le code associé aux modèles, vous pouvez toujours les utiliser pour l'inférence avec le [`pipeline`] ! Ce tutoriel vous apprend à : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Le [`pipeline`] facilite l'utilisation de n'importe quel modèle sur le [Hub](https://huggingface.co/models) pour l'inférence sur n'importe quelle tâche de langage, vision par ordinateur, parole et multimodale. Même si vous n'avez pas d'expérience avec une modalité spécifique ou si vous n'êtes pas familier avec le code associé aux modèles, vous pouvez toujours les utiliser pour l'inférence avec le [`pipeline`] ! Ce tutoriel vous apprend à : | |
| La [`pipeline`] facilite l'utilisation de n'importe quel modèle sur le [Hub](https://huggingface.co/models) pour l'inférence sur n'importe quelle tâche de langage, vision par ordinateur, parole et multimodale. Même si vous n'avez pas d'expérience avec une modalité spécifique ou si vous n'êtes pas familier avec le code associé aux modèles, vous pouvez toujours les utiliser pour l'inférence avec le [`pipeline`] ! Ce tutoriel vous apprend à : |
| * Utiliser un [`pipeline`] pour l'inférence. | ||
| * Utiliser un tokenizer ou un modèle spécifique. | ||
| * Utiliser un [`pipeline`] pour des tâches audio, de vision et multimodales. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is une for la pipeline not le
According to Larousse and Le Petit Robert dictionaries it is male gendered. Waiting for feedback before changing the gender. |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
|
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
What does this PR do?
Translates the
pipeline_tutorial.mdfile of the documentation to French.Part of #21456
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
French speaking contributors.
Documentation: @stevhliu and @MKhalusova