Add model card metadata
Browse filesThis PR ensures people can find your model at https://huggingface.co/models?pipeline_tag=text-generation,\nenables the "how to use" button on the top right (with the relevant Transformers code). I also added a link to the Github repository.
README.md
CHANGED
@@ -1 +1,9 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
license: mit
|
5 |
+
---
|
6 |
+
|
7 |
+
[LLM-Supported Natural Language to Bash Translation](https://arxiv.org/abs/2502.06858)
|
8 |
+
|
9 |
+
Code: https://github.com/westenfelder/NL2SH
|