Skip to content

Commit 6d97e20

Browse files
authored
Add GitHub link for user attachments
Added a link to GitHub for user attachments.
1 parent 6e495e8 commit 6d97e20

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
@@ -366,4 +368,4 @@ mutation StartFinetuningJob($input: StartFinetuningJobInput!) {
366368
# Delete fine-tuning job
367369
mutation DeleteFinetuningJob($jobId: ID!) {
368370
deleteFinetuningJob(jobId: $jobId)
369-
}
371+
}

0 commit comments

Comments
 (0)