Improve model card
Browse filesThis PR improves the model card for the paper [LLM-Supported Natural Language to Bash Translation](https://huggingface.co/papers/2502.06858).
It adds the `library_name` and a relevant `pipeline_tag`, ensuring the model can be found at https://huggingface.co/models?pipeline_tag=text-generation.
README.md
CHANGED
@@ -1 +1,9 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the model described in the paper [LLM-Supported Natural Language to Bash Translation](https://arxiv.org/abs/2502.06858).
|
8 |
+
|
9 |
+
The code for this paper is available at https://github.com/westenfelder/NL2SH.
|