Add reinforcement-learning pipeline tag to model card
Browse filesThis PR enhances the model card by adding the `pipeline_tag: reinforcement-learning` to the metadata. This will improve the model's discoverability on the Hugging Face Hub, as the model implements an imitation learning-based branching policy for SAT solvers, a method related to reinforcement learning.
README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
---
|
|
|
|
| 4 |
<p align="center">
|
| 5 |
<h1 align="center"><em>ImitSAT</em>: Boolean Satisfiability via Imitation Learning</h1>
|
| 6 |
<!-- <br /> -->
|
|
@@ -57,4 +59,4 @@ tokenizer/
|
|
| 57 |
primaryClass={cs.AI},
|
| 58 |
url={https://arxiv.org/abs/2509.25411},
|
| 59 |
}
|
| 60 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: reinforcement-learning
|
| 4 |
---
|
| 5 |
+
|
| 6 |
<p align="center">
|
| 7 |
<h1 align="center"><em>ImitSAT</em>: Boolean Satisfiability via Imitation Learning</h1>
|
| 8 |
<!-- <br /> -->
|
|
|
|
| 59 |
primaryClass={cs.AI},
|
| 60 |
url={https://arxiv.org/abs/2509.25411},
|
| 61 |
}
|
| 62 |
+
```
|