-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcaption_data.json
More file actions
69 lines (69 loc) · 1.88 KB
/
caption_data.json
File metadata and controls
69 lines (69 loc) · 1.88 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"captions": [
{
"id": 1,
"text": "A beautiful sunset over the ocean with vibrant orange and pink colors reflecting on the calm water",
"label": "good",
"score": 0.95
},
{
"id": 2,
"text": "pic",
"label": "bad",
"score": 0.1
},
{
"id": 3,
"text": "A golden retriever playing fetch in a lush green park on a sunny afternoon",
"label": "good",
"score": 0.92
},
{
"id": 4,
"text": "nice",
"label": "bad",
"score": 0.15
},
{
"id": 5,
"text": "Two friends sharing a heartfelt moment at a cozy coffee shop, enjoying warm lattes and deep conversation",
"label": "good",
"score": 0.89
},
{
"id": 6,
"text": "idk what to write",
"label": "bad",
"score": 0.2
},
{
"id": 7,
"text": "The ancient ruins of Machu Picchu standing majestically against the misty Andean mountains at dawn",
"label": "good",
"score": 0.94
},
{
"id": 8,
"text": "random stuff lol",
"label": "bad",
"score": 0.12
},
{
"id": 9,
"text": "A chef carefully plating a gourmet dish with artistic precision, each ingredient placed with intention",
"label": "good",
"score": 0.91
},
{
"id": 10,
"text": "whatever",
"label": "bad",
"score": 0.08
}
],
"metadata": {
"version": "1.0",
"created_date": "2024-12-26",
"description": "Sample dataset for good vs bad caption classification"
}
}