Add model card metadata (#1)
Browse files- Add model card metadata (9664dd7ce50d1cbbeaa7ab41ce661fe14dbbc925)
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: 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
|