Add model checkpoints and README for TriP-LLM
Browse files- README.md +32 -3
- gpt2_TriP_LLM_MSL.pt +3 -0
- gpt2_TriP_LLM_NIPS_TS_SWAN.pt +3 -0
- gpt2_TriP_LLM_PSM.pt +3 -0
- gpt2_TriP_LLM_SMD.pt +3 -0
- gpt2_TriP_LLM_SWaT.pt +3 -0
README.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# TriP-LLM
|
| 2 |
+
|
| 3 |
+
This is the official checkpoints release for the **TriP-LLM**, a novel framework for unsupervised anomaly detection in multivariate time-series data using pretrained Large Language Models (LLMs).
|
| 4 |
+
|
| 5 |
+
## Model Description
|
| 6 |
+
- **Name**: TriP-LLM
|
| 7 |
+
- **Task**: Time-Series Anomaly Detection
|
| 8 |
+
- **Framework**: PyTorch
|
| 9 |
+
- **Repository**: [GitHub – YYZStart/TriP-LLM](https://github.com/YYZStart/TriP-LLM)
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## Usage
|
| 13 |
+
|
| 14 |
+
Please refer to our [GitHub repository](https://github.com/YYZStart/TriP-LLM)
|
| 15 |
+
for model definitions, training code, and usage examples.
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## 📎 Citation
|
| 19 |
+
|
| 20 |
+
If you find this repository useful for your research, please cite our paper:
|
| 21 |
+
|
| 22 |
+
```bibtex
|
| 23 |
+
@misc{TriPLLM,
|
| 24 |
+
title={TriP-LLM: A Tri-Branch Patch-wise Large Language Model Framework for Time-Series Anomaly Detection},
|
| 25 |
+
author={Yuan-Cheng Yu and Yen-Chieh Ouyang and Chun-An Lin},
|
| 26 |
+
year={2025},
|
| 27 |
+
eprint={2508.00047},
|
| 28 |
+
archivePrefix={arXiv},
|
| 29 |
+
primaryClass={cs.LG},
|
| 30 |
+
url={https://arxiv.org/abs/2508.00047},
|
| 31 |
+
}
|
| 32 |
+
```
|
gpt2_TriP_LLM_MSL.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e3db9baf572210f5ba5004506750067bea10c0030d749b8f661403c6f05c503
|
| 3 |
+
size 520257026
|
gpt2_TriP_LLM_NIPS_TS_SWAN.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e5d8864da5109f0ecff4c2f840d820e2d5ff6e51e6d4bf3551e405fe2f77a42
|
| 3 |
+
size 515679443
|
gpt2_TriP_LLM_PSM.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f85c6f413a1c3c5936198f019d06d4936319c687d9cbc2d1606c4ca715d93c5b
|
| 3 |
+
size 512103908
|
gpt2_TriP_LLM_SMD.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7291fb1a9ae018c2e97ce1c1ecb68d3a5876558842bd3e97f27edb2ba9c1701
|
| 3 |
+
size 516400706
|
gpt2_TriP_LLM_SWaT.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab222ee33f42686f073dbc381f66f11f28524470b81737e93a387cd030c93816
|
| 3 |
+
size 519353622
|