Fevzi KILAS commited on
Commit
49dbc10
·
verified ·
1 Parent(s): 00fc21b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -71
README.md CHANGED
@@ -5,104 +5,78 @@ base_model:
5
  pipeline_tag: time-series-forecasting
6
  ---
7
 
8
- # Model Card for Model ID
9
 
10
- <!-- Provide a quick summary of what the model is/does. -->
11
 
12
- ## Evaluation
 
 
 
 
 
 
 
 
 
13
 
14
- <!-- This section describes the evaluation protocols and provides the results. -->
15
 
16
  ### Testing Data, Factors & Metrics
17
 
18
  #### Testing Data
19
 
20
- <!-- This should link to a Dataset Card if possible. -->
21
-
22
- [More Information Needed]
 
 
 
23
 
24
  #### Factors
25
 
26
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
27
-
28
- [More Information Needed]
29
 
30
  #### Metrics
31
 
32
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
33
-
34
- [More Information Needed]
35
 
36
  ### Results
37
 
38
- [More Information Needed]
 
 
 
 
 
 
39
 
40
  #### Summary
41
 
 
42
 
43
-
44
- ## Model Examination [optional]
45
-
46
- <!-- Relevant interpretability work for the model goes here -->
47
-
48
- [More Information Needed]
49
-
50
- ## Environmental Impact
51
-
52
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
53
-
54
- Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
55
-
56
- - **Hardware Type:** [More Information Needed]
57
- - **Hours used:** [More Information Needed]
58
- - **Cloud Provider:** [More Information Needed]
59
- - **Compute Region:** [More Information Needed]
60
- - **Carbon Emitted:** [More Information Needed]
61
-
62
- ## Technical Specifications [optional]
63
 
64
  ### Model Architecture and Objective
65
 
66
- [More Information Needed]
67
-
68
- ### Compute Infrastructure
69
-
70
- [More Information Needed]
71
-
72
- #### Hardware
73
-
74
- [More Information Needed]
75
-
76
- #### Software
77
-
78
- [More Information Needed]
79
-
80
- ## Citation [optional]
81
-
82
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
83
-
84
- **BibTeX:**
85
-
86
- [More Information Needed]
87
-
88
- **APA:**
89
-
90
- [More Information Needed]
91
-
92
- ## Glossary [optional]
93
-
94
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
95
-
96
- [More Information Needed]
97
 
98
- ## More Information [optional]
99
 
100
- [More Information Needed]
101
 
102
- ## Model Card Authors [optional]
 
 
 
 
 
 
 
 
103
 
104
- [More Information Needed]
105
 
106
- ## Model Card Contact
107
 
108
- [More Information Needed]
 
5
  pipeline_tag: time-series-forecasting
6
  ---
7
 
8
+ # Model Card for Chronos T5 Small Fine-Tuned Model
9
 
10
+ ## Summary
11
 
12
+ This model is fine-tuned for time-series forecasting tasks and serves as a tool for both practical predictions and research into time-series modeling. It is based on the `amazon/chronos-t5-small` architecture and has been adapted using a dataset with 15 million rows of proprietary time-series data. Due to confidentiality restrictions, dataset details cannot be shared.
13
+
14
+ ## Fine-Tuning Dataset
15
+
16
+ The model was fine-tuned on a proprietary dataset containing 15 million rows of time-series data. While details about the dataset are confidential, the following general characteristics are provided:
17
+ - The dataset consists of multi-dimensional time-series data.
18
+ - Features include historical values, contextual attributes, and external covariates relevant to forecasting.
19
+ - The data spans multiple domains, enabling generalization across a wide range of forecasting tasks.
20
+
21
+ This large-scale dataset ensures the model captures complex patterns and temporal dependencies necessary for accurate forecasting.
22
 
23
+ ## Evaluation
24
 
25
  ### Testing Data, Factors & Metrics
26
 
27
  #### Testing Data
28
 
29
+ The model was evaluated using several publicly available time-series datasets, including:
30
+ - **electricity_15min**
31
+ - **monash_electricity_hourly**
32
+ - **monash_electricity_weekly**
33
+ - **monash_kdd_cup_2018**
34
+ - **monash_pedestrian_counts**
35
 
36
  #### Factors
37
 
38
+ Evaluation was conducted across datasets representing various domains such as electricity usage, pedestrian counts, and competition data.
 
 
39
 
40
  #### Metrics
41
 
42
+ Two primary metrics were used for evaluation:
43
+ - **MASE (Mean Absolute Scaled Error):** A normalized metric for assessing forecast accuracy.
44
+ - **WQL (Weighted Quantile Loss):** Measures the quality of probabilistic predictions.
45
 
46
  ### Results
47
 
48
+ | Dataset | Model | MASE | WQL |
49
+ |-----------------------------|------------------------------|--------|---------|
50
+ | electricity_15min | amazon/chronos-t5-small | 0.425 | 0.085 |
51
+ | monash_electricity_hourly | amazon/chronos-t5-small | 1.537 | 0.110 |
52
+ | monash_electricity_weekly | amazon/chronos-t5-small | 1.943 | 0.086 |
53
+ | monash_kdd_cup_2018 | amazon/chronos-t5-small | 0.693 | 0.309 |
54
+ | monash_pedestrian_counts | amazon/chronos-t5-small | 0.308 | 0.247 |
55
 
56
  #### Summary
57
 
58
+ The fine-tuned model performs well on short-term electricity datasets (e.g., **electricity_15min**) with low MASE and WQL values. Performance varies depending on the dataset's characteristics, particularly with longer-term or aggregated data.
59
 
60
+ ## Technical Specifications
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
 
62
  ### Model Architecture and Objective
63
 
64
+ The model is based on the `amazon/chronos-t5-small` architecture, fine-tuned specifically for time-series forecasting tasks. It leverages pre-trained capabilities for sequence-to-sequence modeling, adapted to handle multi-horizon forecasting scenarios.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
+ ## Citation
67
 
68
+ If you use this model in your research or applications, please cite it as:
69
 
70
+ ```bibtex
71
+ @misc{Fevzi2024LLaMA-2-7B-NIEXCHE,
72
+ author = {Fevzi KILAS},
73
+ title = {LLaMA-2-7B-NIEXCHE: A Turkish Agriculture QA Model},
74
+ year = {2024},
75
+ howpublished = {https://huggingface.co/NIEXCHE/turkish_agriculture_QA_llama2_22.6k}
76
+ }
77
+ ```
78
+ ## Contact:
79
 
80
+ [NIEXCHE (Fevzi KILAS)](https://niexche.github.io/)
81
 
 
82