nielsr HF Staff commited on
Commit
f37d9c0
·
verified ·
1 Parent(s): 12a0bb0

Add library name, pipeline tag and link to GitHub repository

Browse files

This PR adds the `library_name` (transformers) and `pipeline_tag` (text-generation) to the model card to enhance discoverability. It also includes a link to the GitHub repository for the project.

Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1 +1,8 @@
1
- https://arxiv.org/abs/2502.06858
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ pipeline_tag: text-generation
4
+ ---
5
+
6
+ This repository contains the model described in the paper [LLM-Supported Natural Language to Bash Translation](https://arxiv.org/abs/2502.06858).
7
+
8
+ Code: https://github.com/westenfelder/NL2SH