Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# DECS NRP Detector
|
| 2 |
|
| 3 |
This repository contains the NRP detector model used in the DECS algorithm. It is designed to determine
|
|
@@ -15,4 +22,4 @@ booktitle={The Fourteenth International Conference on Learning Representations},
|
|
| 15 |
year={2026},
|
| 16 |
url={https://openreview.net/forum?id=kdeiRledV6}
|
| 17 |
}
|
| 18 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- Qwen/Qwen2.5-1.5B-Instruct
|
| 7 |
+
---
|
| 8 |
# DECS NRP Detector
|
| 9 |
|
| 10 |
This repository contains the NRP detector model used in the DECS algorithm. It is designed to determine
|
|
|
|
| 22 |
year={2026},
|
| 23 |
url={https://openreview.net/forum?id=kdeiRledV6}
|
| 24 |
}
|
| 25 |
+
```
|