bkoyuncu commited on
Commit
9a66e8a
·
verified ·
1 Parent(s): 8e29e74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -1
README.md CHANGED
@@ -5,4 +5,70 @@ base_model:
5
  - Salesforce/moirai-1.0-R-base
6
  - Salesforce/moirai-1.0-R-large
7
  pipeline_tag: time-series-forecasting
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - Salesforce/moirai-1.0-R-base
6
  - Salesforce/moirai-1.0-R-large
7
  pipeline_tag: time-series-forecasting
8
+ ---
9
+
10
+ ---
11
+ license: cc-by-nc-nd-4.0
12
+ base_model:
13
+ - Salesforce/moirai-1.0-R-small
14
+ - Salesforce/moirai-1.0-R-base
15
+ - Salesforce/moirai-1.0-R-large
16
+ pipeline_tag: time-series-forecasting
17
+ ---
18
+
19
+
20
+ # Time Series Forecasting Model
21
+
22
+ This model is built on top of the Salesforce Moirai architecture, specifically fine-tuned and trained from scratch for time series forecasting tasks.
23
+
24
+ ## Model Details
25
+
26
+ ### Model Description
27
+
28
+ This model leverages the Moirai architecture from Salesforce, which is designed specifically for time series forecasting. The model is available in multiple versions:
29
+
30
+ - Fine-tuned variants (located in `./finetune` directory)
31
+ - Trained from scratch variants (located in `./train_from_scratch` directory)
32
+
33
+ All checkpoint files (.ckpt) include self-explanatory naming conventions that indicate their configuration and training approach.
34
+
35
+ ### Model Type
36
+
37
+ Time Series Forecasting
38
+
39
+ ### Version
40
+
41
+ 1.0
42
+
43
+
44
+ ## Training Procedure
45
+
46
+ ### Training Methodology
47
+
48
+ Two distinct training approaches were utilized:
49
+ 1. **Fine-tuning approach**: Starting with the pre-trained Moirai models (small, base) and fine-tuning on domain-specific data
50
+ 2. **Training from scratch**: Building models with the Moirai architecture but training entirely on specific datasets
51
+
52
+
53
+ ## Limitations and Biases
54
+
55
+ - The model inherits any limitations present in the base Moirai architecture
56
+ - Performance may degrade for extremely long-range forecasts
57
+ - The model may not perform optimally on domains significantly different from its training data
58
+
59
+ ## Additional Information
60
+
61
+ ### Checkpoints
62
+
63
+ The model checkpoints are organized as follows:
64
+ - Fine-tuned models: `./finetune/*.ckpt`
65
+ - Models trained from scratch: `./train_from_scratch/*.ckpt`
66
+
67
+
68
+ ### Citation
69
+
70
+ If you use this model in your research, please cite: TBA
71
+
72
+ ### License
73
+
74
+ This model is licensed under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0).