Add library_name and pipeline_tag metadata (#1)
Browse files- Add library_name and pipeline_tag metadata (d67595e8e3b83796df49d3df21c62bbad4eaab4f)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# CTRL: Critic Training via Reinforcement Learning
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
library_name: vllm
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
---
|
| 6 |
|
| 7 |
# CTRL: Critic Training via Reinforcement Learning
|