Add model card with metadata and link to code (#1)
Browse files- Add model card with metadata and link to code (c153a2d3f618fcec6a6d5f79cb97b2bb5fdf299e)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1 +1,9 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
license: apache-2.0
|
5 |
+
---
|
6 |
+
|
7 |
+
The model was presented in the paper [LLM-Supported Natural Language to Bash Translation](https://arxiv.org/abs/2502.06858).
|
8 |
+
|
9 |
+
Code: https://github.com/westenfelder/NL2SH
|