Add library name, pipeline tag and link to GitHub repository (#1)
Browse files- Add library name, pipeline tag and link to GitHub repository (f37d9c003b4cf99ea2b50bc5b91e40ae2cd83b2f)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1 +1,8 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
---
|
5 |
+
|
6 |
+
This repository contains the model described in the paper [LLM-Supported Natural Language to Bash Translation](https://arxiv.org/abs/2502.06858).
|
7 |
+
|
8 |
+
Code: https://github.com/westenfelder/NL2SH
|