Create regression_config.json
Browse files- regression_config.json +15 -0
regression_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"min_value":-0.2639009356498718,
|
3 |
+
"max_value":0.216729998588562,
|
4 |
+
"metadata":{
|
5 |
+
"dataset":"BEE-spoke-data/sp500-edgar-10k-markdown",
|
6 |
+
"task":"regression",
|
7 |
+
"num_examples":5945,
|
8 |
+
"stats":{
|
9 |
+
"mean":0.0006572923738486114,
|
10 |
+
"min":-0.2639009356498718,
|
11 |
+
"max":0.216729998588562,
|
12 |
+
"std_dev":0.025564882491279643
|
13 |
+
}
|
14 |
+
}
|
15 |
+
}
|