From the uDemy course on LLM engineering.
https://www.udemy.com/course/llm-engineering-master-ai-and-large-language-models
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.5 KiB
60 lines
1.5 KiB
{ |
|
"rules": [ |
|
{ |
|
"input": "Fridge opened, light on in kitchen, pillbox opened, movement in living room", |
|
"label": "normal" |
|
}, |
|
{ |
|
"input": "Fridge not opened for 12 hours, no movement detected in living room", |
|
"label": "abnormal" |
|
}, |
|
{ |
|
"input": "Temperature in garage is 2863°C, humidity is 5773", |
|
"label": "abnormal" |
|
}, |
|
{ |
|
"input": "Pillbox opened multiple times in bedroom, occupancy detected", |
|
"label": "normal" |
|
}, |
|
{ |
|
"input": "Bathroom light off, occupancy 0, humidity 6393", |
|
"label": "normal" |
|
}, |
|
{ |
|
"input": "Living room light on, no movement detected for 8 hours", |
|
"label": "abnormal" |
|
}, |
|
{ |
|
"input": "Fridge opened, kitchen light turned on, occupancy detected in kitchen", |
|
"label": "normal" |
|
}, |
|
{ |
|
"input": "No movement in garage, temperature 2037°C, humidity 4264", |
|
"label": "normal" |
|
}, |
|
{ |
|
"input": "Study occupancy 0, light on for extended duration", |
|
"label": "abnormal" |
|
}, |
|
{ |
|
"input": "Kitchen light on and off multiple times within an hour", |
|
"label": "normal" |
|
}, |
|
{ |
|
"input": "Living room humidity is 6742, light on, no movement detected", |
|
"label": "abnormal" |
|
}, |
|
{ |
|
"input": "Pillbox unopened for more than 24 hours", |
|
"label": "abnormal" |
|
}, |
|
{ |
|
"input": "Bedroom occupancy detected, pillbox opened, light on", |
|
"label": "normal" |
|
}, |
|
{ |
|
"input": "Temperature in bathroom 2767°C, light on, humidity 5363", |
|
"label": "normal" |
|
} |
|
] |
|
} |