jucasoliveira
commited on
Commit
•
1220ff2
1
Parent(s):
22f380e
Upload README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,27 @@
|
|
4 |
|
5 |
## TGS Model implements NL2Bash: Natural Language Interface to Linux Bash
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
## Citation
|
8 |
|
9 |
If you use this software, please cite it as follows:
|
|
|
4 |
|
5 |
## TGS Model implements NL2Bash: Natural Language Interface to Linux Bash
|
6 |
|
7 |
+
---
|
8 |
+
|
9 |
+
language:
|
10 |
+
|
11 |
+
- en
|
12 |
+
- fr
|
13 |
+
thumbnail: "https://www.warpy.io/_next/static/media/tgshell_icon.4fa45b6d.svg"
|
14 |
+
tags:
|
15 |
+
- text-generation
|
16 |
+
- gpt
|
17 |
+
license: "Apache-2.0"
|
18 |
+
datasets:
|
19 |
+
- wikitext
|
20 |
+
- bookcorpus
|
21 |
+
metrics:
|
22 |
+
- perplexity
|
23 |
+
- bleu
|
24 |
+
base_model: "gpt2"
|
25 |
+
|
26 |
+
---
|
27 |
+
|
28 |
## Citation
|
29 |
|
30 |
If you use this software, please cite it as follows:
|