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

Add model card metadata and link to code repository

Browse files

This PR improves the model card by adding the relevant `pipeline_tag` (text-generation), `library_name`, `license` and 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
+ 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