We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e495e8 commit 6d97e20Copy full SHA for 6d97e20
1 file changed
docs/custom-model-finetuning.md
@@ -10,6 +10,8 @@ The Custom Model Fine-Tuning feature allows you to create specialized document c
10
- You need higher accuracy for specific document classes
11
- You want to optimize classification for your domain-specific terminology
12
13
+https://github.com/user-attachments/assets/e82c7be0-ee73-4ad7-8537-87ecf6a1a4c8
14
+
15
## How It Works
16
17
```mermaid
@@ -366,4 +368,4 @@ mutation StartFinetuningJob($input: StartFinetuningJobInput!) {
366
368
# Delete fine-tuning job
367
369
mutation DeleteFinetuningJob($jobId: ID!) {
370
deleteFinetuningJob(jobId: $jobId)
-}
371
+}
0 commit comments