westenfelder nielsr HF staff commited on
Commit
fa4d437
·
verified ·
1 Parent(s): ae99789

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]>

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
+ 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