Add pipeline tag
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
library_name: pytorch
|
|
|
|
|
|
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
datasets:
|
| 11 |
-
- wzekai99/ORCA
|
| 12 |
---
|
| 13 |
|
| 14 |
# ORCA TTT-Probes
|
|
@@ -66,4 +67,4 @@ MIT.
|
|
| 66 |
journal={arXiv preprint arXiv:2604.01170},
|
| 67 |
year={2026}
|
| 68 |
}
|
| 69 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets:
|
| 3 |
+
- wzekai99/ORCA
|
| 4 |
library_name: pytorch
|
| 5 |
+
license: mit
|
| 6 |
+
pipeline_tag: text-classification
|
| 7 |
tags:
|
| 8 |
+
- test-time-training
|
| 9 |
+
- conformal-prediction
|
| 10 |
+
- reasoning
|
| 11 |
+
- early-stopping
|
| 12 |
+
- llm
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# ORCA TTT-Probes
|
|
|
|
| 67 |
journal={arXiv preprint arXiv:2604.01170},
|
| 68 |
year={2026}
|
| 69 |
}
|
| 70 |
+
```
|