-
Notifications
You must be signed in to change notification settings - Fork 0
/
file_id.txt
54 lines (44 loc) · 1.14 KB
/
file_id.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# first file upload test with limited dataset
{
"id": "file-MgG5HaybTAKRRcGem5b2Mq",
"bytes": 34842,
"created_at": 1732306372,
"filename": "dataset_prepared.jsonl",
"object": "file",
"purpose": "fine-tune",
"status": "processed",
"status_details": null
}
# second file upload with full dataset in prompt and completion format
{
"id": "file-PtV5AVdQ7AsokfP3PV1u13",
"bytes": 2299091,
"created_at": 1732669848,
"filename": "validated_dataset_prepared.jsonl",
"object": "file",
"purpose": "fine-tune",
"status": "processed",
"status_details": null
}
# third file upload with full dataset in content format
{
"id": "file-1K3Yrmo4JWe96SuhykWZqY",
"bytes": 2536492,
"created_at": 1732757806,
"filename": "validated_dataset-content.jsonl",
"object": "file",
"purpose": "fine-tune",
"status": "processed",
"status_details": null
}
# fourth upload with final dataset in chat format
{
"id": "file-7oU5x8944i5tvnMnmhwNxQ",
"bytes": 2014737,
"created_at": 1733259018,
"filename": "validated-final-dataset.jsonl",
"object": "file",
"purpose": "fine-tune",
"status": "processed",
"status_details": null
}