Skip to content

Commit fa8efb6

Browse files
committed
move text generation to not popular
1 parent be30296 commit fa8efb6

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

docs/api-inference/_redirects.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
quicktour: index
2-
detailed_parameters: parameters
3-
parallelism: getting_started
4-
usage: getting_started
2+
detailed_parameters: tasks/index
3+
parallelism: index
4+
usage: index
55
faq: index
66
rate-limits: pricing

docs/api-inference/_toctree.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
title: Chat Completion
2323
- local: tasks/feature-extraction
2424
title: Feature Extraction
25-
- local: tasks/text-generation
26-
title: Text Generation
2725
- local: tasks/text-to-image
2826
title: Text to Image
2927
- title: Other Tasks
@@ -50,6 +48,8 @@
5048
title: Table Question Answering
5149
- local: tasks/text-classification
5250
title: Text Classification
51+
- local: tasks/text-generation
52+
title: Text Generation
5353
- local: tasks/token-classification
5454
title: Token Classification
5555
- local: tasks/translation

docs/api-inference/tasks/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@
2323
</p>
2424
</a>
2525

26-
<a class="!no-underline border dark:border-gray-700 p-5 rounded-lg shadow hover:shadow-lg"
27-
href="./text-generation">
28-
<div class="w-full text-center bg-gradient-to-br from-indigo-400 to-indigo-500 rounded-lg py-1.5 font-semibold mb-5 text-white text-lg leading-relaxed">
29-
Text Generation
30-
</div><p class="text-gray-700">
31-
Generate text based on a prompt.
32-
</p>
33-
</a>
34-
3526
<a class="!no-underline border dark:border-gray-700 p-5 rounded-lg shadow hover:shadow-lg"
3627
href="./text-to-image">
3728
<div class="w-full text-center bg-gradient-to-br from-indigo-400 to-indigo-500 rounded-lg py-1.5 font-semibold mb-5 text-white text-lg leading-relaxed">
@@ -148,6 +139,15 @@
148139
</p>
149140
</a>
150141

142+
<a class="!no-underline border dark:border-gray-700 p-5 rounded-lg shadow hover:shadow-lg"
143+
href="./text-generation">
144+
<div class="w-full text-center bg-gradient-to-br from-indigo-400 to-indigo-500 rounded-lg py-1.5 font-semibold mb-5 text-white text-lg leading-relaxed">
145+
Text Generation
146+
</div><p class="text-gray-700">
147+
Generate text based on a prompt.
148+
</p>
149+
</a>
150+
151151
<a class="!no-underline border dark:border-gray-700 p-5 rounded-lg shadow hover:shadow-lg"
152152
href="./token-classification">
153153
<div class="w-full text-center bg-gradient-to-br from-indigo-400 to-indigo-500 rounded-lg py-1.5 font-semibold mb-5 text-white text-lg leading-relaxed">

0 commit comments

Comments
 (0)