westenfelder nielsr HF staff commited on
Commit
c2160ca
·
verified ·
1 Parent(s): 74956a9

Add model card metadata and link to code repository (#1)

Browse files

- Add model card metadata and link to code repository (00ec23145b3633539e1f8cfff48af1cb00b78ea8)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1 +1,9 @@
1
- https://arxiv.org/abs/2502.06858
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ library_name: transformers
4
+ license: mit
5
+ ---
6
+
7
+ This repository contains the model used in the paper [LLM-Supported Natural Language to Bash Translation](https://arxiv.org/abs/2502.06858).
8
+
9
+ Code: https://github.com/westenfelder/NL2SH