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

Add model card with metadata and link to code

Browse files

This PR adds a model card to the repository, linking it to the paper [LLM-Supported Natural Language to Bash Translation](https://arxiv.org/abs/2502.06858).

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