Upload prompts/templates/social.j2 with huggingface_hub
Browse files
prompts/templates/social.j2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{# Social Momentum #}
|
| 2 |
+
{%- set c = bp.components[0] -%}
|
| 3 |
+
ts_decay_linear(group_zscore(rank(ts_mean({{ c.fields[0] }}, {{ c.horizon_days }})), {{ bp.neutralization.value }}), {{ bp.decay }})
|