Add pipeline tag, link to paper and GitHub

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -2,22 +2,26 @@
2
  language:
3
  - en
4
  library_name: timee-ts
 
 
5
  tags:
6
  - time-series
7
  - classification
8
  - in-context-learning
9
  - transformer
10
- license: apache-2.0
11
  ---
12
 
13
  # TIMEE: Time Series Classification via In-Context Learning
14
 
15
- TIMEE is a pretrained transformer for time series classification.
 
16
  It classifies test series in a **single forward pass** given labeled training examples — no per-dataset training or fine-tuning required.
17
 
18
  [![arXiv](https://img.shields.io/badge/arXiv-2607.07500-b31b1b.svg)](https://arxiv.org/abs/2607.07500)
19
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
20
 
 
 
21
  ## Usage
22
 
23
  ```bash
@@ -73,4 +77,4 @@ Results use the default 4-member ensemble (interpolate × {256, 512} × {raw, fi
73
  primaryClass={cs.LG},
74
  url={https://arxiv.org/abs/2607.07500},
75
  }
76
- ```
 
2
  language:
3
  - en
4
  library_name: timee-ts
5
+ license: apache-2.0
6
+ pipeline_tag: other
7
  tags:
8
  - time-series
9
  - classification
10
  - in-context-learning
11
  - transformer
 
12
  ---
13
 
14
  # TIMEE: Time Series Classification via In-Context Learning
15
 
16
+ TIMEE is a pretrained transformer for time series classification, introduced in [TimEE: End-to-end Time Series Classification via In-Context Learning](https://huggingface.co/papers/2607.07500).
17
+
18
  It classifies test series in a **single forward pass** given labeled training examples — no per-dataset training or fine-tuning required.
19
 
20
  [![arXiv](https://img.shields.io/badge/arXiv-2607.07500-b31b1b.svg)](https://arxiv.org/abs/2607.07500)
21
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
22
 
23
+ Official GitHub Repository: https://github.com/automl/timee
24
+
25
  ## Usage
26
 
27
  ```bash
 
77
  primaryClass={cs.LG},
78
  url={https://arxiv.org/abs/2607.07500},
79
  }
80
+ ```