nielsr HF Staff commited on
Commit
2d25fdd
·
verified ·
1 Parent(s): c641413

Add pipeline tag

Browse files

This PR adds the missing `pipeline_tag` to the model card metadata so the artifact can be more easily discovered via the Hugging Face Hub's pipeline filters. No other content changes are made.

Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -1,14 +1,15 @@
1
  ---
2
- license: mit
 
3
  library_name: pytorch
 
 
4
  tags:
5
- - test-time-training
6
- - conformal-prediction
7
- - reasoning
8
- - early-stopping
9
- - llm
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
+ ```