Fix broken link on page (#28451)
* [docs] Fix broken link Signed-off-by: Hankyeol Kyung <kghnkl0103@gmail.com> * [docs] Use shorter domain Signed-off-by: Hankyeol Kyung <kghnkl0103@gmail.com> --------- Signed-off-by: Hankyeol Kyung <kghnkl0103@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ rendered properly in your Markdown viewer.
|
|||||||
|
|
||||||
# Wie erstellt man eine benutzerdefinierte Pipeline?
|
# Wie erstellt man eine benutzerdefinierte Pipeline?
|
||||||
|
|
||||||
In dieser Anleitung sehen wir uns an, wie Sie eine benutzerdefinierte Pipeline erstellen und sie auf dem [Hub](hf.co/models) freigeben oder sie der
|
In dieser Anleitung sehen wir uns an, wie Sie eine benutzerdefinierte Pipeline erstellen und sie auf dem [Hub](https://hf.co/models) freigeben oder sie der
|
||||||
🤗 Transformers-Bibliothek hinzufügen.
|
🤗 Transformers-Bibliothek hinzufügen.
|
||||||
|
|
||||||
Zuallererst müssen Sie entscheiden, welche Roheingaben die Pipeline verarbeiten kann. Es kann sich um Strings, rohe Bytes,
|
Zuallererst müssen Sie entscheiden, welche Roheingaben die Pipeline verarbeiten kann. Es kann sich um Strings, rohe Bytes,
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ rendered properly in your Markdown viewer.
|
|||||||
|
|
||||||
# How to create a custom pipeline?
|
# How to create a custom pipeline?
|
||||||
|
|
||||||
In this guide, we will see how to create a custom pipeline and share it on the [Hub](hf.co/models) or add it to the
|
In this guide, we will see how to create a custom pipeline and share it on the [Hub](https://hf.co/models) or add it to the
|
||||||
🤗 Transformers library.
|
🤗 Transformers library.
|
||||||
|
|
||||||
First and foremost, you need to decide the raw entries the pipeline will be able to take. It can be strings, raw bytes,
|
First and foremost, you need to decide the raw entries the pipeline will be able to take. It can be strings, raw bytes,
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ rendered properly in your Markdown viewer.
|
|||||||
|
|
||||||
# ¿Cómo puedo crear un pipeline personalizado?
|
# ¿Cómo puedo crear un pipeline personalizado?
|
||||||
|
|
||||||
En esta guía, veremos cómo crear un pipeline personalizado y cómo compartirlo en el [Hub](hf.co/models) o añadirlo
|
En esta guía, veremos cómo crear un pipeline personalizado y cómo compartirlo en el [Hub](https://hf.co/models) o añadirlo
|
||||||
a la biblioteca 🤗 Transformers.
|
a la biblioteca 🤗 Transformers.
|
||||||
|
|
||||||
En primer lugar, debes decidir las entradas que tu pipeline podrá recibir. Pueden ser strings, bytes,
|
En primer lugar, debes decidir las entradas que tu pipeline podrá recibir. Pueden ser strings, bytes,
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ rendered properly in your Markdown viewer.
|
|||||||
|
|
||||||
# Come creare una pipeline personalizzata?
|
# Come creare una pipeline personalizzata?
|
||||||
|
|
||||||
In questa guida, scopriremo come creare una pipeline personalizzata e condividerla sull' [Hub](hf.co/models) o aggiungerla nella libreria
|
In questa guida, scopriremo come creare una pipeline personalizzata e condividerla sull' [Hub](https://hf.co/models) o aggiungerla nella libreria
|
||||||
Transformers.
|
Transformers.
|
||||||
|
|
||||||
Innanzitutto, è necessario decidere gli input grezzi che la pipeline sarà in grado di accettare. Possono essere strings, raw bytes,
|
Innanzitutto, è necessario decidere gli input grezzi che la pipeline sarà in grado di accettare. Possono essere strings, raw bytes,
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ rendered properly in your Markdown viewer.
|
|||||||
|
|
||||||
# 어떻게 사용자 정의 파이프라인을 생성하나요? [[how-to-create-a-custom-pipeline]]
|
# 어떻게 사용자 정의 파이프라인을 생성하나요? [[how-to-create-a-custom-pipeline]]
|
||||||
|
|
||||||
이 가이드에서는 사용자 정의 파이프라인을 어떻게 생성하고 [허브](hf.co/models)에 공유하거나 🤗 Transformers 라이브러리에 추가하는 방법을 살펴보겠습니다.
|
이 가이드에서는 사용자 정의 파이프라인을 어떻게 생성하고 [허브](https://hf.co/models)에 공유하거나 🤗 Transformers 라이브러리에 추가하는 방법을 살펴보겠습니다.
|
||||||
|
|
||||||
먼저 파이프라인이 수용할 수 있는 원시 입력을 결정해야 합니다.
|
먼저 파이프라인이 수용할 수 있는 원시 입력을 결정해야 합니다.
|
||||||
문자열, 원시 바이트, 딕셔너리 또는 가장 원하는 입력일 가능성이 높은 것이면 무엇이든 가능합니다.
|
문자열, 원시 바이트, 딕셔너리 또는 가장 원하는 입력일 가능성이 높은 것이면 무엇이든 가능합니다.
|
||||||
|
|||||||
Reference in New Issue
Block a user