nielsr HF staff commited on
Commit
9664dd7
·
verified ·
1 Parent(s): 9cfe24d

Add model card metadata

Browse files

This PR ensures people can find your model at https://huggingface.co/models?pipeline_tag=text-generation,\nenables the "how to use" button on the top right (with the relevant Transformers code). I also added a link to the Github repository.

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: mit
5
+ ---
6
+
7
+ [LLM-Supported Natural Language to Bash Translation](https://arxiv.org/abs/2502.06858)
8
+
9
+ Code: https://github.com/westenfelder/NL2SH