nielsr HF staff commited on
Commit
f300386
·
verified ·
1 Parent(s): efcc943

Improve model card

Browse files

This PR improves the model card for the paper [LLM-Supported Natural Language to Bash Translation](https://huggingface.co/papers/2502.06858).

It adds the `library_name` and a relevant `pipeline_tag`, ensuring the model can be found at https://huggingface.co/models?pipeline_tag=text-generation.

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
+ license: mit
4
+ pipeline_tag: text-generation
5
+ ---
6
+
7
+ This repository contains the model described in the paper [LLM-Supported Natural Language to Bash Translation](https://arxiv.org/abs/2502.06858).
8
+
9
+ The code for this paper is available at https://github.com/westenfelder/NL2SH.