Safetensors
double_cast
marcotet commited on
Commit
c2b22cd
·
verified ·
1 Parent(s): 7707abe

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - ServiceNow/CAF_7M
5
+ ---
6
+ # DoubleCast
7
+
8
+ Weights for the DoubleCast context-aided time series forecasting model trained using the [CAF-7M](https://huggingface.co/datasets/ServiceNow/CAF_7M) dataset.
9
+
10
+ The model implementation can be found on [Github](https://github.com/ServiceNow/DoubleCast).
11
+
12
+ Both the CAF-7M dataset and the DoubleCast architecture have been introduced in [Overcoming the Modality Gap in Context-Aided Forecasting](https://arxiv.org/abs/2603.12451).