Skip to content

Commit 464ad50

Browse files
committed
2 parents 943f136 + 6d97e20 commit 464ad50

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/custom-model-finetuning.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The Custom Model Fine-Tuning feature allows you to create specialized document c
1010
- You need higher accuracy for specific document classes
1111
- You want to optimize classification for your domain-specific terminology
1212

13+
https://github.com/user-attachments/assets/e82c7be0-ee73-4ad7-8537-87ecf6a1a4c8
14+
1315
## How It Works
1416

1517
```mermaid
@@ -373,4 +375,4 @@ mutation StartFinetuningJob($input: StartFinetuningJobInput!) {
373375
# Delete fine-tuning job
374376
mutation DeleteFinetuningJob($jobId: ID!) {
375377
deleteFinetuningJob(jobId: $jobId)
376-
}
378+
}

0 commit comments

Comments
 (0)