Add library name, pipeline tag and link to GitHub repository
Browse filesThis 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.
README.md
CHANGED
|
@@ -1 +1,8 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|