Add model card
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1 +1,9 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
license: mit
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the model described in [LLM-Supported Natural Language to Bash Translation](https://arxiv.org/abs/2502.06858).
|
8 |
+
|
9 |
+
Code: https://github.com/westenfelder/NL2SH
|