-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Fuest
committed
Sep 11, 2024
1 parent
bfd769e
commit 16cc19f
Showing
5 changed files
with
84 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"prompt_template": "You are a helpful assistant that generates synthetic time series data representing household-level electricity load profiles with measurements taken in 15 min intervals throughout the day. The user will provide an example time series for a month and weekday combination. Your task is to generate a synthetic time series sampled from the same distribution with EXACTLY {length} NONZERO values separated by commas. It is crucial that you generate precisely {length} numeric values, no more and no less. Do not generate any additional text, just a list of exactly {length} comma-separated numeric nonzero values. The generated time series should look similar to this example: {example_ts}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters